Architecture
DDD: Carving Out Read Models From The Application
Splitting application into microservices is not trivial, but with DDD approach it can be done simply. Learn, how we extracted a module with ease without changing core process logic.
Splitting application into microservices is not trivial, but with DDD approach it can be done simply. Learn, how we extracted a module with ease without changing core process logic.
HTTP status code 422 is not very common to use. However, returning Unprocessable Entity error will make your responses more meaningful. Learn when to use HTTP 422 and make your REST API easier to consume.