
Linux Filesystem Hierarchy
Windows divides data into multiple drives (C:, D:, etc.), Linux follows a structured, single-rooter system. Root directory (/) It …
Deep dives into technology, engineering, and the digital world.

Windows divides data into multiple drives (C:, D:, etc.), Linux follows a structured, single-rooter system. Root directory (/) It …

While studying JavaScript deeply, I came across an idea explained by Kyle Simpson in You Don’t Know JS: Variables don’t have types…

TL;DR; The main concept interfaces offer over types is declaration merging. On the other side, types can do a lot more than i…

After going through some latest updates on Angular, I came across this new way of communication between component. We were using @…

Nowadays you all are quite good at understanding the digital world and everyone, even my late grandfather, knows what a website is…

Transforming Fragmented Monitoring into a Unified, Intelligent System The Challenge Different teams relied on different tools to m…

Bridging 20+ Year Old Systems With Modern Digital Services The Challenge Many government departments still rely on legacy SOAP-bas…

Amazon CloudFront is a Content Delivery Network (CDN) offered by Amazon Web Services (AWS). That might sound technical, but here’s…

tap() is an operator of rxjs library (used in Angular) which in my personnel view is very helpful when you are working with observ…