Database (haven't started yet): A relational DBMS written in Rust from scratch.
Search Engine (haven't started yet): A bare metal search engine written in Rust to understand Crawler and Indexer.
Chess Engine (haven't started yet): A chess engine created to understand Minimax and Alpha-beta pruning Algorithms.
HTTP Library: A lightweight C++ HTTP library for creating and handling HTTP requests and responses.
File Server: A simple, lightweight HTTP file server written in Go.
Shell: A minimal Unix-like shell written in C.