ayushpokhariya07.hashnode.devThe Ultimate Guide to CSS Selectors: Targeting with PrecisionNote: This is Part 4 of the Web Dev series. Part 1: How Your Browser Works Part 2: Emmet for HTML Part 3 : The Ultimate HTML Guide INTRODUCTION Imagine you are in a crowded room. If you shout "Hey human!", everyone turns around. If you shout "H...Feb 1·4 min read
ayushpokhariya07.hashnode.devThe Ultimate HTML Guide: From Skeleton to SemanticsNote: This is Part 3 of the Web Dev series. Part 1: How Your Browser Works Part 2: Emmet for HTML INTRODUCTION If a website were a human body, HTML (HyperText Markup Language) would be the skeleton. CSS is the skin (style), and JavaScript is th...Feb 1·4 min read
ayushpokhariya07.hashnode.devEmmet for HTML: The Cheat Code for Writing Faster MarkupNote: This is a Part 2 for the Web Dev series. Part 1: How Your Browser Works INTRODUCTION Let's be honest. Writing HTML can feel like a chore. Type <. Type d. Type i. Type v. Type >. Type <. Type /. Type d. Type i. Type v. Type >. (i.e. <div></d...Feb 1·3 min read
ayushpokhariya07.hashnode.devHow Your Browser Actually Works: From URL to PixelsINTRODUCTION It’s the most common thing we do every day. You open Chrome, Safari, or Firefox, type google.com, and press Enter. Almost instantly, a fully interactive page appears. It feels like magic. But what is actually happening in that split seco...Feb 1·5 min read
ayushpokhariya07.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationNote: This is Part 5 of my Networking series. Part 1: DNS Explained Part 2: cURL Explained Part 3: Network Devices Part 4: TCP vs UDP: When to Use What INTRODUCTION Imagine you want to send a file to a server. If you just chop the file into pi...Feb 1·3 min read