I use saltstack
to manage deployment of docker containers in my homelab.
For two of my cloud servers, I am running them in memory constrained environments for cost reasons, and typically only run the minimum required there.
Read More →
Usually you can run an application without knowing what language it is written in.
Sometimes when debugging unexpected behavior, that becomes very important.
While debuging some headers changing, knowing that Caddy
was written in [golang] explained the bug.
Read More →
Over time, I’ve been slowly refining how I automatically deploy things to my development environment.
This is an improvement to my previous deploy from github
Read More →