SSSuthar Sanjayins-sanjuu.hashnode.dev·Feb 15 · 3 min readDNS Record Types Explained1. How DNS Works : From Domain Name to IP Address When you want to visit a website like youtube.com, you just type the name in your browser. This name is easy for humans to remember, but computers don’t understand it. Computers need the IP address of...00
SSSuthar Sanjayins-sanjuu.hashnode.dev·Feb 15 · 12 min readHow DNS Resolution WorksHow DNS Works : From Domain Name to IP Address When you want to visit a website like youtube.com, you just type the name in your browser. This name is easy for humans to remember, but computers don’t understand it. Computers need the IP address of th...00
SSSuthar Sanjayins-sanjuu.hashnode.dev·Feb 11 · 4 min readGit for Beginners: Basics and Essential CommandsIf you are learning programming, sooner or later you will hear one word everywhere : Git. Git is a version control system. In simple terms, Git helps you track changes in your code, save progress, and go back in time if something breaks. Imagine work...00