Articles tagged with #Capstone
A curated list of engineering series, deep dives, and notes related to #Capstone.
Capstone Project: Building a Custom Vitest Plugin & Test Runner Reporter
Build a custom Vitest reporter plugin from scratch to log execution metrics and export JSON test analytics.
Building a Custom Transactional Storage Engine in Java: The Database Capstone
Build a complete, working transactional storage engine in Java with slotted memory pages, WAL crash recovery, LRU buffer pool management, and 2PL locking.
Building a Custom Container Runtime Engine in Java: The Docker Capstone
Build a functional container runtime CLI in Java with Linux namespaces (unshare), cgroups v2 resource controls, rootfs pivot_root, and container execution.
Capstone Project: Building an Enterprise Micro-Frontend Design System & Edge Engine
Build an enterprise Micro-Frontend Design System and Edge Engine platform in TypeScript. Features reactive signals, custom Web Components, and CSS tokens.
Building a Custom Kubernetes Operator in Java: The Kubernetes Capstone
Build a complete, functional Kubernetes Custom Operator in Java with Custom Resources, Informer watchers, and Observe-Diff-Act reconciliation loops.
Building a Custom Mini Spring Boot Framework in Java: The Spring Capstone
Build a custom, runnable mini Spring Boot framework in Java from first principles. Synthesize IoC wiring, ASM/reflection scanning, AOP proxies, and embedded HTTP routing.
Building a Custom Distributed Rate Limiter & Resilience Gateway in Java: The System Design Capstone
Build a custom, runnable Distributed Rate Limiter & Resilience Gateway in Java from first principles. Synthesize token buckets, circuit breakers, and singleflight locks.