RRavidesaiinversion-control-existance.hashnode.dev·Jan 22 · 9 min readDNS(Domain name System) and it's Record typesDid we really think about how a browser knows where websites are located? On the Internet, right, but where exactly on the Internet? Let’s understand this whole process and how things really work behind the scenes. DNS (Domain Name System) is respons...00
RRavidesaiinversion-control-existance.hashnode.dev·Jan 21 · 5 min readUnderstanding Network DevicesNetwork & Internet and the Whole WORLD within it: Let’s understand the basic concepts of how Internet and Network devices work, and mainly WHY they exist. Modem: What is a Modem? We always hear this term in our daily life. But do we really know wh...00
RRavidesaiinversion-control-existance.hashnode.dev·Jan 17 · 5 min readInside Git: How it Works and Role of the .git FolderHow Git Works Internally Let’s understand what is inside the .git folder What's Actually Inside That .git Folder? When you run git init, Git creates a .git directory in your project. This folder is literally your entire repository. Everything Git kno...00
RRavidesaiinversion-control-existance.hashnode.dev·Jan 17 · 4 min readGit For BeginnersWhat is Git: Imagine Git as a tool that remembers every change you make so you never lose your work. At its core, Git is a Version Control System (VCS). Think of it as a “revert button” for your project—you can always go back in time to fix or modi...00
RRavidesaiinversion-control-existance.hashnode.dev·Jan 16 · 4 min readWhy Version Control Exists: The Pendrive Problem1. Why Version Control Exists Version control manages changes safely and efficiently when working with multiple files and multiple people. The core idea behind this is that manual file management fails as soon as a project becomes complex. It keeps a...00