Category "domain-driven-design"

CodeIgniter 4 \Config\Service::my-instance-method returns NULL on true $getShared

Config\Services is a class made to reduce huge code development on singleton. Unfortunately I have committed an error. When repositoryFacade is got from getShar

Repository implementation in Application, Domain and Infrastructure Layer (DDD)

I have a project structure like this : Here, IApplicationDbContext.cs interface defined in Application layer and it's implementation is done in Infrastructure

DDD why should domain model define interfaces for infrastructure

While studying DDD I'm wondering why the Domain model need to define interfaces for the Infrastructure layer. From my reads I got that a high level (domain mo

Large scale server application using DDD with Python? [closed]

We are preparing to build a large scale server application. To model the logic effectively we're planning to use DDD, including the tactical p

notification does not implement $INotification C#

I have a multi-tenancy project using mediator and CQRS, for some reason my CRUD from order request are returning this error, I already try refactor my handler s