Overhead close-up of an ESP32 microcontroller board on a dark workbench, oscilloscope probes clipped to exposed pins, terminal output visible on a nearby screen in the background, high-contrast lab lighting, sharp component detail
Overhead close-up of an ESP32 microcontroller board on a dark workbench, oscilloscope probes clipped to exposed pins, terminal output visible on a nearby screen in the background, high-contrast lab lighting, sharp component detail
/ Executable Walkthroughs

Tutorials that start from a broken system

Every walkthrough begins at a real integration failure. You get annotated decision points, copy-pasteable code, and a system that runs at the end — no exercises left to the reader.

— Filter by Domain

Pick a constraint, trace the solution

All Topics

• Embedded · FreeRTOS

FreeRTOS task scheduling on ESP32 under memory pressure

Starts from a watchdog reset that took three sessions to diagnose. Covers heap fragmentation, task priorities, and the exact config that stopped the crashes.

Estimated read: 22 min · Working firmware included

• AI Agents · LangChain

Building a RAG pipeline that survives context overflow

Rooted in a retrieval failure where chunk boundaries destroyed answers. Documents the chunking strategy, embedding model swap, and reranker that fixed recall.

Estimated read: 28 min · Runnable notebook included

ESP32 · FreeRTOS · MQTT

• Distributed · Kafka

FastAPI · PyTorch · LangChain

Kafka consumer lag: diagnosis, backpressure, and recovery

Kafka · Docker · Kubernetes

RAG Systems · PydanticAI · Solidity

Begins at a production lag spike that no dashboard explained. Traces partition assignment, consumer group rebalancing, and the config changes that held under load.

Rust · Vector Databases · Grafana

Estimated read: 31 min · Docker Compose environment included

Wide shot of a hardware workbench from a low angle: server rack cables in the background, a Raspberry Pi and logic analyzer in the foreground, a monitor showing cyan terminal output with syntax-highlighted code, high-contrast overhead lab lighting, no people
Wide shot of a hardware workbench from a low angle: server rack cables in the background, a Raspberry Pi and logic analyzer in the foreground, a monitor showing cyan terminal output with syntax-highlighted code, high-contrast overhead lab lighting, no people
+ How Tutorials Are Structured

Annotated decisions, not just code

Each step carries inline annotations explaining the tradeoff made — why this queue depth, why this retry strategy, why this model at this precision. The code is reproducible; the reasoning is the tutorial.

Syntax-highlighted blocks are copy-pasteable with zero modification. Where a config depends on your environment, the annotation tells you exactly what to change and why it matters.

Need reference material alongside the walkthrough?

The Knowledge Base holds every domain reference — tagged, searchable, and linked to the tutorials that use them.