Use Claude Code with the OPNsense API to document your firewall in Git and make changes in plain English, staged then applied behind two approval gates.
Use Claude Code with the OPNsense API to document your firewall in Git and make changes in plain English, staged then applied behind two approval gates.
Use Claude Code with the UniFi Network API to document your network in Git and make device changes in plain English, gated on approval before anything is sent.
Use Claude Code in the terminal to inspect Linux servers and auto-generate Markdown docs of running services, ports and containers, version-controlled in Git.
Part 1 covered building a FastAPI application with a Dockerfile and getting it running locally. Here you take that same application and ship it to Fly.io, then wire up a three-stage GitHub Actions pipeline that tests, builds, and deploys on every push to main. By the end, you have a production URL, a health check […]