My Blog
Here you will find information about systems design and my most recent projects.
-
EF Core as Nervous System: Automatic Auditing + Domain Events = Smarter Applications
Imagine your application automatically reacts to every change, logs all its critical activity, and communicates internally without repetitive code. In this post, I reveal how to achieve this using EF Core as the central nervous system of your domain, with two foolproof techniques: automatic auditing and domain events. Includes the exact code I use in real enterprise systems.
-
Unlocking Real-Time Interactions with Event-Driven Architecture on Azure
Learn how to use Event-Driven Architecture (EDA) with Azure Functions as a consumer, leveraging the serverless tech stack to improve performance and costs in a hotel reservation system.
-
Improving Microservices Architecture with Vertical Slice Architecture
Explore how Vertical Slice Architecture, combined with Domain-Driven Design and Event-Driven Architecture, enhances the scalability and maintainability of microservices in a hotel reservation system.