Robert Adamadamcast.hashnode.dev·Jan 21, 2025Entendendo e aplicando o padrão DTOOlá pessoal! Bem-vindos ao artigo desta semana.Você pode conferir os artigos anteriores aqui, e o código está disponível no meu GitHub, basta acessar aqui. Um DTO (Data Transfer Object) é um padrão de projeto utilizado para transferir dados entre di...TV Show BuddySpringboot
Asfia Aimanasfiaaiman.hashnode.dev·May 7, 2024Simplifying Data Transfer in PHP: The Power of DTOsIntroduction In the world of PHP coding, there’s a nifty tool called Data Transfer Objects (DTOs) that makes sharing data between different parts of your program a breeze. Think of DTOs as digital couriers that safely deliver information from one pla...31 readsdata-transfer object
Gaurav Guptaggupta2005.hashnode.dev·Apr 12, 2024What are DTOs in software systems?DTOs, or Data Transfer Objects, are used to move data between different parts of a software application. They are especially useful in service-oriented architectures (SOA) or microservices. The main goal of DTOs is to bundle and carry data across the...39 readsC#
Suraj Shettyhashnode.surajshetty.blog·Apr 3, 2024How to Implement Data Transfer Pattern in LaravelPrerequisites: PHP Basic of Laravel Let's begin by exploring the Data Transfer Pattern in Laravel: To illustrate, I'll use a CRUD application as a test case while implementing BO (Business Object), DAO (Data Access Object), and DTO (Data Transfer...98 readsWeb App - Code To Deploydata-transfer object
Kaique Garciafor<codeAspiras/>blog.codeaspiras.dev·Feb 7, 2024Recapitulação: Data-Transfer ObjectOlá, leitores do CodeAspiras! Estava aqui revisando os vídeos do nosso canal no YouTube e me deparei com o refinamento onde falamos sobre DTOs, estrutura que mencionei em um artigo de Golang anteriormente nesse blog. Esse vídeo traz outros exemplos s...data-transfer object