Regex everywhere

Regex has been a constant in nearly every coding project I’ve worked on. And since infrastructure today is also built on code, regex patterns are everywhere—for instance, in the configurations of ...
0 Read More

Using Terraform & Ansible Together

Using Terraform & Ansible Together
In the worlds of infrastructure as code (IaC) and configuration management, Terraform and Ansible have emerged as two key players. Both of these tools are powerful on their own, but you can use them t...
0 Read More

Self-hosting with Podman

I've been a self-hoster for a while. The adventure started with regular mani-pc manufactured by HP. 32G of RAM, Intel gen 10, and 1T HDD drive. However, as long as it was a great experience at the beg...
0 Read More

Again self-hosting! on k3s

Over some time I was really happy with my podman + ansible setup. It was great, but do you know what wasn’t such great? Deployment rollbacks. It all started with linkwarden. On my miniflux, I receiv...
0 Read More