Bittu Kumar·Mar 11When We Run ng serve and Open localhost:4200, What Really Happens ?When working with Angular, we frequently run ng serve, open http://localhost:4200, and start building features. But what actually happens…
Bittu Kumar·Jan 2Angular Signals: computed() vs linkedSignal()While working with Angular Signals, two APIs often look similar but behave very differently: computed() and linkedSignal(). The key…
Bittu Kumar·Dec 20, 2025Do you really understand 𝗫𝗦𝗦 𝗮𝘁𝘁𝗮𝗰𝗸 and how cookies protect you ?Let me explain this with a small real-world type story. Imagine you have a website with a comment box and users can write anything and…
Bittu Kumar·Dec 3, 2025Dependency Inversion Principle (DIP) for Angular DevelopersD from Solid is one of the most impactful principles in scalable Angular applications- That is dependency inversion
Bittu Kumar·Nov 24, 2025Run Two Node.js Apps in Docker — The Easy WayIf you’re new to Docker, this simple guide will help you learn how to run two small Node.js apps inside Docker containers. We’ll do it in…
Bittu Kumar·Nov 8, 2025Understand ViewChild in Angular — static: true vs static: falseWe will discuss today one of the most asked interview question in angular.
Bittu Kumar·Nov 1, 2025Deploying an Angular 18 App to Firebase Hosting with GitHub ActionsUnderstanding of Building and deploying any application to production is extremely important to understand how the automatic CICD works…
Bittu Kumar·Oct 14, 2025Do you understand Abstract Class and Interface and Abstraction as Angular DevelopersAs an Angular developer working with TypeScript, it is important to understand the difference between abstract classes and interfaces, as…
Bittu Kumar·Sep 25, 2025Why Unused Modules Aren’t in Your Initial Bundle in Angular Lazy Loading ?If you’re familiar with Angular’s lazy loading, you know it helps load feature modules only when needed. But how does this actually keep…A response icon1A response icon1