๐Ÿ” Containerized PKI

PKI Project repository
A personal project to create a containerized PKI infrastructure for generating signed certificates. The goal of this project was to build a simple, ready-to-use environment that can generate certificates with a custom domain for an internal network. Feel free to provide feedback.

View Repository


๐Ÿ” Crossy Road Remake

Crossy Road in-game

Crossy Road game remake using C# and Unity framework. This project was a team project made during the CNAM cursus. This project taught me how to work in team for a big project, and enlight me of how game development can be tricky and difficult if not planned correctly.

View Repository


๐Ÿ›ฉ๏ธ Arkanoid Remake

Arkanoid img

Another game development project using C programming language and the SDL2 library. This project gave me the occasion to apply data structure algorithms theory to build the game. Also, memory management was crucial to avoid game crashing in C.

View Repository


๐Ÿ’ฒ Angular web application

Angular website

An e-commerce web application developed using Angular. This project taught me the MVVM architecture on web applications, REST API architecture, and how an ORM work and useful in various cases.

View Repository


๐Ÿ“ฑ Quizz mobile application

Kotlin mobileapp

A mobile application developed using Kotlin. This project enlightened me on how to structure an android application, and also the basics of Kotlin programming language. This application also uses DAO, which is like an ORM to access the database’s data instead of direct queries, improving the resilience and scalability of the application.

View Repository