Blog
Notes on architecture, code, and shipping software
January 14, 2026
Angular or React in 2026: How I Actually Decide
After shipping production apps in both for years, the decision rarely comes down to the framework debate you see online.
AngularReactFrontend
November 2, 2025
Clean Architecture in ASP.NET Core: What Actually Matters
Most 'clean architecture' write-ups obsess over folder structure. Here's what actually keeps a .NET codebase maintainable after three years of feature work.
ASP.NET CoreArchitectureBest Practices