blog.anands.devEmmet Explained Simply: Stop Typing HTML Like It’s 2005(Write less, build more) Let me show you a painful truth first. Life Without Emmet 😩 You want to write this: <div class="card"> <h1>Title</h1> <p>Description</p> </div> What you actually do: Type <div> Add class Close tag Add <h1> Close i...Feb 1·4 min read
blog.anands.devCSS Selectors Explained Like You’re Calling People by Name 📣Let me ask you something simple. You write this CSS: color: red; Browser be like: “Okay… but WHO should I apply this to?” 🤨 That’s exactly why CSS selectors exist. Why CSS Selectors Are Needed CSS does one job: Style HTML elements But a webpag...Feb 1·4 min read
blog.anands.devHTML Explained Like You’re Building a House(No jargon, no fear — just clarity) Let’s start with a simple truth: 👉 Every website you see starts with HTML. Google. YouTube. Instagram. Your college website.Strip away all colors, animations, and fancy stuff — what remains? HTML. What is HTML an...Feb 1·4 min read
blog.anands.devWhat Actually Happens Inside a Browser When You Press Enter?What Actually Happens Inside a Browser When You Press Enter? Let me ask you a simple question. How will you visit Youtube on laptop? 👉 You open Chrome👉 You type youtube.com👉 You press Enter let me show you a fancy workflow What exactly happened ?...Feb 1·5 min read
blog.anands.devTCP Explained 2.OSo we basically already talked about how this TCP fella works , oh you don’t know ?Sure no prob man , just check it out here : CLICK ME To sum-up Before TCP: When Data Had No Rules Let’s start with a scary thought. What if data was sent without rules...Feb 1·3 min read