MMr_Paulinbuhtig.hashnode.dev·Feb 1 · 3 min readUnderstanding HTML Tags and Elements🦴 HTML — The Skeleton of a Webpage The best analogy I heard (and now can’t un-hear) is this: 👉 HTML is the skeleton of a webpage. Think about the human body: Skeleton → structure Muscles → movement Skin → appearance On the web: HTML → structu...00
MMr_Paulinbuhtig.hashnode.dev·Feb 1 · 4 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhen I first started learning web development, I used a browser every single day without ever questioning what was happening behind the scenes. Chrome, Edge, Firefox — open tab, type something, website appears. Simple… right? But then one day I asked...00
MMr_Paulinbuhtig.hashnode.dev·Feb 1 · 4 min readTCP Working: 3-Way Handshake & Reliable Communication🚨 What Happens If Data Is Sent Without Rules? Imagine sending a large file to your friend without any system in place. This could easily happen: Some parts never arrive Some arrive twice Some arrive in the wrong order Some get damaged on the way...00
MMr_Paulinbuhtig.hashnode.dev·Feb 1 · 4 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTP🌐 Why the Internet Needs Rules Imagine a busy highway with no traffic signals, no lanes, and no signs. Total chaos, right? That’s exactly what the internet would look like without communication protocols. Protocols decide: How data is broken into p...00
MMr_Paulinbuhtig.hashnode.dev·Jan 31 · 4 min readUnderstanding Network DevicesUnderstanding Basic Network Devices (From a Beginner’s Point of View) When I first started learning about how the internet actually works, I kept hearing words like modem, router, switch, firewall, and load balancer. At first, they all sounded like f...00