My honest confession about my projects that failed. Manifesto against beautifulness and straightforwardness on social media.
Explore the concept of Test Doubles in unit tests, learn how to effectively utilize them
Comparison of Classical and London schools of unit testing with examples written in Python
How to implement DDD Entities in Python
Tired of wrestling with AWS Athena for your data needs? Join me as I had the same - the results of this journey are described in this blog post.
A brief explanation of why adding the business logic to the controller is not a good idea. Overview of other options we have.
An example implementation of CommandBus in Python
Services vs Command Handlers - choosing the right approach in your application
In this blog post, I will show you how to implement a retry mechanism for external API requests in Python