1
0

Update README.md

This commit is contained in:
Adrien Bouvais 2026-08-10 15:56:48 +00:00
parent 848762143e
commit aba85f1a92

View File

@ -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.