CI/CD Pipeline Integration with Claude Code
Learning Objectives By the end of this lesson, you will be able to: Claude Code Beyond the Interactive Terminal Most developers first encounter Claude Code as an interactive tool —…
Demystifying AI, One Blog at a Time
Training Courses
Learning Objectives By the end of this lesson, you will be able to: Claude Code Beyond the Interactive Terminal Most developers first encounter Claude Code as an interactive tool —…
Learning Objectives By the end of this lesson, you will be able to: What Hooks Are Hooks are scripts or commands that Claude Code executes automatically before or after specific…
Learning Objectives By the end of this lesson, you will be able to: What Slash Commands Are Slash commands are reusable prompts or workflows triggered by typing /commandname in the…
Learning Objectives By the end of this lesson, you will be able to: Recap: The Configuration Layer Model Lesson 2.2 introduced the three-level CLAUDE.md hierarchy: global, project-level, and subdirectory. Each…
Learning Objectives By the end of this lesson, you will be able to: What CLAUDE.md Is CLAUDE.md is a markdown file that provides persistent, project-aware instructions to Claude Code. It…
Learning Objectives By the end of this lesson, you will be able to: What Claude Code Is Claude Code is an agentic coding tool that runs directly in the developer’s…
Learning Objectives By the end of this lesson, you will be able to: Safety and Reliability Patterns in Agentic Deployment Why Reliability Is Harder in Agentic Systems A single-turn Claude…
Learning Objectives By the end of this lesson, you will be able to: Subagent Roles: Orchestrators, Workers, and Validators Role Definition in a Multi-Agent System In a multi-agent system, each…
Learning Objectives By the end of this lesson, you will be able to: Task Decomposition Strategies What Task Decomposition Is Task decomposition is the process of breaking a large, complex…
Learning Objectives By the end of this lesson, you will be able to: Hub-and-Spoke Orchestration Models Hub-and-Spoke Defined Hub-and-spoke is a multi-agent architecture in which a central orchestrator — the…
Learning Objectives By the end of this lesson, you will be able to: Multi-Agent System Design What a Multi-Agent System Is A multi-agent system consists of multiple Claude instances —…
Learning Objectives By the end of this lesson, you will be able to: The Observe-Think-Act-Respond Cycle What the Cycle Is When Claude operates as an agent, it does not process…
Learning Objectives What Is an Agentic System? Defining an agentic system A standard Claude API call is a single-turn interaction: you send a prompt, Claude returns a response, and the…
What this lesson is about Before Claude Code can do anything for you, it needs to be installed and running on your machine. This lesson covers the full setup process…