Browsing Category
Development
13 posts
Angular Monorepos with NX: The Power of Modularity
Recently, I’ve been working on migrating an enterprise-level application—a long-term project that will…
7 min read
What’s new in Angular 20
At Google I/O, Angular 20 was announced and now is officially released, bringing innovations that promise to…
6 min read
Ocelot API Gateway
In modern architectures, especially those based on microservices, the API Gateway represents a fundamental…
5 min read
FluentValidation
Throughout my career as a developer, I’ve built, maintained, and extended hundreds of .NET applications.…
6 min read
Hybrid Cache released!
Hey devs! Great news – .NET 9.0.3 just dropped a few days ago, and with it comes the long-awaited official…
03/18/2025
1 min read
Blazor .NET 9: a guide for beginners
Hello everyone! Today’s article is the first in an extensive series introducing Blazor development to…
03/17/2025
3 min read
Test APIs Directly in Visual Studio!
Recently, I had the opportunity to work on an integration project connecting my company’s system with a…
02/06/2025
4 min read
Managing JWT Tokens with Polly
In this article, I want to share how I tackled the management of a JWT token during an integration project with…
01/21/2025
5 min read
.NET 9 Hybrid Cache
In this article, we’ll delve into one of Microsoft’s latest innovations, currently in preview at the time of…
01/21/2025
4 min read
HashSet<T> in .NET 9
What is a HashSet<T>? In .NET, a HashSet<T> is a collection that implements an unordered set of unique…
12/23/2024
2 min read