Contribute Media
A thank you to everyone who makes this possible: Read More

How To Build a Python Microservice Without Losing a Job

Description

Sarcastic talk, sharing real-life experience on both technical and social aspects of doing an architecture migration to microservices without losing a job.

Any change in software architecture is a significant time investment. Writing microservices in Python is a joy, but when you decide on it, there is often no way back. Therefore it is always an advantage to know what to expect in advance, not just from inspiring blog posts but also from the harsh reality.

I would like to share typical pitfalls of choosing a framework stack, communication protocol, conventions, and deployment process — all covered by real projects.

Improve this page