Posts
All the articles I've posted.
Unveiling Global State Management in Angular using Signals with LocalStorage
Published: at 12:00 AMAre you looking at how to do state management using angular signals? You came to the right place. State management is an indispensable aspect of any web application. Proper state management ensures…
The SolarWinds Hack - Unraveling the Truth and Preventing Future Attacks
Published: at 12:00 AMIn December 2020, the world witnessed one of the most sophisticated cyberattacks in history - the SolarWinds hacking. This blog post explores the events that transpired and how such an incident could…
Writing Unit Tests with Jest
Published: at 12:00 AMIn the realm of software development, unit tests are indispensable tools that enable developers to verify the correctness of individual components within a system. Among a multitude of testing framew…