Morse Code Translator Software
Project completed during my professional degree, aimed at translating Morse code to alphabet and vice versa in Java.
Conjugation Software
Project completed during my professional degree, aiming to conjugate a given verb in the infinitive, considering its group and exceptions, as well as a client/server connection in Java.
Website ERTF.fr
Project finalized during my internship at ERTF, aiming to communicate the services offered by ERTF in training CACES/Safety/Prevention via a website built with WEBDEV.
Website TWOL.fr
Project finalized during my internship at ERTF, aiming to communicate the services offered by ERTF in English language via a website built with WEBDEV.
File Backup Software
Project completed during my first year at CESI, which consists of backing up a folder containing files to another directory; the MVVM and MVC architectures were studied along with various design patterns, with a client/server connection, and non-redundant and optimized code.
Traveling Salesman Problem
Project completed during my first year at CESI, aiming to develop a solver for an operations research problem. The goal was to determine the optimal route for a truck delivering parcels to multiple cities in France, avoiding traveling the same road twice, while considering constraints such as load capacity and other logistical factors.