Tag - DDD

Microservices Best Practices

In the world of software development, there are always new trends and best practices to learn about and adopt. When it comes to microservices, there are a few key best practices to keep in mind in order to create successful, scalable microservices. One best practice is to keep your microservices small and focused. A microservice...

Getting Started With Domain Driven Design

What is the Domain? To define domain-driven design, we must first define the term "domain" in this context (and in development in general). The common definition of domain is "a field of knowledge or activity." In the realm of software engineering, domain commonly refers to the subject area on which the application is intended to...