Browsing Tag
frontend
220 posts
“The “Ideal Professional”: A Reflection on the Job Market”
In recent years, I’ve noticed a growing pattern across professional networks and the tech industry: the construction of…
How to Build a Git Worktree Workflow for Faster Context Switching
How to Build a Git Worktree Workflow for Faster Context Switching How to Build a Git Worktree Workflow…
How to use AI in your development workflow without losing your edge
How to use AI in your development workflow without losing your edge Integrating AI Into Daily Development: A…
I shipped 29 browser-only image tools. These 5 boring patterns kept the codebase sane
I thought building browser-only image tools would mostly be about Canvas APIs and file formats. It wasn’t. The…
How React-Style Time-Slicing Keeps UIs Responsive
Quick Recap In the previous article, we introduced priority-based and layered schedulers, solving the problem of “which tasks…
Single List Keyboard Handling
Prologue A while ago, I decided to develop a fully accessible main navigation component in React and write…
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…