diff --git a/README.md b/README.md index 2b75d4e..947c32e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Adrien Bouvais -Data & Platform Engineer based in Luxembourg. +Data, Platform, MLOps Engineer based in Luxembourg. I design backend systems, data platforms, and inference infrastructure — currently architecting the backend for Clearstream AI at Clavem Group. --- @@ -29,6 +29,13 @@ Data architecture advisory for enterprise clients on Azure. ## Currently Building +### Trading video game + +A giant DAG with nodes that generate, transform, store, trade, use ressources with dynamic pricing. +Game is to play with the market, starting little by buying and selling small quantity. +Then with more money, player can influence the market at higher level. +Game is done in Zig + Raylib. So no modern engine. + ### [Zigma](https://git.bouvais.lu/adrien/zigma) — A Programming Language for Science Write physics equations as code. Zigma attaches **dimensions and units directly to variables** and resolves them at compile-time via Zig's `comptime` — so a unit mismatch is a compiler error, not a runtime catastrophe.