Skip to content

Comprehensive Hands-on Projects

Status: Planned

Overview

This section features comprehensive hands-on projects that span the entire tutorial:

  1. Hand-rolled STL Components: vector, string, unique_ptr, optional, function, variant
  2. Mini HTTP Server: from TCP to asynchronous coroutines
  3. Mini GUI Framework: event loop, widget system, layout engine, rendering backend
  4. Embedded Operating System: scheduler, synchronization primitives, memory management, driver framework
  5. INI Parser (basic version available)
  6. Coroutine Echo Server (basic version available)

Project Navigation

Content is being written, stay tuned.

Built with VitePress