Projects
Selected infrastructure, automation, and software work.
- Composable Docker infrastructureTraefik and PostgreSQL as separate Compose stacks that share networks, with TLS and backups kept out of application repos.
- airbar-financeGo finance service for ledger, escrow, wallet, and Zibal payments, with gRPC, Postgres, Redis, and Compose environments for dev, staging, and production.
- pgsyncOne-shot PostgreSQL copy via pg_dump piped to psql, with an rsync-shaped CLI and installable bash completion.
- aiogram-inputPyPI library that waits for the next Telegram message inside an aiogram handler, with memory or Redis storage and CI.
- dot-filesVersioned Linux environment that mirrors the filesystem and installs with a single symlink script, plus CI for the repo itself.
- gh-self-hosted-runnerDocker Compose wrapper around a GitHub Actions self-hosted runner image, with the host Docker socket mounted for jobs that need to build containers.