shubhamk18.hashnode.devDNS Record Types ExplainedHow does a browser know where a website lives? DNS is a phonebook of the internet. Now, Suppose if your friends lives in Delhi you go to Delhi you will not shout Shubham , Shubham where are you. You w22h ago·4 min read
shubhamk18.hashnode.devHow DNS Resolution Works What Is DNS? DNS is nothing but a phonebook of the internet. Just like in your mobile there is contact list where all the information of a particular person is stored, in the same way DNS stores the i2d ago·3 min read
shubhamk18.hashnode.devGit for Beginners: Basics and Essential Commands1. What is GIT Git is a open source project developed in 2005 by Linus Torvalds, famous creator of the Linux operating system kernel. It is a version control system where we keep track on changes we are making in our codes. Git is an example of a DVC...Feb 15·3 min read
shubhamk18.hashnode.devInside Git: How It Works and the Role of the .git Folder1. How Git Works Internally ? First of all what exactly is .git folder The .git folder is the repository itself. Your project files are just a working copy. The real Git data—history, commits, branches, everything—lives inside .git. If you delete ...Feb 15·3 min read
shubhamk18.hashnode.devWhy Version Control Exists: The Pendrive Problem1. What is Version Control System ? A version control system (VCS) maintains a history of changes to files—recording who changed what and when, as well as when files are added or deleted—over time. A version control system also allows users to easily...Feb 14·3 min read