durgaxcodes.hashnode.devArrow Functions in JavaScript: A Simpler Way to Write Functions Introduction: If you have written JavaScript functions before, you might have noticed that they sometimes require a lot of boilerplate. For example, function(a, b){ return a + b; } This works pe6h ago·3 min read
durgaxcodes.hashnode.devArray Methods you must knowIntroduction: Arrays are one of the most commonly used data structures in JavaScript. They allow us to store multiple values in a single variable and manipulate them easily. JavaScript provides severa1d ago·4 min read
durgaxcodes.hashnode.devInside Git: How It Works and the Role of the .git FolderIntroduction: When developers first encounter Git, the learning journey usually begins with a small set of commands, git add, git commit, git push. These commands get the job done, and for a while, that feels sufficient. You type them, Git responds, ...Jan 28·13 min read
durgaxcodes.hashnode.devWhy Version Control Exists: The Pendrive ProblemIntroduction: Today, version control feels like common sense. You make changes, commit them, push them to a repository, and move on with your day. There’s a quiet confidence in knowing your work is saved, backed up, and recoverable. You can shut your...Jan 28·7 min read
durgaxcodes.hashnode.devGit for Beginners: Basics and Essential CommandsIntroduction: Imagine working on a project for hours, maybe even days. You add a feature, tweak a few things, and try to fix a bug. Everything looks okay… until it doesn’t. Suddenly the app breaks. Not a small issue, the kind of break where nothing w...Jan 28·9 min read