Labs Index
Labs convert concepts into usable skill. Each lab requires a concrete artifact and evidence.
Lab Sequence
Section titled “Lab Sequence”| Lab | Skill | Evidence |
|---|---|---|
| 01 Terminal, Git, Runtime | Move around a machine and run projects | Command log and repo map |
| 02 HTTP, API, Browser | See client-server behavior | Browser and curl evidence |
| 03 Data, State, SQL | Model and query durable data | Schema and queries |
| 04 Feature Slice | Build UI-to-data behavior | Working feature and tests |
| 05 Broken System | Debug from symptoms to root cause | Reproduction and postmortem |
| 06 Deploy, Operate, Rollback | Run software outside the editor | Runbook and rollback proof |
| 07 Agentic SDLC | Use agents responsibly | Agentic log and verified diff |
| Failure Fixtures | Debug known broken modes | Reproduction, root cause, postmortem |
Lab Rules
Section titled “Lab Rules”- Save commands and outputs that prove work.
- Draw the flow before changing the system.
- Break something intentionally.
- Fix the cause, not only the symptom.
- Ask an agent to review the final artifact.
- Record what the agent missed.
Recommended Practice System
Section titled “Recommended Practice System”Use Support Desk Mini for labs 2-7. It is small enough to understand and complete enough to practice API, data, validation, testing, operations, debugging, and ADLC.