Browsing Tag
frontend
225 posts
I Switched from Postman to Bruno 🚀
I recently moved from Postman to Bruno, and I’m really liking it so far. It feels much lighter,…
Ng-News 26/17: PrimeNG’s New Licensing, and A2UI for Angular
PrimeNG’s new licensing model and A2UI for model-controlled Angular interfaces are the headline topics this week. Also in…
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…