ProjectsSkillsEducationContact

Projects

Some of the projects are from work and some are on my own time.

Dec 1, 2024
27

RustShield (WIP)

A SIEM system built in Rust for security event correlation and anomaly detection.

Read more →

Feb 16, 2025 13

Tiger Compiler

A full compiler for the Tiger language: parsing, semantic analysis & codegen.

Feb 16, 2025 12

K-Project

Minimal operating system kernel implemented in C and Assembly as part of EPITA's LSE coursework.

Mar 13, 2025 14

Network Simulator (WIP)

C application reimplementing network protocols from scratch for routing, packet flow and congestion control.

Mar 15, 2015 19

MineMineNoMi

Minecraft mod inspired by One Piece, to which I contributed.

Mar 9, 2025 11

Image Recognition with CNN (WIP)

CNN model implemented in C# for inference, trained in Python with TensorFlow/Keras for image classification.

Feb 16, 2025 12

My Malloc

Educational C project: writing your own malloc from scratch.