DORSETRIGS
Home

dto (13 post)


posts by category not found!

Dto - Entity mapping best practice

DTO vs Entity Mapping Best Practices for Clean Code The age old debate of DTOs Data Transfer Objects versus Entities in software development often leads to conf

3 min read 05-10-2024 41
Dto - Entity mapping best practice
Dto - Entity mapping best practice

Spatie Laravel/data not formatting errors

Decoding Laravel Data Formatting Errors with Spatie The Problem A Confusing Wall of Text Imagine this you re working on a Laravel project using Spaties powerful

2 min read 05-10-2024 38
Spatie Laravel/data not formatting errors
Spatie Laravel/data not formatting errors

is using DTOs in every case always a good practice?

DTOs A Silver Bullet or a Hammer for Every Nail Data Transfer Objects DTOs are a widely used pattern in software development often touted as a solution for clea

2 min read 05-10-2024 45
is using DTOs in every case always a good practice?
is using DTOs in every case always a good practice?

DTO on hexagonal architecture and DDD

Understanding DTOs in Hexagonal Architecture and Domain Driven Design DDD In software design the way we structure our data can significantly affect how easily w

3 min read 30-09-2024 47
DTO on hexagonal architecture and DDD
DTO on hexagonal architecture and DDD

Repeating validations on DTO's

Understanding Repeating Validations on Data Transfer Objects DTOs Data Transfer Objects DTOs are essential in software development particularly when working wit

2 min read 24-09-2024 62
Repeating validations on DTO's
Repeating validations on DTO's

How to define optional properties in Data Transfer Objects?

How to Define Optional Properties in Data Transfer Objects Data Transfer Objects DTOs are crucial in modern software architecture especially when it comes to tr

2 min read 14-09-2024 52
How to define optional properties in Data Transfer Objects?
How to define optional properties in Data Transfer Objects?

Generating unused dtos in swagger

Say Goodbye to Unused DTOs A Guide to Streamlining Your Swagger Definitions Swagger a powerful API documentation tool can be a lifesaver for developers It provi

2 min read 13-09-2024 59
Generating unused dtos in swagger
Generating unused dtos in swagger

Difference between DTO, VO, POJO, JavaBeans?

Understanding Java Object Types POJO Java Bean DTO and VO The Java ecosystem boasts a diverse set of object types Among these POJO Java Bean DTO and VO are ofte

3 min read 07-09-2024 60
Difference between DTO, VO, POJO, JavaBeans?
Difference between DTO, VO, POJO, JavaBeans?

Mapster mapping issue. Mapping a list of objects to a list of strings

Mapping a List of Strings to a List of Objects with Mapster This article addresses a common challenge encountered when using Mapster for object mapping transfor

2 min read 05-09-2024 60
Mapster mapping issue. Mapping a list of objects to a list of strings
Mapster mapping issue. Mapping a list of objects to a list of strings

Parameters in @Query Annotation for DTO Class Spring Boot 3

Mapping Entity to DTO with Query Annotation in Spring Boot 3 A Practical Guide In Spring Boot using the Query annotation with a DTO Data Transfer Object for pro

2 min read 02-09-2024 59
Parameters in @Query Annotation for DTO Class Spring Boot 3
Parameters in @Query Annotation for DTO Class Spring Boot 3

Multikind Object validation in Nestjs DTO

Mastering Multi Kind Object Validation in Nest JS DTOs A Comprehensive Guide Nest JS is a powerful framework built on top of Type Script enabling developers to

3 min read 31-08-2024 61
Multikind Object validation in Nestjs DTO
Multikind Object validation in Nestjs DTO

API Platform custom Controller serialization problem

API Platform Custom Controller Serialization A Detailed Guide This article addresses a common issue encountered when using custom controllers with API Platform

2 min read 30-08-2024 58
API Platform custom Controller serialization problem
API Platform custom Controller serialization problem

Unserialize a Vue 3 Computed property

Unserializing Computed Properties in Vue 3 A Deep Dive In Vue 3 computed properties provide a powerful way to derive data from existing properties ensuring data

2 min read 28-08-2024 87
Unserialize a Vue 3 Computed property
Unserialize a Vue 3 Computed property