Using python decorators for registration2019-09-09 1 min read Using python decorators for registering command for a help-function in a slackbot. (with example)
How to build multistage python with venv the smart way2021-04-09 1 min read The smartest way to create a multistage Dockerfile for a python application and be compatible with OpenShift non-root / arbitrary user is to use virtual environments.