IBIbrahim Belloindacodenexus.hashnode.dev00Build A Glassmorphism Lock UI With Dark Mode5d ago · 2 min read · The Design Vision Modern interfaces often use the glassmorphism trend. This style mimics frosted glass surfaces. You create depth with transparency and background blur. This project focuses on a resJoin discussion
KNKanchan Nathinkanchannath.hashnode.dev00HTTP Caching — The Complete Syntax Guide5d ago · 13 min read · What I Mean When I Say "HTTP Caching" When a browser (or proxy) saves a copy of a response so it doesn't have to ask the server again — that's caching. The server controls it through response headers,Join discussion
GMGANTA MANIKANTA ANJANEYAinmanikanta-dev.hashnode.dev00I Built a To-Do List Web App Using HTML, CSS & JavaScript5d ago · 1 min read · Hi everyone 👋 I built a To-Do List Web Application using HTML, CSS, and JavaScript to practice DOM manipulation and frontend development. Features • Add new tasks• Mark tasks as completed• Delete tasJoin discussion
SSSwati Singhincodeswati.hashnode.dev00The Complete Full-Stack Web Development Roadmap (2026)Mar 5 · 5 min read · 🚀 The Complete Full-Stack Web Development Roadmap (2026) Learning web development can feel overwhelming. There are hundreds of technologies, frameworks, and tools, and beginners often don’t know: WhaJoin discussion
Vvalidwirelessinjssnippets.hashnode.dev00How I Built a Lightning Fast Zip Code Eligibility Checker Widget in Vanilla JSMar 4 · 6 min read · Interactive widgets are everywhere: search boxes, calculators, validators, eligibility checkers. The temptation is to reach for a framework, but for small UI components, pulling in a full React stack Join discussion
AKAnkit Kumarinwritesbyankit.hashnode.dev00Emmet for HTML: A Beginner’s Guide to Writing Faster MarkupFeb 28 · 3 min read · When I started writing HTML, most of my time was spent typing opening and closing tags. <div>, </div>, again and again. The structure was simple. I knew what I wanted to build. But writing the same taJoin discussion
DGDeepansh Gangwarinblog-deepansh.hashnode.dev00CSS Selectors 101: Targeting Elements with PrecisionFeb 28 · 4 min read · When we write CSS, we are not just writing styles — we are choosing which HTML elements should receive those styles. That “choosing” process happens using CSS selectors. Think of selectors like givingJoin discussion
YAYashika Agrawalinyashika29.hashnode.dev00Understanding HTML Tags and ElementsFeb 28 · 3 min read · Imagine you are building a house. TCP is the truck that delivered the materials. CSS is the paint and the wallpaper. HTML is the wooden frame and the bricks. Without HTML, a webpage has no structJoin discussion
AKAshish Kumarintech-blogs-ashishkr.hashnode.dev00Emmet for HTML: A Beginner’s Guide to Writing Faster MarkupFeb 28 · 4 min read · If you are just getting started with HTML, you have probably faced a problem that writing markup takes a lot of time. Typing every tag, closing it properly, adding classes, nesting elements -> it can Join discussion
SSShivam Sharmainrootend.hashnode.dev00Understanding HTML Tags and ElementsFeb 28 · 4 min read · What HTML Is and Why We Use It HTML stands for HyperText Markup Language. It is the standard language used to create web pages. HTML is not a programming language. It does not perform calculations or Join discussion