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 11
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 10
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 8
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 12
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 23
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 22
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 30
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 26
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 30
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 23
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 27
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 22
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 38