developers-catalog.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupHey everyone 👋 If you’ve written HTML for a while, you’ve probably felt this: To create a simple structure why i am typing so much? Opening tags, closing tags, nesting, indentation… it gets repetitive fast. That’s where Emmet comes in. What Is Emm...Jan 29·2 min read
developers-catalog.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionHey everyone 👋 In the previous blog, I talked about HTML. If you haven’t checked it out yet, give it a read for a better understanding. As we know, HTML gives structure to a webpage, but CSS controls how that structure looks. The big question is: H...Jan 29·3 min read
developers-catalog.hashnode.devUnderstanding HTML Tags and ElementsHey Everyone, Before CSS makes things look good and JavaScript makes things interactive, HTML gives structure to a webpage. So, in this blog we will be understanding HTML tags and elements Let’s start from the ground up. What HTML is and why we use i...Jan 29·2 min read
developers-catalog.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHey Everyone, Have you ever thought about how browsers render the website you click on? A website appears on the screen in milliseconds, but behind the scene alot of things happen in order to do that. In this blog, we’ll break down how a browser wo...Jan 29·3 min read
developers-catalog.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationHey Everyone, Have you ever stopped on this how your message is sent to your friend living in a far country in order without messing any data? Answer: TCP Let’s break it down step by step — no jargon overload, just simple. Why Do We Even Need Rules...Jan 29·4 min read