Home
Writing
Notes on frontend architecture and the trade-offs behind it — mostly things I worked out the hard way on production code.
- 1 min read
Frontend Architecture Patterns That Actually Scale
Island architecture, RSCs, partial hydration — the frontend landscape has shifted. Here's what actually works in production.
ArchitectureReactPerformance - 1 min read
Microfrontends: When They Make Sense (And When They Don't)
Microfrontends solve organizational problems, not technical ones. Here's how to know if your team actually needs them.
MicrofrontendsArchitectureTeams - 2 min read
Monorepo vs Polyrepo: A Practical Decision Framework
Forget the ideology. Here's a decision tree based on team size, deploy frequency, and shared code volume.
MonorepoToolingDX - 2 min read
The Signal Revolution: Fine-Grained Reactivity Everywhere
Svelte 5 runes, Solid signals, Angular signals, React compiler — every framework is converging on fine-grained reactivity.
SignalsSvelteReactPerformance