s-sanjuu.hashnode.devDNS 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...6d ago·3 min read
s-sanjuu.hashnode.devHow 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...Feb 15·12 min read
s-sanjuu.hashnode.devGit 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...Feb 11·4 min read