
Transcendence
A collaborative web-based Pong game platform developed by a five-person team, featuring real-time multiplayer gameplay and comprehensive user management. The project is fully containerized with modern DevOps practices for monitoring, logging, and security.

Webserver
A ground-up implementation of an HTTP/1.1 server that handles concurrent connections and processes both static and dynamic web content, developed as an academic project to demonstrate network programming fundamentals. The project showcases low-level socket programming and thread management skills through features like request multiplexing, CGI script execution, and configurable routing.