Browsing Tag
frontend
214 posts
Auto Generate Skeleton Loaders (No Manual Work)
Tired of creating separate skeleton components for every UI? 😩 I built a small npm package that solves…
The bellows move, but the CPU stays quiet — what’s powering this browser based harmonium?
The bellows move, but the CPU stays quiet — what’s powering this browser web harmonium? Clicking into this…
The Best Web Apps Feel Like Conversations
The best web applications do not feel like software. They feel like conversations. You open the app, interact…
Building an Accessible Toast Notification System in React
Toast notifications are often implemented as simple UI feedback components, but making them accessible requires additional considerations. In…
How to Create a Digital Portfolio That Visually Pops
Job searching can be tough, and so is standing out among the competition. When putting together job applications,…
Modern JavaScript Essentials: From Basics to Asynchronous Programming
In an AI-driven world, a strong foundation in core technologies is essential. To keep my skills sharp, I’m…
🧑💻 Alt Text vs ARIA Labels — What Developers Often Miss
Most developers know the basics of Alt Text for images. But when building modern apps with complex UI,…
how to add Progressive Blur Effects in React / Next.js with react-progressive-blur
Installation: npm install react-progressive-blur or yarn add react-progressive-blur or bun add react-progressive-blur When building modern web apps, subtle…
How to Use React Query with React Router Loaders (Pre-fetch & Cache Data)
The Problem When you navigate to a page, there’s usually a delay while data is being fetched. The…
Fix: Eliminating Double Async Validation in TanStack Form & Zod
A practical pattern to prevent duplicate API calls and race conditions in complex React forms. When building production-grade…