navishu.hashnode.devDNS for Beginners: How the Internet Knows Where Your Website Lives 🌍Let’s begin with a simple but powerful question: When you type google.com in your browser, how does the browser know where Google actually lives? Your browser does not understand names like: google.com amazon.in youtube.com Computers only unde...Jan 31·4 min read
navishu.hashnode.devcURL for Beginners: Talking to Servers Without Fear 🚀If you’re learning backend, APIs, or even frontend seriously, you will meet cURL. Docs use it. Tutorials assume it. Seniors paste commands like magic spells. And beginners wonder: “Why am I talking to the internet from the terminal?” This article a...Jan 30·4 min read
navishu.hashnode.devGit for Beginners: A Practical Guide You’ll Actually Enjoy Using 🚀If you’re learning development, sooner or later someone tells you: “Just push it to GitHub.” And you nod… while secretly wondering what Git actually does 😅 What Is Git? Git is a version control system. In simple terms: 👉 Git keeps track of change...Jan 30·4 min read