#
Domain Driven Design
Domain-driven design (DDD) is a software design approach focusing on modelling software to match a domain according to input from that domain's experts. - Wikipedia
Here at AddToEvent we follow the practice of Domain Driven Design through our usage of squads and microservices architecture.
Microservices have a symbiotic relationship with domain-driven design (DDD)—a design approach where the business domain is carefully modeled in software and evolved over time, independently of the plumbing that makes the system work. - Confluent