From domain events to infrastructure - thinking out loud about possible approaches I don’t hate

On the topics of domain-driven design and event-driven architecture, something that’s been on my mind for quite some time, is the process of handling domain events, as well as potentially translating them into integration events.

May 16, 2023 · 16 min · 3237 words · João Antunes

[Redirect Magazine] #24 - Service boundaries, orchestrating containers, event sourcing and CQRS, plus some ASP.NET Core less known features

This week, no reading, just watching 🙂 (Now that I’m looking at it closely, all the videos are from NDC Oslo 2018) Videos “Finding your service boundaries - a practical guide - Adam Ralph” Great talk on defining the service boundaries, one of the topics I find most challenging when creating a new system, but also very interesting. “Containers in Production: It’s Like Orchestrating Cats - David Ostrovsky” Cool practical talk on things to keep in mind to correctly orchestrate containers in Docker....

August 19, 2018 · 1 min · 150 words · João Antunes

[Redirect Magazine] #3 - DDD with EF Core, ASP.NET Core, JS and .NET perf and some logging bits

Articles “Creating Domain-Driven Design entity classes with Entity Framework Core” Nice approach to implement domain driven design entity classes using EF Core. Some prior ideas on DDD might help in better understanding the article, but at very least it might pique your interest in learning more about it. “Exploring the Microsoft.AspNetCore.App shared framework in ASP.NET Core 2.1 (preview 1)” Overview of the way an ASP.NET Core application dependencies are handled, and the changes introduced from 2....

March 25, 2018 · 1 min · 164 words · João Antunes