All posts about #development



How to terminate process in Python?

Reading official documentation

Multiprocessing is a package that supports spawning processes using an API similar to the threading module. The multiprocessing package offers both local and remote concurrency, effectively side-stepping the Global Interpreter Lock by using subprocesses instead of threads. Due to this, the multiprocessing module allows the programmer to …







AWS Summit: AWS Summit: BMW Configurator by Patrick Lanners & Julian Roedig

Experience and a way of BMW to microservice architecture...




AWS Summit: Software Development Process from Amazon by Jonathan Weiss

10 lessons in software development process, learned by Amazon over years...




AWS Summit: How to break the monolith with Dynatrace by Andreas Grabner?

Challenges if you are migrating from monolith to services and how to deal with them...