Building Microservices with Python , Part I – Medium

Currently I am working in my current job as a Software Engineer at HelloFresh on the DataWarehouse Team. Read more

Similar

Nornir: An Automation Framework in Python

Nornir is an automation framework written in python to be used with python. Most automation frameworks hide the language they are written in by using some cumbersome pseudo-language which usually is almost Turing complete, but lacks tooling to debug and t... (more…)

Read more »

Abstract Classes in Python

Abstract Class is a very important concept of object-oriented programming. It is a good practice of DRY (Don’t Repeat Yourself) principle. In a large project, code duplication is approximately equal… (more…)

Read more »