Groupping Quadlets
With compose we have got habbit to start and stop containers with one single command. We can achieve the same with Pod but it has limitation. And this is where systemd helps us out.

A personal tech blog about DevOps, containers, automation and backend engineering.
With compose we have got habbit to start and stop containers with one single command. We can achieve the same with Pod but it has limitation. And this is where systemd helps us out.
Quadlets, unlike compose files, are split into multiple files and follows systemd syntax. I’ve made a language server that makes the edit and navigation much easier.
In this post, I explain how a Podman Quadlet can be used with systemd socket activation.
This post, I explain an implementation for Nextcloud using Podman Quadlets.
I made a demo with a simple chat server that has integration with OpenAI moderation API.
I have been working with automation on different platforms for 14 years. Today, I collected my ideas and views on this topic.
I had never written a Neovim plugin before, so I wanted to try it and see how easy – or painful – it would be.
In this post, I collected some tips and hints how to make quicker and/or smaller builds during container image building.
In this post, I introduce the concept of Unix Domain Socket. I also explain when and why it can be useful.
Is Go error handling with a lot of err and nil really bloated or just practical?