AKAkhtar Katbrahmaninakhtar07.hashnode.dev·Jan 31 · 3 min readUnderstanding Netwoeking DevicesWhen a user opens your app or website, the request doesn’t magically reach your backend. It passes through multiple networking devices, each with a specific responsibility.Understanding these devices helps software engineers design, debug, and scale ...00
AKAkhtar Katbrahmaninakhtar06.hashnode.dev·Jan 31 · 3 min readHow DNS Resolution WorksUnderstanding DNS Using dig: From Root Servers to Google.com Whenever you type google.com into your browser, a lot happens behind the scenes before the page loads. This blog explains DNS and name resolution step by step using the dig command, so you ...00
AKAkhtar Katbrahmaninakhtar05.hashnode.dev·Jan 31 · 2 min readWhat is cURLIf you are learning backend development, APIs, or even basic web concepts, you will often hear one tool mentioned again and again: cURL This blog explains what cURL is, why programmers use it, and how to make your first request—without overwhelming y...00
AKAkhtar Katbrahmaninakhtar04.hashnode.dev·Jan 31 · 4 min readDNS Record TypesDNS stands for Domain Name System. It is like a phonebook of the internet. Whenever the browser requests DNS to look for the IP address of the requested domain name, for example, google.com in its name servers, DNS helps in mapping a domain name to i...00
AKAkhtar Katbrahmaninakhtar03.hashnode.dev·Jan 17 · 2 min readGit for Beginners: Basics and Essential CommandsGit is one of those tools every developer hears about—but many beginners feel scared to use. This short guide will help you understand Git clearly, not by memorizing commands, but by building a simple mental model of how Git works and how developers ...00