Software Engineer
CS student at EPITA Paris. I build systems from scratch: container runtimes, distributed KV stores, consensus algorithms. Interested in systems engineering at scale.
Distributed key-value store with consistent hashing (FNV-64a), per-shard RWMutex, RESP protocol, and 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.