VDVarun Dhangarinweb-dev-journal.hashnode.dev·Feb 15 · 4 min readUnderstanding HTML Tags and ElementsEvery website you’ve ever visited—Google, Twitter, or GitHub—starts with HTML. Before styles, animations, or interactive JavaScript features, HTML lays down the structure of a webpage. If a webpage were a human body, HTML would be the skeleton, CSS w...00
VDVarun Dhangarinweb-dev-journal.hashnode.dev·Feb 15 · 5 min readCSS Selectors 101 – From Basics to Real-World UsageIntroduction to CSS and Why It Matters If HTML gives a webpage its structure, CSS gives it life. HTML defines headings, paragraphs, sections, navigation bars, and images. CSS transforms those elements into visually appealing designs by adding color, ...00
VDVarun Dhangarinweb-dev-journal.hashnode.dev·Feb 15 · 5 min readEmmet for HTML – Write Faster, Code SmarterIntroduction When you first start learning HTML, writing even simple layouts can feel repetitive and slow. You type opening tags, closing tags, add classes, fix indentation, and repeat similar structures again and again. While this repetition helps y...00
VDVarun Dhangarinweb-dev-journal.hashnode.dev·Feb 15 · 5 min readGetting Started with cURL: A Command-Line Tool for Transferring Data with URLsIn today’s digital world, billions of API requests are made every day. From mobile apps and smartwatches to web platforms and smart TVs, modern applications constantly communicate with servers behind the scenes. As developers, we often rely on graphi...00
VDVarun Dhangarinweb-dev-journal.hashnode.dev·Feb 15 · 6 min readUnderstanding Network Devices: Modem, Router, Switch, Firewall & Load BalancersIntroduction Have you ever wondered how the Internet reaches your home, office, or even a massive data center? When you open a website, your request doesn’t magically teleport to a server. Instead, it travels through multiple networking devices befor...00