Logo
ProgramsThoughtsBlogMock InterviewsAboutGet started

Connect with me

AWS Cloudfront
January 27, 2026

What is Amazon CloudFront?

Amazon CloudFront is a Content Delivery Network (CDN) offered by Amazon Web Services (AWS). That might sound technical, but here’s what it really means: CloudFront is a service that makes websites and apps load faster—especially when people are visiting them from different parts of the world. It works by bringing your website’s content closer to […]

Read Article
Angular tap() operator - Mountains
January 27, 2026

Angular tap() operator

tap() is an operator of rxjs library (used in Angular) which in my personnel view is very helpful when you are working with observables for side effects – which means doing something without affecting the the actual observable stream. Documentation says:- Used to perform side-effects for notifications from the source observable My definition :- tap() […]

Read Article
← Previous Page