Skip to main content

Posts

2025

uv: The Next Generation of Python Development
·5 mins
Python Development Tools How-To
Introduction to the Python package manager uv. How does it work? In which areas can it be used? And the comparison with established tools like pip and venv.
CI/CD in Practice
·5 mins
DevOps Article
A brief overview of what to consider with CI/CD and how to implement it successfully
Blue-Green Deployment with Kubernetes
·5 mins
How-To Deployment Scripting
Minimize risks, maximize availability. Releases with minimal downtime and fast recovery from issues.
Setting up msmtp as an SMTP Client
·7 mins
Mail How-To Configuration Linux
Need to receive server logs and output from failing jobs via email? msmtp makes it easy.
Restic Backups
·6 mins
Backup How-To Scripting Linux
How to create a sustainable backup concept with minimal effort using a shell script.