Latest Posts
Day 15 — Angular Performance Optimization: OnPush, @defer & Lazy Loading
Optimize Angular apps with OnPush, @defer, NgOptimizedImage, and lazy loading.
Day 14 — Advanced RxJS: switchMap, mergeMap, forkJoin & CatchError
Advanced RxJS patterns: Higher-order mapping operators and robust error handling.
Day 13 — RxJS Basics: Observables, Subjects & Operators
Introduction to Reactive Programming with RxJS: Observables, Subscriptions, Pipeable Operators, and Subjects.
Day 12 — Reusable Components: Content Projection & ViewChild Deep Dive
Learn Content Projection (ng-content) and ViewChild to build generic, reusable UI components.
Day 11 — Angular Lifecycle Hooks Deep Dive
Understand the Angular Lifecycle: ngOnInit, ngOnDestroy, ngAfterViewInit, and DestroyRef.
Day 10 — Angular Pipes: Formatting, Transforming & Custom Pipes
Master built-in pipes (Date, Currency, Async) and learn to build powerful Custom Pipes.
Day 9 — Angular Material & UI Mastery
Build professional UIs with Angular Material: Cards, Dialogs, Data Tables, and Side Navigation.
Day 8 — Authentication, JWT, Guards, Interceptors & Auth Store
Build real-world Authentication: Login, JWT handling, Protected Routes, and AuthGuards.
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.