ADAnik Dasinchaicode-webdev26.hashnode.dev·Jan 27 · 6 min readEmmet for HTML: A Beginner's Guide to Writing Faster MarkupWriting HTML by hand gets repetitive. Fast. Every <div> needs a </div>. Every paragraph, every list item, every element – open it, close it, type out the class name, copy-paste when you need three more... It's not hard, but it's tedious. There's a be...00
ADAnik Dasinchaicode-webdev26.hashnode.dev·Jan 27 · 6 min readCSS Selectors 101: Targeting Elements with PrecisionYou've got some HTML. Maybe a heading, a few paragraphs, some links. It's all there, but it looks... bland. Default Times New Roman, browser-selected font sizes, that ugly blue for links. CSS is how you fix that. But here's the thing – before you can...00
ADAnik Dasinchaicode-webdev26.hashnode.dev·Jan 27 · 8 min readUnderstanding HTML Tags and Elements: The Building Blocks of Every WebpageEvery website you've ever visited – from Google to YouTube to your favorite online store – is built using HTML. If you're just starting out with web development, understanding HTML is where your journey begins. The good news? HTML is genuinely simple...00
ADAnik Dasinchaicode-webdev26.hashnode.dev·Jan 26 · 8 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after you type a URL and press Enter? The page appears in milliseconds, but an incredible amount of work happens in between. Let's trace that journey from URL to pixels. What is a Browser, Really? We use browsers every day, but most of ...00
ADAnik Dasinchaicode-webdev26.hashnode.dev·Jan 26 · 7 min readTCP Working: 3-Way Handshake & Reliable CommunicationYou've probably heard that TCP is "reliable." But what does that actually mean? How does a protocol running over an unreliable network guarantee that your data arrives? Let me walk you through the mechanics. The Problem: Unreliable Networks Imagine ...00