排序
Implementing the Repository pattern in Python using SqlAlchemy as a backend
Implementing the Repository pattern in Python using SqlAlchemy as a backend,In the previous post, we implemented a really simple file-based repository that used the pickle module. ...
Microservice with Domain Driven Design – the art of writing good code (production-ready example)
Microservice with Domain Driven Design - the art of writing good code (production-ready example), Full Spring Boot authentication microservice with Domain-Driven Design approach an...
Implementing Value Objects in Python
Implementing Value Objects in Python,A Value Object is one of the fundamental building blocks of Domain-Driven Design. It is a small object (in terms of memory), which consists of ...
Where to place the business logic in Domain-Driven Design (Python example)
Where to place the business logic in Domain-Driven Design (Python example),In Domain-Driven Design we have a clear sepatartion between the Domain, Application, and Infrastructure. ...
Using Value Objects with JPA
Using Value Objects with JPA, Domain-Driven Design (10 Part Series) 1 Strategic Domain-Driven Design 2 Tactical Domain-Driven Design ... 6 more parts... 3 Domain-Driven Design and ...