PinnedStop manually mapping your DTOsIn service development, DTOs play a crucial role in decoupling consumers. Let’s explore the alternatives we haveMar 11, 20245Mar 11, 20245
PinnedPublished inTowards DevUnlocking concurrency in PythonA beginner’s guide to Actor Model programming with Pykka in PythonSep 5, 2024Sep 5, 2024
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 typesNov 19, 2024Nov 19, 2024
DTO in Python with PydanticUsing Pydantic for defining DTOs ioffers a powerful and flexible way to ensure data integrity and consistency across your applicationAug 8, 2024Aug 8, 2024
Decision making: the power of the AHP methodDiscover how the Analytic Hierarchy Process (AHP) method can help you make decisions in your daily lifeJul 23, 2024Jul 23, 2024
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 14, 2024May 14, 2024
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 14, 20241May 14, 20241
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 26, 2024Feb 26, 2024