tracks

Pick a path. Ship the whole stack.

Tracks sequence readings, labs, and challenges so each concept becomes muscle memory before the next workflow builds on it.

Docker foundations TRK-01 · 10 modules · 6h
0%

From your first container to a multi-service stack: images, networking, volumes, and the debugging habits that hold it together.

Container primer

Containers are normal processes with guardrails around files, networking, and system calls. The skill is learning what is isolated, what is shared, and where state can leak between runs.

  1. 01 What a container actually is 10m
  2. 02 Container basics 20m
  3. 03 Images, layers, and registries 15m
view track
GPU & CUDA TRK-02 · 7 modules · 8h
0%

Get code onto the device and keep it there: GPU passthrough, CUDA runtimes in containers, kernels, and profiling.

GPU primer

GPU work is about feeding thousands of small workers without starving memory bandwidth. Good CUDA code keeps data movement deliberate and makes parallel work regular enough for the device to schedule efficiently.

  1. 01 How GPUs execute your code 15m
  2. 02 CUDA in containers 40m
view track
Kubernetes TRK-03 · 6 modules · 10h
0%

Pods, deployments, services, and the failure modes in between — learned by breaking a real single-node cluster.

Kubernetes primer

Kubernetes is a control loop system: you declare desired state, controllers keep nudging the cluster toward it, and events explain what blocked that process.

  1. 01 Why orchestration exists 10m
  2. 02 Pods, replicasets, deployments 20m
view track
AI agents TRK-04 · 7 modules · 7h
0%

Run agents like production software: sandboxing, tool servers, tracing, and guardrails that survive a bad prompt.

Agent primer

An agent loop combines model reasoning with tools, memory, and permissions. Reliability comes from constraining each step, observing what happened, and making recovery paths explicit.

  1. 01 Anatomy of an agent loop 15m
  2. 02 Linux sandbox 20m
  3. 03 LLM sampling 30m
view track
KLOUD
guest @ /tracks