My Projects
Whoops! Looks like your JavaScript is disabled.
Please enable it or try on another browser to enjoy the full experience.
cub3D
A group project that involved creating a 3D game using raycasting techniques, inspired by the classic game Wolfenstein 3D. This project focused on graphics programming.
Born2beroot
A project focused on setting up a secure Linux server environment following strict guidelines. It provided extensive knowledge in system administration and security best practices.
Transcendance
A web project that involved building a full-stack application using modern web technologies. It covered both frontend and backend development comprehensively.
webserv
A project to develop a web server in C++ from scratch, focusing on HTTP protocols, socket programming, and efficient handling of multiple client connections.
Inception
A project that involved setting up a complex multi-container Docker environment. It provided a deep dive into containerization and orchestration using Docker.
minishell
A group project to reproduce a basic version of `bash`. This project involved learning about shell scripting and process management.
CPP Modules
A series of ten modules designed to teach Object-Oriented Programming (OOP) through C++. Each module builds on the previous one, increasing in complexity.