Generic Repository within DDD: How can I make this interface generic?...
Read MoreDDD. Where do user configurable settings belong?...
Read MoreConsuming an External API that has a complex filter syntax...
Read MoreSpring Boot microservices sharing domain models...
Read MoreHow to avoid casting in child classes in java...
Read MoreDomain-Driven Design with different roles...
Read MoreHow to force or lead adapters to throw specific exceptions in Hexagonal/ Ports and Adapters Architec...
Read MoreMultiple addresses as Entity or ValueObject?...
Read Moreunderstanding the model layer and its intricacy...
Read More(DDD) Retrieve entity stored in multiple databases...
Read MoreHow to use AbstractAggregateRoot<T> or the annotation DomainEvents with Java Records...
Read MoreCQRS Commands and Queries - Do they belong in the domain?...
Read MoreWhat layer has responsibility of filtering deactivated(mark as deleted) aggregate?...
Read MoreDDD: Aggregate and entities relationship...
Read MoreDDD : Can a repository access another repository?...
Read MoreHow Single Responsibility Principle relates to anemic/rich domain model?...
Read MoreDDD - entity vs package-by-feature...
Read MoreDDD Using Specification pattern for Validation...
Read MoreSQL : Synchronize Read/Write Databases in CQRS , Asp.Net Core...
Read MoreDefining allowed value ranges in type member in F#...
Read MoreDDD inject repository on domain service VS orchestrate flow on application service...
Read MoreAggregates deduplication by property in Event Sourcing...
Read MoreMultiple aggregates handle with one table?...
Read MoreExecute a CQRS command when i don't have the ID...
Read MoreCommand accros multiple aggregates with CQRS and ES...
Read MoreCan I say Axon Commands and Events are considered as anemic models?...
Read MoreDDD. Shared kernel? Or pure event-driven microservices?...
Read MoreDDD Process Managers: Are they part of business logic?...
Read MoreWriting repositories for external Restful APIs...
Read More