PinnedSantiago GonzálezStop manually mapping your DTOsIn service development, DTOs play a crucial role in decoupling consumers. Let’s explore the alternatives we haveMar 115Mar 115
PinnedSantiago GonzálezinTowards DevUnlocking concurrency in PythonA beginner’s guide to Actor Model programming with Pykka in PythonSep 5Sep 5
PinnedSantiago GonzálezStop using Spring Boot to build MicroservicesMicronaut is a framework created by and for microservices, minimizing memory footprint and startup time. Let’s take a look.Sep 17, 202325Sep 17, 202325
Santiago GonzálezDTO in Python with PydanticUsing Pydantic for defining DTOs ioffers a powerful and flexible way to ensure data integrity and consistency across your applicationAug 8Aug 8
Santiago GonzálezDecision making: the power of the AHP methodDiscover how the Analytic Hierarchy Process (AHP) method can help you make decisions in your daily lifeJul 23Jul 23
Santiago GonzálezManage Python enviroment like a ProIf you too feel frustrated by managing multiple versions of Python on Windows, you’re in luck. I was too until I discovered pyenv.May 14May 14
Santiago GonzálezMastering python’s Repository Pattern: Unleashing the power of data managementRepository Pattern is a design pattern commonly used to manage data access logic and abstract the interactions with the data storageMay 141May 141
Santiago González4 tips to build better DTOsWhether you’re building a service that communicates with a third party or constructing a layered system, DTOs will help you !Feb 26Feb 26
Santiago GonzálezinTowards DevDjango :: SQLite to PostgreSQL migrationRecently, I’ve had to migrate the database of a small tool built with Django. This article is the result of that work.Feb 91Feb 91
Santiago GonzálezinTowards DevUnderstanding Problem Details in HTTP APIs: Enhancing Error Handling for Better Web ServicesIn the realm of web development, efficient error handling is paramount for delivering robust and user-friendly applications.Jan 31Jan 31