Tag: claude-code
All the articles with the tag "claude-code".
-
The Golden Context: How I Turned Claude Code's Session Management Into a Git-Like Workflow
I was losing an hour a day to context rebuilding until I discovered how to treat Claude Code sessions like Git branches. Here's the workflow that works for me.
-
Stop Writing Python Scripts for Simple JSON: How jq and Claude Code Changed My Data Exploration
I spent 30 minutes writing a Python script to extract values from a 500MB JSON file. Then I discovered jq with Claude Code could do it in one line.