Browsing Tag
frontend
223 posts
3 Finance-Themed UI Concepts I Built Recently (Free to Use)
I’ve been spending some time experimenting with different UI patterns lately, and instead of building another generic landing…
I wrote this while refactoring my invoice app and trying to sort out where frontend “business logic” should actually live. Curious how others draw the line between components, hooks, use cases, and domain helpers in real React apps.
Clean Architecture on the Frontend: Beyond Smart and Dumb Components djblackett djblackett djblackett Follow Jun 7 Clean Architecture…
ViewComponent vs. Phlex: Which Ruby UI Library Should You Choose?
I remember when my app/views folder was a complete disaster. I had deeply nested partials, instance variables floating…
“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…