⚙️ Systems Programming
June 2, 2026 · View on GitHub
Internals-focused tutorials for low-level architecture, infrastructure patterns, and runtime behavior.
Snapshot (auto-updated)
- systems and infrastructure tracks in catalog: 6+
- scope includes runtime internals, operators, protocol-level systems, and architecture deep dives
- all active tracks are in canonical root chapter layout
Start Here by Goal
| Goal | Recommended Starting Tutorial | Next Tutorials |
|---|---|---|
| Learn React internals | React Fiber | LangChain Architecture |
| Learn production K8s control loops | Kubernetes Operators | n8n MCP |
| Learn web-scale data extraction | Firecrawl | OpenHands for autonomous SWE workflows |
| Learn local-first app runtime design | Dyad | VibeSDK |
| Audit AI-generated or vibe-coded codebases | AI Code Audit Checklist | Dyad → OpenHands → Daytona |
Featured Systems Tracks
External Audit Resources
- AI Code Audit Checklist - practical checklist for auditing AI-generated or vibe-coded codebases before refactoring, with architecture review prompts, cleanup priorities, and a sample audit report.
Related Hubs
Suggest Additions
- submit system-internals tutorials: https://github.com/johnxie/awesome-code-docs/issues/new?template=new-entry.md
- follow review standards: Contributing