Milanjovanovic.tech

Modular Monolith Architecture Milan Jovanović

WebThe Ultimate Modular Monolith Blueprint. This in-depth course will transform the way you build modern systems. You will learn the best practices for applying the Modular Monolith …

Actived: 1 days ago

URL: https://www.milanjovanovic.tech/modular-monolith-architecture

Pragmatic Clean Architecture Milan Jovanović

WebPragmatic Clean Architecture is a very complete course where we can learn from DDD, pattern design, software architecture and testing. Very well explained and highly …

Category:  Course Go Health

Milan Jovanović Helping You Become a Better .NET Engineer

WebAccelerate Your. .NET. &. Software Architecture Skills. Join 48K+ Engineers. Level-up your .NET skills, one email at a time. Discover proven .NET patterns & techniques. Explore …

Category:  Health Go Health

Balancing Cross-Cutting Concerns in Clean Architecture

WebThese are your common application-level functionalities that span several layers and tiers. Cross-cutting concerns should be centralized in one location. This …

Category:  Health Go Health

Keycloak identity provider setup Milan Jovanovic Tech

WebDemo: Obtaining JWTs using Keycloak (1:39) Configuring authentication middleware & services (1:57) Configuring JWT authentication options (2:08) Demo: Authentication in …

Category:  Health Go Health

Health Checks In ASP.NET Core For Monitoring Your Applications

WebHealth checks are a proactive mechanism for monitoring and verifying the health and availability of an application in ASP.NET Core. ASP.NET Core has built-in …

Category:  Health Go Health

How To Use The Options Pattern In ASP.NET Core 7

WebIn this week's newsletter I want to show you how you can use the powerful Options pattern in ASP.NET Core 7. The options pattern uses classes to provide strongly …

Category:  Health Go Health

Configuring Entity Framework Core with dependency injection

Web05: Presentation Layer. Introduction (1:05) Creating the Presentation project (2:39) Configuring services with dependency injection (0:52) Adding Controllers and endpoints …

Category:  Health Go Health

The .NET Weekly Newsletter Milan Jovanović

WebIn ASP.NET Core applications using Minimal APIs, registering each API endpoint with app.MapGet, app.MapPost, etc. can introduce repetitive code. Today 1. …

Category:  Health Go Health

Advanced Rate Limiting Use Cases In .NET

WebRate limiting is about restricting the number of requests to your application. It's usually applied within a specific time window or based on some other criteria. Rate …

Category:  Health Go Health

Milan Jovanović The .NET Weekly Newsletter

WebVisualize Your Software Architecture With The C4 Model. May 13, 2023. Software architecture diagrams are a great way to communicate how you are planning to …

Category:  Health Go Health

Milan Jovanović The .NET Weekly Newsletter

WebHow To Use Domain Events To Build Loosely Coupled Systems. July 22, 2023. In software engineering, "coupling" means how much different parts of a software …

Category:  Health Go Health

Milan Jovanović The .NET Weekly Newsletter

WebHow To Apply Functional Programming In C#. March 4, 2023. Although C# is an object-oriented programming language, it received many new functional features in …

Category:  Health Go Health

Implementing The Saga Pattern With Rebus And RabbitMQ

WebDesigning long-lived processes in a distributed environment is an interesting engineering challenge. And a well known pattern for solving this problem is a Saga. A …

Category:  Health Go Health

Implementing an API Gateway For Microservices With YARP

WebAn API gateway is a specific type of reverse proxy designed for managing APIs. It acts as a single entry point for API consumers to the various backend services. …

Category:  Health Go Health