terminal
howtonotcode.com

Stories by Tags

Search and filter stories across all digests by tags. Stories must match all selected tags.

Stories with tags: sdlc, claude-code

Showing 1-5 of 5

Claude Code workflow for controlled multi-file edits (Max plan)

article Daily Digest calendar_today 2025-12-24 Daily

A recent walkthrough shows using Claude Code (available on the Max plan) as a chat-driven assistant for multi-file changes: describe the task, let it propose edits across files, review diffs, and iterate. The workflow favors deliberate, task-scoped sessions over inline completions to keep developers...

Claude Code CLI in production: practical lessons from a 350k+ LOC codebase

article Daily Digest calendar_today 2025-12-23 Daily

A solo maintainer reports using Claude Code to generate 80%+ of code changes across a 350k+ LOC mixed stack, integrating it via a terminal CLI that works with existing IDEs. The key hurdles were the 200k-token context limit (requiring careful file selection) and balancing speed, code quality, and hu...

Claude Code ships 10 updates for VS Code (walkthrough)

article Daily Digest calendar_today 2025-12-23 Daily

Anthropic released a bundle of 10 updates to Claude Code, its VS Code coding assistant, and this video walks through how to use them. If your team relies on Claude in VS Code, update the extension and review the new workflows shown to see how they change day-to-day coding and review tasks.

Claude Code updates: hands-on walkthrough for backend teams

article Daily Digest calendar_today 2025-12-23 Daily

A walkthrough video demonstrates 10 recent updates to Anthropic's Claude Code and shows how to use them in day-to-day coding. Treat it as a demo: reproduce the workflows on your repo and measure latency, context handling on larger codebases, and PR diff quality before rolling out.