Posts
All the articles I've posted.
Unveiling Global State Management in Angular using Signals with LocalStorage
How to build global state management in Angular using Signals with LocalStorage persistence, organized in a store directory with state, actions, and getters.
The SolarWinds Hack - Unraveling the Truth and Preventing Future Attacks
How the SolarWinds supply chain attack of December 2020 worked, why it went undetected for months, and five lessons organizations can apply to prevent similar breaches.
Writing Unit Tests with Jest
A practical introduction to writing unit tests with Jest, covering setup, matchers, async tests, test organization, setup and teardown hooks, and mocking.
Writing an Accessible Angular Application - A Comprehensive Guide
Accessibility is a core requirement in modern web development. This guide walks through practical Angular techniques for building accessible applications with semantic HTML, keyboard navigation, focus management, and testing.