PinnedStop manually mapping your DTOsIn service development, DTOs play a crucial role in decoupling consumers. Let’s explore the alternatives we haveMar 115Mar 115
PinnedPublished inTowards DevUnlocking concurrency in PythonA beginner’s guide to Actor Model programming with Pykka in PythonSep 5Sep 5
PinnedStop 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
Discover how to cut your AWS QuickSight costs in half!A comprehensive guide to pricing and user types1d ago1d ago
DTO 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
Decision 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
Manage 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
Mastering 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
4 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