MMM Mubbashir Idreesinmubbashirdevsite.hashnode.dev路5d ago 路 1 min readEvery Frontend Developer Should Build This ComponentIf you're learning frontend development, a responsive navbar is one of the best projects you can build. It may look simple, but it teaches several essential concepts: Responsive Design Hamburger Men00
VVivekinheyvivek.com路Jul 11 路 7 min readThere's a hidden function call inside every html template you write.You use template literals every single day. The backtick string with ${} holes in it: const name = "Vivek"; const greeting = `Hi ${name}, you have ${3} messages`; // "Hi Vivek, you have 3 messages" N00
AKAnup Kumarinanupkumar73.hashnode.dev路Jul 7 路 2 min readHow I Built a Sleek Glassmorphism Sidebar Navigation Using Pure HTML & CSS 馃寣https://github.com/anupkumar73/glassmorphism-sidebar-with-html-css Hey everyone! 馃憢 As a Computer Science Engineering student and an aspiring Full-Stack Web Developer, I am always exploring modern UI00
HZHARUNA ZAKARIAinharunzywrites.hashnode.dev路May 26 路 3 min readWhy Responsive Design Is No Longer Optional for Web DevelopersIf you鈥檙e building websites in 2026, here鈥檚 a fact you can鈥檛 ignore: As a Web Developer, 90% of the people using your web app or site are going to do so using mobile phones. So knowing responsive desi00
AKArun kumar Veluinblogs.arunkumarvelu.com路May 13 路 20 min readCSS in 2026: Replacing 150 Lines of JavaScript with Pure CSSTL;DR: Container Queries, :has(), View Transitions, Scroll-Driven Animations, and CSS Nesting have collectively eliminated entire categories of JavaScript. In 2026, ~322 KB of popular JS libraries can00
VVivekinheyvivek.com路Apr 20 路 5 min read馃П I built a tiny (in size, not in power) full-stack framework for the AI era, I call it webjs.I wanted to experiment building a full-stack web framework that was small enough for the AI to read end-to-end without needing an MCP. What if the source code, both my code and the framework's code (i60
WRWalid Rashadinwalidrashad.hashnode.dev路Apr 8 路 6 min readBeyond the Defaults: Mastering Oracle APEX Utility Classes for Modern UI/UX.There is a persistent myth in the web development world that Oracle APEX applications are destined to look like clunky, early-2000s enterprise portals. If your app looks outdated, it isn鈥檛 the framewo00
EEffeiloinblog.browserux.com路Apr 4 路 4 min readNormalize.css Is Dead. Here's What to Use Instead.Not just a reset. A browser upgrade. Normalize.css was a landmark project. For years, it was the go-to starting point for web projects: a reliable, well-documented file that ironed out browser inconsi00
EEffeiloinblog.browserux.com路Apr 4 路 4 min read5 Modern CSS Features Your Reset Sheet Is Probably Missing in 2026Not just a reset. A browser upgrade. Most CSS reset sheets were written years ago and have not changed much since. They handle the basics: box-sizing, margins, font inheritance. But CSS has moved fast00
EEffeiloinblog.browserux.com路Apr 4 路 4 min readWhy I Built browserux.cssNot just a reset. A browser upgrade. Every web project starts the same way. You add normalize.css or a CSS reset, and move on. Then three hours later, you add a media query for prefers-reduced-motion.00