For Developers, DevOps, Cloud, SRE, and Platform Engineers — Anyone Who Wants to Actually Use Claude Code
Format: Self-paced, recorded | Language: English | Channel: trainwithshubham.ai Built from: Anthropic's official Claude Code documentation and changelog as of August 2026
16 modules across 4 phases. Everyone takes Modules 1–14. Module 13 is a DevOps/Cloud deep-dive every learner should still watch (even the "general dev" track — it's what makes this course different from a generic AI coding tutorial). Module 15 branches into two capstone tracks so a frontend/backend developer and an SRE both leave with a portfolio project that matches their actual job.
| Phase | Modules | What it covers |
|---|---|---|
| Zero → Comfortable | 1–3 | AI/agent fundamentals, prompt engineering for agents, installing Claude Code everywhere, your first session |
| Comfortable → Productive | 4–9 | The agentic loop and built-in tools, permissions & config, planning real projects, Skills/Hooks/Plugins, MCP |
| Productive → Advanced | 10–13 | Multi-agent orchestration, every surface (Desktop/Web/Mobile/Slack), CI/CD & security, enterprise/cloud deployment |
| Advanced → Hero | 14–16 | Agent SDK, capstone (choose your track), staying current |
- What is Generative AI and a Large Language Model (quick refresher)
- Claude's Model Lineup in 2026: Haiku 4.5, Sonnet 5, Opus 5, and the Mythos Tier
- Claude.ai vs Claude API vs Claude Code vs Claude Cowork vs Agent SDK — Choosing the Right Surface
- What Makes an AI System "Agentic": The Agentic Loop Explained
- Where Claude Code Fits — For Developers, DevOps, SRE, Cloud and Platform Engineers
- Course Roadmap: How to Use This Course and the Two Capstone Tracks
- Anatomy of a Good Prompt for an Agent (not a chatbot)
- System Prompts, CLAUDE.md, and Output Styles — Where Instructions Actually Live
- Zero-Shot vs Few-Shot vs Chain-of-Thought for Coding Tasks
- Common Mistakes When Prompting an Autonomous Agent
- Hands-On: Writing Your First Effective Prompts in Claude Code
- Installing on macOS, Windows, and Linux (native binaries)
- Full Platform Tour: CLI vs VS Code vs JetBrains vs Desktop vs Web vs Mobile
- Authentication and Account Setup — Individual, Team, Enterprise
- Your First Claude Code Session
- Running Claude Code on Other Providers — Bedrock, Google Cloud, Foundry, and Gateways
- Interface Deep Dive: Interactive Mode, Keyboard Shortcuts, Themes
- How Claude Code Works: Reasoning, Tool Use, Iteration
- Read, Write, Edit — File Operation Tools
- Grep and Glob — Searching Large Codebases
- The Bash Tool and the Sandboxed Bash Tool
- Understanding the Context Window and Prompt Caching
- Tools Reference Walkthrough
- Choosing a Permission Mode: Manual, Accept Edits, Auto Mode
- Auto Mode Deep Dive — The New Default and How the Classifier Decides
- CLAUDE.md Explained: User, Project, and Directory Levels
- Auto Memory — How Claude Remembers Your Project Over Time
- Exploring the .claude Directory and settings.json
- Debugging Your Config: /context, /doctor, /hooks, /mcp
- Green Field vs Brown Field Projects
- Plan Mode vs Direct Execution vs Auto Mode — When to Use Which
- Session Management: Resume, Branch, Rewind, Checkpointing
- Working Across a Monorepo or Large Codebase
- Common Workflows: Bug Fixes, Refactors, Test Generation
- Hands-On: Planning and Building a Starter Project
- Introduction to Agent Skills (SKILL.md)
- Creating Custom Slash Commands
- Automating Actions with Hooks (formatting, notifications, validation)
- Output Styles — Adapting Claude Code Beyond Software Engineering
- Hands-On: Building Your Own Skill
- What Are Plugins and Why They Matter
- Discovering and Installing Plugins from Marketplaces
- Creating and Distributing Your Own Plugin Marketplace
- Claude Security Plugin — Scanning Your Codebase for Vulnerabilities
- security-guidance Plugin — Catching Issues as Claude Writes Code
- Hands-On: Installing and Configuring a Plugin Stack
- What Is MCP and Why It Became the Industry Standard
- MCP Architecture: The 2026-07-28 Spec, Stateless Core, OAuth/OIDC
- Connecting Your First MCP Server (claude mcp login)
- Real-World MCP Example: AWS and Observability Tools
- Channels — Pushing Alerts and Webhooks Into a Running Session
- Hands-On: Wiring an MCP Server Into Your Own Stack
- Creating Custom Subagents for Task-Specific Work
- Background Subagents and Agent View — Managing Many Sessions at Once
- Agent Teams — Coordinating Multiple Claude Code Instances
- Dynamic Workflows — Orchestrating Dozens to Hundreds of Subagents
- Worktrees — Running Parallel Sessions Without Collisions
- Cross-Session Messaging — Let Sessions Talk to Each Other
- Hands-On: Building a Multi-Agent Codebase Audit
- Your IDE — VS Code and JetBrains
- Claude Code Desktop: Parallel Sessions, Computer Use, In-App Browser
- Claude Code on the Web and Routines (Scheduled Cloud Agents)
- Claude Code on Mobile — Monitor and Steer from Your Phone
- Remote Control — Continuing a Session From Any Device
- Claude Tag — Bringing Claude Into Slack
- Claude in Chrome — Testing and Debugging Web Apps
- Headless Mode — Claude Code Without a Terminal (
claude -p,--bare, JSON output) - Claude Code GitHub Actions — @claude Mentions and Auto-Fix PRs
- Claude Code in GitLab CI/CD
- Automated Code Review and /ultrareview — Multi-Agent Bug Hunting
- Security Fundamentals: Sandbox Environments and Threat Models
- Managing Costs: Token Usage, Model Selection, Effort Levels
- Hands-On: Wiring Claude Code Into a CI/CD Pipeline
(Watch this even if you're doing the general-dev capstone — this is the module that makes "Zero to Hero" different from every other Claude Code tutorial.)
- Claude Code for Infrastructure as Code: Terraform, Kubernetes, Docker
- Deploying on Amazon Bedrock, Google Cloud's Agent Platform, and Microsoft Foundry
- Self-Hosted Environments — Running Cloud Sessions on Your Own Infrastructure
- Claude Apps Gateway — Centralized Credentials, Spend Limits, SSO
- Admin Setup — Managed Settings, MCP Allowlists, Policy Enforcement
- Observability — OpenTelemetry Monitoring and the Analytics Dashboard
- Agent SDK Overview: Claude Code as a Library
- The Agent Loop — Message Lifecycle and Architecture
- Giving Claude Custom Tools and Structured Outputs
- Subagents, Skills, and Plugins Inside the SDK
- Hosting the Agent SDK in Production (Docker/Kubernetes)
- Tie-In: Pairing the Agent SDK with Durable Execution (Temporal)
- Capstone Kickoff — Planning with Plan Mode + Auto Mode
- Track A (General Dev): Ship a Full-Stack SaaS Feature End-to-End with Claude Code
- Track B (DevOps/SRE): Build a Self-Healing CI/CD or Incident-Response Agent
- Build Sprint (track-specific, guided)
- Capstone Review with /code-review and /ultrareview
- Presenting and Documenting Your Project with Artifacts
- Reading the Weekly Changelog — How to Stay Current With a Fast-Moving Tool
- Claude's Expanding Surfaces — Where This Is Headed
- Building Your Own Learning Loop and Community
- Course Recap, Certification, and Next Steps
- Every module references named, current features (auto mode, agent teams, dynamic workflows, MCP 2026-07-28, Claude Security plugin, self-hosted environments, etc.) pulled from Anthropic's official docs/changelog as of Aug 12, 2026 — not third-party recap blogs, which had inconsistent claims.
- Claude Code ships weekly, so a "last verified" note in each module's description (like your existing course does) is worth keeping.
- Module 13 and 14 are the modules that differentiate this from generic "vibe coding" tutorials — worth extra production polish given your DevOps/Cloud/SRE audience overlap with Temporal/AIOps India.
- Two-track capstone (Module 15) means you'll want two guided project repos/briefs, similar to how you built the DevBoard Live hackathon brief for Udaan Batch 11.