Lesson Catalog
Search, filter, and sort across 77 lessons in 3 courses.
77 of 77 lessons
| Course ▲ | Module | Lesson | Type | Duration | Status |
|---|---|---|---|---|---|
| Course 01 | Setup & Foundations | What Is Claude Code | concept | 8 min | open |
| Course 01 | Setup & Foundations | Install the CLI | walkthrough | 6 min | open |
| Course 01 | Setup & Foundations | Your First Conversation | sandbox | 10 min | open |
| Course 01 | Setup & Foundations | The Agentic Loop | concept | 9 min | open |
| Course 01 | Setup & Foundations | CLAUDE.md and Project Memory | walkthrough | 12 min | open |
| Course 01 | Core Workflows | Reading and Editing Files | sandbox | 9 min | open |
| Course 01 | Core Workflows | Searching the Codebase | sandbox | 8 min | open |
| Course 01 | Core Workflows | Running Tests with Claude | sandbox | 10 min | open |
| Course 01 | Core Workflows | Git Operations and Commits | walkthrough | 10 min | open |
| Course 01 | Core Workflows | Multi-File Refactors | sandbox | 11 min | open |
| Course 01 | Core Workflows | Debugging with Claude | sandbox | 12 min | open |
| Course 01 | Power Features | Slash Commands | walkthrough | 8 min | open |
| Course 01 | Power Features | Writing Your Own Slash Command | walkthrough | 11 min | open |
| Course 01 | Power Features | Subagents and the Agent Tool | concept | 10 min | open |
| Course 01 | Power Features | Plan Mode | sandbox | 9 min | open |
| Course 01 | Power Features | Hooks: Pre and Post Tool | walkthrough | 11 min | open |
| Course 01 | Power Features | MCP Servers | concept | 10 min | open |
| Course 01 | Vibe Coding Patterns | Spec → Tests → Code | walkthrough | 12 min | open |
| Course 01 | Vibe Coding Patterns | Iterative Refinement | sandbox | 10 min | open |
| Course 01 | Vibe Coding Patterns | When to Interrupt vs Let It Run | concept | 8 min | open |
| Course 01 | Vibe Coding Patterns | Code Review with Claude | sandbox | 10 min | open |
| Course 01 | Vibe Coding Patterns | The Pair-Programming Flow | concept | 9 min | open |
| Course 01 | Real Projects | Building a Next.js Feature | sandbox | 14 min | open |
| Course 01 | Real Projects | Writing Tests-First | sandbox | 12 min | open |
| Course 01 | Real Projects | Migrating Legacy Code | sandbox | 13 min | open |
| Course 01 | Real Projects | Shipping to Production | walkthrough | 12 min | open |
| Course 01 | Real Projects | Capstone: Ship a Side Project | walkthrough | 60 min | open |
| Course 02 | Codex + Mobile Foundations | Meet Codex | concept | 8 min | open |
| Course 02 | Codex + Mobile Foundations | Install and Authenticate | walkthrough | 7 min | open |
| Course 02 | Codex + Mobile Foundations | Codex vs Claude Code | concept | 9 min | open |
| Course 02 | Codex + Mobile Foundations | Scaffold an Expo App | sandbox | 10 min | open |
| Course 02 | Codex + Mobile Foundations | The Mobile Loop | concept | 10 min | open |
| Course 02 | Building UI | React Native Primitives | concept | 9 min | open |
| Course 02 | Building UI | Generating Screens from a Sketch | sandbox | 11 min | open |
| Course 02 | Building UI | Navigation with Expo Router | walkthrough | 12 min | open |
| Course 02 | Building UI | Forms and the Keyboard | sandbox | 10 min | open |
| Course 02 | Building UI | Theming and Dark Mode | sandbox | 10 min | open |
| Course 02 | Building UI | Lists and Performance | sandbox | 11 min | open |
| Course 02 | State and Data | Local vs Global State | concept | 8 min | open |
| Course 02 | State and Data | Offline-First with AsyncStorage | walkthrough | 11 min | open |
| Course 02 | State and Data | Connecting to a REST API | sandbox | 10 min | open |
| Course 02 | State and Data | Auth with Supabase | walkthrough | 13 min | open |
| Course 02 | State and Data | Realtime Subscriptions | sandbox | 10 min | open |
| Course 02 | Native Features | Camera and Image Picker | sandbox | 10 min | open |
| Course 02 | Native Features | Push Notifications | walkthrough | 13 min | open |
| Course 02 | Native Features | Maps and Location | sandbox | 10 min | open |
| Course 02 | Native Features | Haptics and Gestures | sandbox | 9 min | open |
| Course 02 | Native Features | Native Modules and Expo Plugins | concept | 10 min | open |
| Course 02 | Ship It | Building IPA and APK | walkthrough | 12 min | open |
| Course 02 | Ship It | TestFlight and Internal Testing | walkthrough | 10 min | open |
| Course 02 | Ship It | In-App Purchases | walkthrough | 14 min | open |
| Course 02 | Ship It | App Store and Play Store Submission | walkthrough | 16 min | open |
| Course 03 | Antigravity Foundations | What Is Antigravity | concept | 9 min | open |
| Course 03 | Antigravity Foundations | Install and Setup | walkthrough | 10 min | open |
| Course 03 | Antigravity Foundations | The Roster Pattern | concept | 10 min | open |
| Course 03 | Antigravity Foundations | Your First Multi-Agent Run | sandbox | 12 min | open |
| Course 03 | Antigravity Foundations | Approval Gates Across Agents | concept | 9 min | open |
| Course 03 | Designing Your Roster | Planner Agents | concept | 10 min | open |
| Course 03 | Designing Your Roster | Builder Agents | sandbox | 11 min | open |
| Course 03 | Designing Your Roster | Reviewer Agents | sandbox | 10 min | open |
| Course 03 | Designing Your Roster | Deployer Agents | walkthrough | 11 min | open |
| Course 03 | Designing Your Roster | When to Add a Specialist | concept | 9 min | open |
| Course 03 | Orchestration Patterns | Sequential Pipelines | sandbox | 10 min | open |
| Course 03 | Orchestration Patterns | Fan-out / Fan-in | sandbox | 11 min | open |
| Course 03 | Orchestration Patterns | Voting and Consensus | concept | 9 min | open |
| Course 03 | Orchestration Patterns | Cancellation and Retries | walkthrough | 10 min | open |
| Course 03 | Orchestration Patterns | Human-in-the-Loop Checkpoints | sandbox | 10 min | open |
| Course 03 | Production Multi-Agent Systems | Cost Budgeting | walkthrough | 10 min | open |
| Course 03 | Production Multi-Agent Systems | Observability and Tracing | walkthrough | 11 min | open |
| Course 03 | Production Multi-Agent Systems | Failure Modes and Recovery | concept | 10 min | open |
| Course 03 | Production Multi-Agent Systems | Security and Sandboxing | concept | 10 min | open |
| Course 03 | Production Multi-Agent Systems | SLAs for Agent Teams | concept | 9 min | open |
| Course 03 | Real Multi-Agent Projects | Auto-PR Pipeline | sandbox | 13 min | open |
| Course 03 | Real Multi-Agent Projects | Continuous Documentation Team | sandbox | 11 min | open |
| Course 03 | Real Multi-Agent Projects | Triage Swarm | sandbox | 12 min | open |
| Course 03 | Real Multi-Agent Projects | Migration Squad | sandbox | 13 min | open |
| Course 03 | Real Multi-Agent Projects | Capstone: Design and Ship a Roster | walkthrough | 60 min | open |