An example implementation of a domain model
In the last article I described the implementation differences between entity objects and value objects where the most significant difference is that entity…
A small peek into how DDD can help you focus on the right thing
When I used to start a new Node.js project, I usually started with analyzing and modelling the RESTful API and possible the database schemas and models. This…
The case of Domain Driven Design
Domain-Driven Design is an approach to software development that centers the development on programming a domain model that has a rich understanding of the…