js-mastery-101.hashnode.devJavaScript Arrays 101: A World In A Single VariableThink, You are going to a mall and you have to buy things for your home, so you want to make a shopping list in that moment I told you to use single paper to write a single item, ---item1, item2, item3h ago·5 min read
learningzone.hashnode.devUnderstanding Network DevicesA hardware-first guide for software engineers How the Internet Reaches Your Home or Office Before any website loads or API responds, data has to physically travel. From a high level, the flow looks like this: Internet (ISP) ↓ Modem ↓ Router ...Jan 31·4 min read
learningzone.hashnode.devHow DNS Resolution WorksDNS: The Internet’s Phonebook The internet works on IP addresses, but humans work with names. When you type google.com into your browser, your computer doesn’t magically know where Google lives. It needs to translate that human-friendly domain name i...Jan 31·4 min read
learningzone.hashnode.devUnderstanding HTML Tags and ElementsHTML, or HyperText Markup Language, is used to create web pages. It is a skeleton of the web page, just like our bones are for our body. It gives the structure to the web page. HTML elements tell the browser what to render on the screen. Template of ...Jan 30·2 min read
learningzone.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser Internals“What happens after I type a URL and press Enter?” Non-techie thinks it’s just open the website, I am one who thinks like that. But after understanding the browser and what happens after I type a URL, I am blown out of my mind that in just seconds, s...Jan 28·3 min read