dev-aniket-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you've ever felt like writing HTML is more about typing brackets and slashes than actually building things, you aren't alone. Typing <div></div> for the hundredth time can feel incredibly slow. Enter Emmet: a powerful "shorthand" tool built into m...Feb 1·2 min read
dev-aniket-blogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen you want to fix up a house you do not just say to the people who are painting "Paint something blue." You say things, like "Paint the wall in the living room blue" or "Paint all the chairs red" or "Paint that lamp gold." You have to be specific ...Feb 1·6 min read
dev-aniket-blogs.hashnode.devHTML Tags and Elements: The Skeleton of the WebIf you think of a website as a house the HTML or HyperText Markup Language is like the framework and the walls. The CSS is what makes the place look nice it is like the paint and the things you put in the rooms. And then there is the JavaScript it is...Feb 1·6 min read
dev-aniket-blogs.hashnode.devWhat Happens When You Type a URL and Press Enter? A Beginner's Journey Inside the BrowserWhen you type a website address and press enter what happens next? Let us go on a journey to find out what is going on inside your internet browser. You type a website address, like Facebook. Then you press enter. Your browser, like Google Chrome or ...Feb 1·10 min read
dev-aniket-blogs.hashnode.devTCP Working: The 3-Way Handshake & Reliable CommunicationThink about sending a box of LEGO to a friend. This box has one thousand pieces inside. Now imagine you put each of these one thousand LEGO pieces into its special envelope. You mail each envelope one by one. If you do not make a plan, for how they s...Feb 1·7 min read