// blog

Angular Guides & Tips

Deep-dives on Angular, RxJS, MEAN stack architecture, and lessons from building real-world production systems.

Angular Signals — The Complete Guide

10 Apr 20268 min read

Signals are Angular's new reactive primitive that replaces Zone.js-based change detection. Learn how to use signals, computed values, and effects to build highly performant Angular apps.

AngularSignalsPerformanceReactivity

10 RxJS Operators Every Angular Developer Must Know

1 Apr 202610 min read

RxJS is the backbone of Angular. From switchMap to combineLatest, these are the operators that will change how you handle async data, HTTP calls, and complex event streams.

AngularRxJSObservablesTypeScript

Standalone Components in Angular — Drop NgModule for Good

20 Mar 20266 min read

NgModule is no longer required in modern Angular. Learn how standalone components simplify your architecture, reduce boilerplate, and make lazy loading far more intuitive.

AngularStandaloneArchitecture

7 Angular Performance Tips You Should Use Today

10 Mar 20267 min read

OnPush change detection, trackBy functions, lazy loading, virtual scrolling — these are the optimisations that separate good Angular apps from great ones.

AngularPerformanceOptimisation

State Management in Angular Without NgRx

28 Feb 20269 min read

NgRx is powerful but heavy. Learn how to manage complex application state using Angular Services, BehaviorSubjects, and the new Signals API — without adding a single extra dependency.

AngularState ManagementSignalsRxJS

Angular Material Theming — Build a Custom Design System

15 Feb 202611 min read

Stop using the default Angular Material theme. Learn how to build a fully customised design system using M3 theming, CSS variables, and component overrides.

AngularAngular MaterialUIDesign System

// 6 posts total