Apr 23, 2026. Incremental Hydration and the End of the Uncanny Valley in Angular
How Angular's incremental hydration, event replay, and hybrid routing eliminate the gap between a page that looks ready and a page that actually is.
Angular - 6 minutesHow Angular's incremental hydration, event replay, and hybrid routing eliminate the gap between a page that looks ready and a page that actually is.
Angular - 6 minutesA practical guide to testing Angular components with Vitest's browser mode, covering ARIA-based locators, httpResource mocking, fake timers, and real-world patterns.
Angular - 6 minHow to organize large Angular apps using vertical domain slicing combined with horizontal layers, enforced by tooling. A practical guide to the Architecture Matrix.
Angular - 7 minA practical guide to state management in modern Angular — hand-rolled signal stores, DI scoping strategies, linkedSignal, delegatedSignal, and the full power of NgRx Signal Store.
Angular - 7 minutesA deep look at Angular's new Signal Forms API — schema-driven validation, reactive field state, conditional validators, async HTTP checks, and why this changes everything about building forms.
Angular - 7 minutesAngular's httpResource turns HTTP data fetching into a signal-in, signal-out pipeline. No subscriptions, no teardown, no race conditions. Here's how it works and where it falls short.
Angular - 6 minA thorough exploration of Angular Signals — the glitch-free reactive primitive that changes how you think about state, tracking, and data flow in Angular applications.
Angular - 6 minmicro-squad turns Claude Code into a coordinated engineering team. Parallel agents think, plan, build, review, and ship — with dual blind judges and a consensus protocol.
Tech - 7 minEvery AI coding session starts from zero. No memory of your conventions, your decisions, or what you tried last week. I got tired of repeating myself, so I built memtrace.
Tech - 8 minA behind-the-scenes look at why I switched my blog and personal page from Next.js to Astro, including benchmarks and lessons learned.
Tech - 5 minA comprehensive deep-dive into reactive programming in Angular, extensively covering RxJS, Angular Signals, and advanced techniques for robust asynchronous data management.
Angular - 9 minutesAn introduction to Angular's component-based architecture, exploring components, modules, standalone setups, and their role in creating maintainable apps.
Angular - 6 minutesTraces Angular's transformation from AngularJS to the modern Angular, highlighting key differences and the motivations behind the complete rewrite.
Angular - 6 minutesA personal perspective on what makes Angular a compelling choice, focusing on its philosophy, enterprise-friendly features, and robust ecosystem.
Angular - 6 minutesAn overview of how web frameworks evolved, from server-side rendering to the era of AngularJS, leading up to modern Angular and its enterprise-ready approach.
Angular - 7 minutesA thoughtful introduction to the Angular blog series, explaining the motivation behind the series and what readers can expect to learn.
Angular - 3 minutesLearn how I built a robust markdown processor for my blog using unified, remark, rehype, and rehype-pretty-code for beautiful, syntax-highlighted code blocks.
Front-End Development - 6 min read