AAAbhilash Abhinandaninnetworking-getting-started-with-curl.hashnode.dev·Jan 31 · 4 min readGetting Started with cURLIf you’re learning backend development or APIs, you’ll hear cURL everywhere. It might look scary at first, but cURL is actually one of the simplest and most powerful tools a programmer can learn. This article explains cURL from zero, without overload...00
AAAbhilash Abhinandaninabhilashcodes-gitgithub01.hashnode.dev·Jan 31 · 4 min readWhy Version Control Exists: The Pendrive Problem?Why Version Control Exists? (The Perdrive Story Every Developer Can Relate To) Before Git, GitHub, and version control systems became standard, software development looked very different and, honestly, very painful. To understand why version control ...00
AAAbhilash Abhinandaninabhilashcodes-gitgithub01.hashnode.dev·Jan 25 · 4 min readInside Git: How It Works and the Role of the `.git` FolderHow does Git work internally? When you create a new project and initialize a Git repository using git init . It creates a hidden folder called .gitwith several files and folders inside. These files and folders contain everything Git needs to track th...00
AAAbhilash Abhinandaninabhilashcodes-gitgithub01.hashnode.dev·Jan 17 · 7 min readGit for Beginners: Basics and Essential CommandsWhat is Git? Git is a free, open-source Distributed Version Control System (DVCS) used to manage and track all the changes you make to your codebase over time. It keeps track of every change or update you make in your code, allowing you to review p...00