On various topics such as C#, Asp.Net Core, WPF, Angular and many others! 😉
Implementing Rate Limiting Middleware in .NET 7
Securing a web application is a multifaceted task, and a key part of this process is rate limiting. In this article, we delve into inbuilt rate limiting with .NET 7, showcasing its capabilities…
Jimmy Boinembalome
Validating requests with FluentValidation
Validation is a critical aspect of any web application, ensuring that the data received from clients is accurate and meets the specified requirements. In ASP.NET Core Web API, there are several ways…
Jimmy Boinembalome
Introduction to Clean Architecture
Clean Architecture is a software design principle introduced by Robert C. Martin, popularly known as Uncle Bob, in his book "Clean Architecture: A Craftsman's Guide to Software Structure and Design…
Jimmy Boinembalome
Enhancing User Experience with TrackBy in Angular
Angular's directive is used for rendering lists of items in Angular applications. However, when dealing with large datasets or frequently updating lists, the performance can suffer, resulting in a…
Jimmy Boinembalome
Configure Husky with Angular
Husky is a powerful tool that allows you to add Git hooks to your project. These hooks can be used to run scripts or commands before or after certain Git actions, such as committing changes or pushing…
Jimmy Boinembalome