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.
How to Generate Unified Coverage Reports in an Nx Workspace
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.
Nx and Azure DevOps Integration for Test and Coverage Reporting
In this blog post, I want to describe how you can seamlessly integrate test coverage reporting into your Nx Monorepo workflow using Azure DevOps, providing a clear and actionable view of your code quality.
Automatically mock your Angular Services when Testing
In this blog post, I want to describe how you can automatically mock your Angular Services while Testing