Tag: claude-code
All the articles with the tag "claude-code".
-
Crowdsourced Wisdom: How Developers Are Actually Getting Better at AI-Assisted Coding
A curated summary of practical tips from the developer community on improving AI-assisted programming workflows, with my own learnings woven in.
-
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.