HZHARUNA ZAKARIAinharunzywrites.hashnode.dev·May 26 · 3 min readWhy Responsive Design Is No Longer Optional for Web DevelopersIf you’re building websites in 2026, here’s a fact you can’t 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’t 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
GMGANTA MANIKANTA ANJANEYAinmanikanta-dev.hashnode.dev·Mar 9 · 1 min readI Built a To-Do List Web App Using HTML, CSS & JavaScriptHi 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 tas00
BSBhagyesh Shahinbookswaphubhashnodedev.hashnode.dev·Feb 25 · 5 min readFrom Idea to Implementation: Developing BookSwap-HUBAs a student, I often noticed that many classmates struggle to find affordable books. While new books are expensive, existing reselling options are often unorganized and not fully reliable. This gap i00
ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 22 · 5 min readUnderstanding CSS Selectors & The Foundation of Styling Web PagesWhen you open a webpage, the browser first starts by reading the HTML i.e. the structure and content of the page at hand. But raw HTML on its own is plain and boring which can affect the time a user s00