If you have been running a self-hosted app on AWS EC2 with Docker Compose, you know the upgrade path is where you keep getting bitten. Last night my container refused to start, and the error was the kind that makes you want to throw your laptop.
Category: DevOps & Hosting
-

Using Claude Code CLI with Ollama Cloud API — No Local Install Needed
If you have been following my blog, you know I am always on the lookout for ways to simplify my development workflow. I recently wanted to try the Claude Code CLI tool, but I did not want to deal with a local Ollama installation or pay for Anthropic’s API. The good news? If you already have an Ollama Cloud API key, you can run Claude Code entirely through the cloud. No local models. No heavy setup.
