Hugo MILLION-ROUSSEAU

Hugo MILLION-ROUSSEAU

Student @ ISEN Méditerranée

Toulon, France
me.rs
struct Student {
    name: String,
    first_name: String,
    age: u8,
    contacts: Vec<String>,
}

let hugo = Student {
    name: "MILLION-ROUSSEAU".to_string(),
    first_name: "Hugo".to_string(),
    age: 19,
    contacts: vec![
        "hugo.million-rousseau@isen.yncrea.fr".to_string(),
        "https://linkedin.com/in/hugo-million-rousseau-705025210/".to_string(),
        "https://github.com/Nash115".to_string(),
    ],
};

>>> Hi 👋
I'm Hugo

Fascinated by the challenge of solving complex problems with code, I build and deploy demanding technical projects. Currently a student, I’m diving deep into three key tech areas: software development, cybersecurity, and systems/network integration.

View my projects
hugo@nash115: ~/portfolio
hugo@nash115:~/portfolio ( main) $ git log --graph
*
commit 864c8d5 (HEAD -> main, origin/main)
Author: Hugo MILLION-ROUSSEAU <hugomr83500@gmail.com>
Date: 2026-01-29 ( 2m 19d )

Semester Abroad

Windesheim - Zwolle, Netherlands

Erasmus exchange : Minor in Mobile & Web solutions

  • Project for the Ministry of the Interior and Kingdom Relations

*
commit 7c143ab
Author: Hugo MILLION-ROUSSEAU <hugomr83500@gmail.com>
Date: 2025-09-01 ( 7m 19d )

Responsible of the cybersecurity pole

ISEN Engineering - Toulon, France

Supporting students to develop their cybersecurity skills.

Participation in CTFs and representing ISEN Engineering worldwide.

*
commit d4493e3
Author: Hugo MILLION-ROUSSEAU <hugomr83500@gmail.com>
Date: 2025-06-30 - 2025-08-01 ( 1m 2d )

Internship

Paprec Engineering - La Seyne sur Mer, France

Industrial IT projects

Procedure and documentation writing

Grafana dashboard implementation

VBA macro analysis

Industrial router configuration

*
commit ea80607
Author: Hugo MILLION-ROUSSEAU <hugomr83500@gmail.com>
Date: 2024-09-01 ( 1y 7m )

Student

ISEN Méditerranée - Toulon, France

Prépa ingénieur informatique et numérique

hugo@nash115:~/portfolio$ ls -l ./projects
Makengine

Makengine

CLI tool that simplifies C project workflows by automating compilation, execution, and project setup making it ideal for developers and students.

Status: Active
C CLI Make
OpenTFA

OpenTFA

An open-source re-implementation of TowerFall Ascension, developed in Rust with Bevy Engine.

Status: Active
Rust Bevy Game
French-ATC-for-MSFS2020

French ATC for MSFS2020

An air traffic control service available in French, allowing you to communicate verbally for a better immersion in your flights.

Status: Archived
Python Flight Simulator