Hi! I'm Yannick and I'm a Developer.

Welcome to my website! I have experience with C/C++, Javascript/Typescript and Python. Below you will find a small sample of school projects I have completed.

Ft_transcendence

This was the final project of the cursus. It consisted of a frontend using react and tailwind css, a backend written in nestJS with the database used being postgresql + prisma as the ORM. The whole application ran from docker containers using docker compose to orchestrate the build. I learned a lot about nestJS, typescript/javascript, API's and websockets by doing this project.

Webserv

The point of webserv was to code an http server, think something like nginx or apache. I learned a lot about nginx, socket programming, CGI and a lot of web related things. Extremely interesting and pertinent project this one. The server is coded in C++ with C for the socket related stuff.

Cub3d

We had to make a game using the raycasting rendering technique first made popular by wolfenstein 3d. WOLFenstein 3d CUB3d get it? Ok I'm out.