manishbhandari.hashnode.devOverview of Common Network DevicesThink of Internet as a big city’s postal system. Data stored on a server reaches to us through many checkpoints to our laptops or phones. Between ss and Internet there are several network devices that work together and has different responsibilities....Jan 31·2 min read
manishbhandari.hashnode.devGit Essentials: What Happens Inside the .git FolderWhen I first saw git it felt like magic, file change, commit appear and history preserved. But behind the scenes git follows a very simple and powerful model. Let's understand that in this article. How Git Works Internally? In simple terms, git is a ...Jan 30·2 min read
manishbhandari.hashnode.devA Simple Guide to How DNS Resolution WorksWhat is DNS? In simple terms, DNS is the phonebook of Internet. When we type hashnode.com into our browser, our computer magically shows us the website of hashnode, as if it knows where the hashnode Server lives on the Internet. Computer communicates...Jan 30·2 min read
manishbhandari.hashnode.devGit Basics for Beginners: Key Commands You Need to KnowWhat is Git? Gate is a version control system which means it helps devs track their changes in their code. Git is a distributed version control system which means Every dev has complete copy of the project Changes can be tracked without Internet W...Jan 30·2 min read
manishbhandari.hashnode.devBeginner's Guide to Using cURLWhat is Server and Why we need to communicate with it? In simple words a server is a computer on internet that serves. when we open a website we communicate with a server when we login to a app we communicate with a server To get information from...Jan 30·2 min read