Articles

1

Showing 1 article about "Mapper pattern"



Implementing DTOs, Mappers & the Repository Pattern using the Sequelize ORM [with Examples] - DDD w/ TypeScript
There are several patterns that we can utilize in order to handle data access concerns in Domain-Driven Design. In this article, w...