Systems Programmer · Compiler Enthusiast · Open Source
"I like building things close to the metal — from compilers to kernels."
I'm a software engineer from France with a passion for low-level systems, programming languages, and computational science. I build compilers, write kernel modules, implement cryptographic algorithms from scratch, and explore everything from fluid dynamics to neural networks.
When I'm not deep in assembly or wrestling with memory allocators, I contribute to open source and experiment with new approaches to old problems.
⚡ webxA compiled web programming language built on x86-64 NASM Assembly. Write HTML, CSS & JavaScript as a single source file — the compiler outputs a complete web page or native binary.
|
A high-performance ray tracer with BVH acceleration written in Rust. Renders complex scenes with reflections, refractions, and shadow mapping.
|
|
Rust implementation of the Curve25519 elliptic curve for key exchange and digital signatures. Built for understanding the math behind modern cryptography.
|
A neural network implemented from scratch in Python — no frameworks, no shortcuts. Forward/backprop, gradient descent, the whole thing.
|
|
Block device simulator using io_uring for kernel development and testing. Pushing the boundaries of async I/O in Linux.
|
FUSE-based encrypted filesystem implemented in Rust. Transparent encryption/decryption for any mounted directory.
|
|
Real-time vital signs monitoring and clinical alerting in C — embeddable, fast, life-saving. Because code can save lives.
|
A minimal compiler written in C. Lexer → parser → codegen. Small enough to read, real enough to compile.
|
| Domain | Projects |
|---|---|
| Compilers & Languages | webx, mini-c-compiler, scheme-interpreter, turing-machine-simulator |
| Cryptography | curve25519, ed25519-signature-rust, rsa-encryption |
| Systems & Kernel | io_uring_bdsim, kernel-ring-buffer-reader, FUSE-Encrypted-Filesystem, procfs-reader |
| Machine Learning | neural-net-from-scratch, kmeans-clustering, xgboost-from-scratch, Variational-Autoencoder |
| Scientific Computing | fourier-transform, wave-equation-solver, LatticeBoltzmannFluidDynamics, double_pendulum_analyzer |
| DevOps & Infra | distributed-rate-limiter, docker-health-watchdog, sysmon, backup-go-tool |

