Using python decorators for registrationSeptember 9, 2019 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 wayApril 9, 2021 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.