This hands-on workshop teaches developers how to use Claude Code (Anthropic’s agentic coding tool that runs in your terminal) to speed up day-to-day web development: feature implementation, debugging, refactors, tests, and Git workflows. Claude Code can read your project files as needed, edit code, and run commands (with your permission), so it works more like a coding “teammate” than a chat box.
Target Audience
Web developers (frontend, backend, full-stack)
Tech leads / senior engineers who want faster delivery loops
Dev teams adopting AI-assisted workflows (without sacrificing standards)
Skill level: Beginner–Intermediate (works great even if they’ve never used Claude Code before)
Learning Outcomes (what attendees will be able to do)
By the end, attendees can:
Install and run Claude Code locally (and understand account requirements).
Use Claude Code to navigate an unfamiliar codebase and answer “where is X?” questions quickly.
Implement a feature from a written requirement using a clear plan → code → test loop.
Debug issues by feeding errors/logs and guiding Claude toward a safe fix.
Speed up Git workflows (branching, commits, conflict help) using natural-language prompts.
Understand options for using Claude Code beyond terminal (web/remote execution patterns if relevant).