jemin001.hashnode.devPromises in JavaScriptHandling Multiple Promises in JavaScript – Hera Pheri Edition: “Kya Scene Hai Bhai!” 😂 Arre o Raju! Arre o Shyam! Arre o Babu Bhaiya! Picture this: You are Raju from Hera Pheri. You three idiots (plu4d ago·5 min read
jemin001.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS is not just about colors, fonts, or layouts. Before you can style anything, you must first select it. That’s exactly what CSS selectors do. A selector tells the browser: “Apply these styles to these elements — not everything.” Without selectors...Feb 1·3 min read
jemin001.hashnode.devUnderstanding HTML Tags and ElementsWhen you open a website, you see text, images, buttons, and layouts. But none of that appears randomly. Behind every webpage is HTML — the foundation that tells the browser what each thing is. In this article, you’ll understand HTML in a simple, logi...Feb 1·4 min read
jemin001.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupTyping HTML manually is slow. You type <, then the tag name, then >, then attributes, then quotes — and by the time you’re done, you’ve already made at least one mistake. If you’re writing every bracket and tag by hand, you’re doing HTML the hard way...Feb 1·7 min read
jemin001.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat Is a Browser ? A browser is far more than a tool for opening websites. It is a powerful software system that sits between users and the internet, responsible for interpreting, executing, and safely displaying web content. In many ways, a browser...Feb 1·7 min read