Software Engineer
Building systems from scratch in Go and C. Container runtimes, distributed stores, and open-source Kubernetes tooling. EPITA student, apprentice software engineer at Enedis.
Sharded in-memory key-value store built to understand concurrency primitives at the core: FNV-64a hashing across per-shard RWMutex locks, custom TCP server, full OpenTelemetry instrumentation. Prometheus exporter on :2112.
Minimal container runtime written in C. Uses Linux namespaces (pid, net, mnt, uts) and cgroups v2 for process isolation and resource control.
Deterministic OpenAI-compatible stub for benchmarking AI gateway and proxy layers. Removes LLM inference variability to isolate precise networking overhead (TTFT, TPOT, SSE streams).