This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever.
DevFinder
DevFinder using Github api, built with @reactjs, deployed @vercel
ft_transcendence
a website where you can chat with your friends and play ping pong.
Inception
Broaden my knowledge of system administration by using Docker. Virtualize several Docker images, creating them in a new virtual machine.
Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger
Printf
Mimicking a c function called Printf from stdio library. Learned what is and how to implement variadic functions.
RickandMorty-Docs
A simple nextjs app using api of the famous RickandMorty serie.
Todo-list-app
A simple full-stack todo-list app where you can add, update and delete tasks
Webserver
HTTP is one of the most used protocol on internet, here is one built from scratch.