Hacker News with Generative AI: Domain-Driven Design

UML diagram for the DDD example in Evans' book (github.com/takaakit)
This project uses UML diagrams to illustrate the structure and behavior of the DDD example—a cargo shipping system—from Eric Evans' book (Domain-Driven Design: Tackling Complexity in the Heart of Software). These diagrams are created based on the source code of the dddsample-core project on GitHub. The diagrams aim to help us understand how the example implements the strategic and tactical designs of DDD and the mechanisms by which it operates.
Stop Pretending to Do Domain-Driven Design (jamesmichaelhickey.com)
It doesn’t matter how many entities, aggregates, factories, services, and repositories you have. That’s not domain-driven design.
A Brief Intro to Clean Architecture, Clean DDD, and CQRS (jacobsdata.com)
In this blog entry I give a primer on Clean Architecture, which is a modern, scalable formal software architecture which is appropriate for modern web applications.
Master Hexagonal Architecture in Rust (howtocodeit.com)
Hexagonal architecture. You've heard the buzzwords. You've wondered, "why hexagons?". You think domain-driven design is involved, somehow. Your company probably says they're using it, but you suspect they're doing it wrong.