Categories
AI Linux

Documenting Linux Servers from the Terminal with Claude Code

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.

Categories
CI/CD Dev Docker

Deploying a FastAPI App to Fly.io with GitHub Actions: Part 2

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 […]