Posts in category
ngrxX

Angular 2025: Remote Data, Signals, and the Questions You’re Asking
In This Blog Post, I’ll show how to create a unified test coverage report for an Nx workspace. While Nx generates individual coverage reports for each project, it lacks a built-in solution for a complete workspace view. This blog post provides a simple tool to merge these reports and generate detailed formats like HTML, Cobertura, JSON and more.

Comparing Angular State Management: NgRx Classic, Signal Store, and the Events Plugin
In This Blog Post, I’ll show how to create a unified test coverage report for an Nx workspace. While Nx generates individual coverage reports for each project, it lacks a built-in solution for a complete workspace view. This blog post provides a simple tool to merge these reports and generate detailed formats like HTML, Cobertura, JSON and more.

Announcing Developer Academy Trainings
In this blog post, I want to describe the launch of Developer Academy. With the invaluable support of Steven Giesel, we finally made it a reality! Developer Academy is all about high-quality, hands-on training for modern software development. We offer expert-led workshops and courses covering Angular, .NET, TypeScript, state management with NgRx, and more. Our goal is to empower developers and teams by teaching industry best practices and cutting-edge technologies.

Extending the NgRx signal store with a custom feature
In this blog post, I want to show how we can extend the NgRx Signal Store with custom features.

NgRx Signal Store & Angular: Getting started
In this blog post, I will provide an overview of the Angular NgRx Signal Store and demonstrate how to use it in your applications.

Migrating Angular to NgRx functional APIs and effects
In this blog post, I want to describe how I migrated NgRx to its functional APIs and effects to use the latest features and benefits of NgRx and Angular with standalone components.