Built a fully bootable Linux system from scratch — cross-compilation toolchain, kernel compilation, filesystem hierarchy, init system, and bootloader. Automated across 14 build stages.
Standards-compliant HTTP/1.1 web server implemented in C++ from scratch — non-blocking I/O event loop, request parsing, CGI execution, and virtual host support.