Asis Sharmaasis-sharma.hashnode.dev·Jun 1, 2024Mastering Real-Time Web Development with Laravel and WebSocketsHey there, fellow web developers! 🌟 Today, we're diving into an exciting topic that's all about making your web applications more dynamic and interactive: using Laravel with WebSockets. If you've ever wanted to create real-time features like chat ap...Discuss#devTutorial
Jack Ababellsofaba.hashnode.dev·Nov 15, 2023Data Structures and Algorithms: The Codex of Computer ScienceEver looked at a coding challenge and wondered what in the Elon Musk, Charles Babbage, and Alan Turing jargon is going on here? Well, it turns out, you are not alone. A lot of developers, programmers, and software engineers dread the famous data stru...Discuss·1 likedata structures
Anthony Nanfitoblog.ananfito.dev·Jun 20, 2023My Top 3 Tips for Staying FocusedIntro Hello and welcome to another blog post for Anthony’s Techie Thoughts! If you’re new here, my name is Anthony and I’m studying programming to make a career change from mathematics teacher to frontend web developer. In my blog posts, I reflect on...Discuss·77 readsbeginner
Fora Softforasoft.hashnode.dev·Mar 3, 2023Using SDK vs Custom Development. Guide For Software and App FoundersWhen building own multimedia and communication software there always stands a question. Shall I use a ready-made solution like an SDK or API or shall I develop my own custom component? What approach would be more beneficial in the long run? What do I...Discuss·31 readssdk
ramu kramustar.hashnode.dev·Dec 1, 20227 secret git commands which nobody told you:1. Choose Selected Files from Stash Most of the time, we stash a group of files and apply the whole stash together what if you only need selected files from the stash. Use the below command to achieve this: "git checkout -- " Eg: 2. Commit Selected...Discuss·33 reads100DaysOfCode
ramu kramustar.hashnode.dev·Nov 30, 20226 Most Useful NPM commands that you may do not know yet1. npm view <package> (View information) npm view to view information about the package axios@1.2.0 | MIT | deps: 3 | versions: 66 Promise based HTTP client for the browser and node.js https://axios-http.com keywords: xhr, http, ajax, promise, node...Discuss·2 likes·60 reads100DaysOfCode
Anthony Nanfitoblog.ananfito.dev·Nov 20, 2022R2D6: Sololearn, Scrimba, and Frontend MentorIntro Hello and welcome to another blog post for Anthony’s Techie Thoughts! If you’re new here, my name is Anthony and I’m studying programming to make a career change from mathematics teacher to frontend web developer. In my blog posts I reflect on ...Discuss·154 reads#100DaysOfCode Challenge100DaysOfCode
Anthony Nanfitoblog.ananfito.dev·Sep 18, 2022What Does Accessibility Mean for Developers?Introduction Hello readers! Have you ever used a website or application and didn't work the way it was supposed to? Do you remember the feeling of frustration you had when it happened? Well, as web developers this is the kind of experience we don't w...Discuss·149 readscodenewbie
ramu kramustar.hashnode.dev·Aug 1, 2022Git Branches:- List, Create, Switch to, Merge, Push, & DeleteGit lets you branch out from the original code base. This lets you more easily work with other developers, and gives you a lot of flexibility in your workflow. Here's an example of how Git branches are useful. Let's say you need to work on a new feat...Discuss·10 likes·94 reads#codenewbies
Debra-Kaye Elliottdebra-kaye.hashnode.dev·Nov 25, 2020Just In Time LearningThere are several programming languages and frameworks being eagerly thrown around in the web developer world, making it easy to get lost in 'all the things'. There may even be communities that offer open source projects to beginners to help the lear...Discuss·2 likes·284 readscodenewbie