Articles by Tag #dto

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering DTOs in NestJS

Data Transfer Objects (DTOs) are a fundamental concept in NestJS applications. They help structure...

Learn More 18 4Feb 2

Understanding Controllers, Services, and DTOs in .NET: Simplified

When working with ASP.NET Core and building a RESTful API, it’s crucial to understand how the...

Learn More 5 0Feb 3

DTO vs Entity: Why You Should Separate Concerns

The Data Transfer Object is a design pattern used to transfer data across different layers or...

Learn More 2 0Dec 28 '24

check out my new blog!

Mastering DTOs in NestJS Cendekia ・ Feb 2 ...

Learn More 1 0Feb 2

MapStruct: Effcient, Elegant but not always simple

1. What is Mapstruct? "MapStruct is a code generator that greatly simplifies the...

Learn More 0 0Jun 22

DAO vs. DTO

DAO vs. DTO: Understanding the Key Differences in Data Access When designing applications...

Learn More 0 1Feb 17

How do I export my DTO into CSV with its original variable naming and declaration order?

For the purpose of this short article, we will be using OpenCSV 5.7.1 with Kotlin. The End...

Learn More 0 0Feb 23

DTOs in Java & Spring Boot with ModelMapper — The Right Way

Sometimes you return a JPA entity straight from a Spring Boot endpoint and everything seems fine —...

Learn More 0 0Sep 1