Latest Posts

angular performance

Day 15 — Angular Performance Optimization: OnPush, @defer & Lazy Loading

Optimize Angular apps with OnPush, @defer, NgOptimizedImage, and lazy loading.

Read Article
angular rxjs

Day 14 — Advanced RxJS: switchMap, mergeMap, forkJoin & CatchError

Advanced RxJS patterns: Higher-order mapping operators and robust error handling.

Read Article
angular rxjs

Day 13 — RxJS Basics: Observables, Subjects & Operators

Introduction to Reactive Programming with RxJS: Observables, Subscriptions, Pipeable Operators, and Subjects.

Read Article
angular components

Day 12 — Reusable Components: Content Projection & ViewChild Deep Dive

Learn Content Projection (ng-content) and ViewChild to build generic, reusable UI components.

Read Article
angular lifecycle

Day 11 — Angular Lifecycle Hooks Deep Dive

Understand the Angular Lifecycle: ngOnInit, ngOnDestroy, ngAfterViewInit, and DestroyRef.

Read Article
angular pipes

Day 10 — Angular Pipes: Formatting, Transforming & Custom Pipes

Master built-in pipes (Date, Currency, Async) and learn to build powerful Custom Pipes.

Read Article
angular material

Day 9 — Angular Material & UI Mastery

Build professional UIs with Angular Material: Cards, Dialogs, Data Tables, and Side Navigation.

Read Article
angular auth

Day 8 — Authentication, JWT, Guards, Interceptors & Auth Store

Build real-world Authentication: Login, JWT handling, Protected Routes, and AuthGuards.

Read Article
angular signals

Day 7 — Angular Signals: writable(), computed(), effect(), Stores & Real App Implementation

Deep dive into Signals: writable, computed, effect, and how to build a signal-based shopping cart store.

Read Article