Claude Code Practical Tutorials
Step-by-step guides for real-world development workflows with Claude Code.
Quick Start Tutorials
Resume Conversations
Continue where you left off or resume any previous session.
claude -c to continue latest session
claude --continueclaude -r to pick from recent sessions
claude --resumeπ‘ Tip: Use /memory to review session context before resuming. Use /compact to compress long conversations.
Exploring Codebases
Quickly understand new projects or complex codebases with Claude.
Ask for an overview of the project
give me an overview of this codebaseUse Ctrl+G to fuzzy-search for files
find the files that handle user authenticationβ‘ Tip: Start broad ('explain this project') then narrow down ('how does authentication work'). Use @ to reference specific files.
Core Workflows
Bug Fixing Workflow
Describe the bug. Claude explores the codebase, identifies the root cause, proposes a fix, writes tests to verify, and creates a PR.
I'm seeing an error when I run npm testsuggest a few ways to fix the @ts-ignoreCode Refactoring
Use Plan Mode (Shift+Tab) first to explore and plan. Claude analyzes the code, proposes a refactoring strategy, and executes it incrementally.
find deprecated API usage in our codebaserefactor utils.js to use ES2024 featuresTest Writing
Ask Claude to write tests for your code. It analyzes the implementation, generates comprehensive test cases, and runs them to verify they pass.
add tests for the notification serviceexplain why this test is failingPull Request Creation
After making changes, ask Claude to create a PR. It writes a summary, adds test plans, and opens the PR via GitHub CLI.
create a prenhance the PR description with more contextDocumentation Generation
Generate README files, API docs, and inline comments. Claude reads your code and produces accurate, up-to-date documentation.
add JSDoc comments to auth.jsupdate the README with latest changesImage & Screenshot Analysis
Paste screenshots of UIs, error messages, or design mockups. Claude analyzes them and generates code or debugging steps.
Generate CSS to match this design mockupStart Now
Get hands-on with Claude Code's powerful features.