For architects and senior engineers choosing how to split, extend, and scale frontend platforms — not just which framework to pick.
Composition patterns
Follow the Micro Frontends series in order:
- Micro Frontends: Why? — When independent deployable frontends beat monoliths.
- Micro Frontends: How? — Integration patterns and runtime composition.
- Micro Frontends: Working Example — End-to-end implementation walkthrough.
- Micro Frontends vs Monorepo vs Shared Module — Choosing the right multi-project approach.
- Reusable Shared Module in Angular — Cross-repository shared modules in practice.
Platform extensibility
- Building Custom Angular Schematics — Automating code generation for platform teams.
- Custom Web Components with Stencil in Angular — Framework-agnostic components inside Angular apps.
Real-time and performance
- Real-time Data in Frontend Applications — Patterns for live data without melting the UI.
- Angular Web Workers and OffscreenCanvas — Offloading heavy work from the main thread.
Design systems
- The Cost of Consistency: Design System Bottlenecks — Lessons from building a design system without the rigidity trap.
Related series
- Legacy and Modernization — Code archaeology and the ethics of rewriting (2-post series).
Related paths
- Angular Platform — Modern Angular signals, forms, and migration patterns.
- Engineering Leadership — Tech stack decisions and team-scale architecture judgment.