Angular Signals: Building Reactive Applications Without Overusing RxJS
Use Signals for local UI state and keep RxJS for streams—practical patterns for Angular 16+ apps.
15 Aug 2026 · 8 min read
- Angular
- Signals
- RxJS
- Architecture
Blog
Technical notes, lessons learned and practical guides from building modern frontend applications.
Use Signals for local UI state and keep RxJS for streams—practical patterns for Angular 16+ apps.
15 Aug 2026 · 8 min read
A practical decision guide for the App Router: what stays on the server, what needs the client, and how to compose both.
8 Aug 2026 · 9 min read
How to wrap PrimeNG without leaking design-system chaos across a large Angular codebase.
12 Aug 2026 · 8 min read
Explain Core Web Vitals in practical terms and the frontend fixes that usually move LCP and FCP.
5 Aug 2026 · 8 min read
Structure feature folders, routes, and shared UI with standalone Angular—without NgModule ceremony.
11 Aug 2026 · 7 min read
Cross-framework patterns for feature boundaries, shared UI, and multi-app workspaces that stay coherent.
4 Aug 2026 · 9 min read
Choose static generation, server rendering, or dynamic rendering based on data freshness and cache needs.
6 Aug 2026 · 8 min read
Reduce unnecessary renders in Vue 3 with computed values, careful watchers, and smarter list keys.
9 Aug 2026 · 7 min read
Practical choices for English and Chinese copy, dark mode, and keeping the first viewport focused.
2 Aug 2026 · 4 min read
How I structured a portfolio host with Native Federation and a remote dashboard showcase.
1 Aug 2026 · 5 min read
Structure script setup, composables, and props so Vue 3 components stay readable as features grow.
10 Aug 2026 · 8 min read
Discriminated unions, result types, and strict models that keep large React, Angular, and Vue codebases honest.
3 Aug 2026 · 8 min read
Concrete ways to improve change detection, rendering, and bundle size in modern Angular apps.
14 Aug 2026 · 9 min read
Checklist for shipping a Next.js App Router app: env boundaries, metadata, error states, and deploy hygiene.
7 Aug 2026 · 8 min read