Minimal DockerApr 6, 2026A tiny container runtime built in Go to understand namespaces, chroot, proc mounts, and basic cgroup v2 limits.Build noteGoLinux
Simple React QueryMay 1, 2025A minimal implementation of React Query from scratch. Caching, tag-based invalidation, and automatic revalidation in ~200 lines.Build noteTypeScriptReact
Minimal React RouterApr 1, 2025A zero-dependency client-side router built with React Context and the History API. ~100 lines of code.Build noteTypeScriptReact
A Minimal Implementation of Global Store in ReactMar 1, 2025A minimal global state management library inspired by Zustand, built to understand how state management works under the hood.Build noteTypeScriptReact
Minimal Virtual DOMFeb 1, 2025A ~100 line virtual DOM implementation. Virtual nodes, rendering, and diffing from scratch in plain JavaScript.Build noteJavaScript
LLM Token VisualizerJan 1, 2025An interactive tool for understanding how language models break text into tokens. Visualize tokenization, inspect token metadata, and learn why it matters.Build noteTypeScriptNext.jsReact