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
How I used to manage Claude Code sessions with UUIDs—and what replaced it. Updated with the new built-in features.
-
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.