#devops
3 articles with this tag.

·4 min read
n8n or a plain bash script — when is the workflow tool overkill
n8n is great for orchestration, but often bash + cron does the same faster and cheaper. Here's the rule I use and three examples of each from my setup.

·6 min read
Restic + Backblaze B2 in homelab — backup that actually works, costs $1.20/mo, lets me sleep
After two years with various solutions (Borg, Duplicati, hand rsync) I landed on Restic + B2. Full setup with systemd timer, encryption, retention policy and Telegram alerts.

·4 min read
Hooks in Claude Code — how I enforce discipline on the agent
Hooks are a small piece of config that turns Claude Code into a tool with real guardrails. Showing my setups: blocking destructive commands, enforcing commit policy, telemetry to Telegram.