My blogs

Exploring the World of Data Science and Web Development

Promise vs Observable
Promise vs Observable: A Quick Comparison
When working with asynchronous programming in JavaScript, especially in modern web development using frameworks like Angular or libraries like RxJS, two...
Read More
Stopping Event Propagation
stopPropagation() V/S stopImmediatePropagation()
In this article I have tried to explain in simple terms with examples, the difference between event.stopPropagation() and event.stopImmediatePropagation()...
Read More
Subjects In RxJs
Understanding Subjects in RxJS: A Comprehensive Guide
Reactive Extensions for JavaScript (RxJS) offers a powerful and flexible programming model for handling asynchronous streams of data using Observables....
Read More
Resource API in Angular 19
Master the Resource API in Angular 19
In this article i have tried to explain what Resource API is and how to use it in Angular 19 applications.
Read More
SCSS Cheat Sheet
SCSS Cheat Sheet: Key Features of SCSS
In this article, I've compiled all the essential SCSS features that are useful for building powerful front-end applications.
Read More
RxJS Map Operators Explained
RxJS Map Operators Explained
RxJS operators allow you to manage, transform, and handle streams of asynchronous data in web development frameworks like Angular effectively. Below is...
Read More
Differet Data Binding Techniques In Angular
Differet Data Binding Techniques In Angular
This article explores various data binding techniques in Angular, and explains each one of them.
Read More
What Are Decorators in Angular and How Do They Work?
What Are Decorators in Angular and How Do They Work?
Decorators in Angular play a crucial role in the framework’s architecture, enabling Angular to efficiently manage components, services, and other core...
Read More
Angular Compilation Methods: JIT vs. AOT Explained
Angular Compilation Methods: JIT vs. AOT Explained
In this article, I have tried to explain the two mian types of compilations used by Angular: JIT and AOT and which one to use.
Read More
1 2
Scroll to Top