Need explanation of hexagonal architecture
I am reading about Alistair Cockburn’s Hexagonal Architecture with interest.
How to model two bounded contexts with tight coupling between them
Context Hello, at my company we have been working with DDD for some time now. We have a monolith and some services. The bounded contexts in the monolith use HTTP calls to communicate between them or data replication/projections when it’s needed. Now we have a case where we think we have two bounded contexts, but […]
Domain Models in dynamic languages?
I create Hexagonal Architecture based software with TypeScript or C#. The heart of Hexagonal Architecture is the Domain Model.
Help implementing call to external API and store summary in my database in hexagonal architecture with DDD
Good afternoon.