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 16 4Feb 2

An easy way to validate DTO's using Symfony attributes

Introduction DTOs are simple objects that encapsulate data attributes without containing...

Learn More 14 0Sep 20 '24

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

Mastering Data Validation in NestJS: A Complete Guide with Class-Validator and Class-Transformer

Introduction In the fast-paced world of development, data integrity and reliability are...

Learn More 4 0Sep 9 '24

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

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

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