Build something
Claude Code in Practice
Learn by shipping real products instead of watching theory.
This one has not been recorded yet. Everything below is what it would cover — written down so you can tell us whether it is worth making. The button puts you on the list for this course and nothing else.
This is for you if
- You understand it in principle and it keeps not working like that in your repository.
- Your codebase is old, large, or somebody else's.
- You want to watch somebody do it on something messy.
Afterwards you can
- Work in a real codebase, with its history and its bad decisions, at the same speed as in a clean one.
- Give the agent enough context about a legacy system that it stops guessing.
- Handle the tasks that touch six files instead of one.
- Recover from the change that went sideways.
What is in it
- A real repository, with real problems, on screen
- Context for a codebase nobody can hold in their head
- The multi-file change, and how to keep it reviewable
- When it breaks something: finding out fast
- The rhythm of a working day, not a tutorial