— Topic
Claude Code
5 posts filed under this tag
Claude Code's desktop app kept insisting I install Git, even though git ran perfectly in my terminal. The real culprit wasn't Xcode Command Line Tools or a broken PATH — it was a dead Homebrew symlink from 2022 sitting first in my resolution order. Here's the full debugging trail, including all the dead ends.
How I use Claude Projects for architecture decisions and Claude Code for implementation—keeping thinking and coding deliberately separate, with Lexio as a real-world example.
I recently switched from Claude to ChatGPT—here’s why, and what I’ve learned along the way.
How to use Claude Code hooks to automatically run code formatting and linting commands (like mix format or prettier) whenever files are modified.
My experience using Claude Code with the Tidewave MCP server to refactor a Phoenix LiveView project to DaisyUI, and what worked well versus the real limitations.