Screenshot of Webserv project

Webserv

A custom HTTP server implementation in C++, designed to handle concurrent connections, static file serving, and CGI execution.

C++ HTTP Linux Network
Screenshot of Minirt project

Minirt

A ray tracing engine written from scratch in C, capable of rendering 3D scenes with shapes and complex lighting effects.

C Graphics Ray Tracing
Screenshot of Minishell project

Minishell

A custom shell (command-line interpreter) implementation replicating core features of Bash, including parsing, piping, and execution.

C Bash