Projects & organisations
A list of organisations and projects I am proud of. Projects are monolithic solutions; organisations, more elaborate, gather several repositories around a single ecosystem.
Organisations
Several projects under one banner, split by context — mobile, backend, services or modules.
P-E-R-R-Y
In progressJanuary 2023 — Present · Software Engineering
A modular C++ SDK, without a single external dependency. Still a building site.
- C++
- CMake
- GitHub Actions
- GoogleTest
- LaTeX
- Raylib
- SFML
Vocal30
LiveJanuary 2025 — Present · Cloud & infrastructure
My company: SaaS products, a few client sites, and the infrastructure that runs them. This site runs on it.
- Kubernetes
- Podman
- Helm
- Traefik
- CertManager
- Private registry
- Cilium
- Postgres
- Secrets
- GitHub Actions
Antisèche
In progressJanuary 2026 — Present · Products
A product in the making: Go API, Flutter app.
- Go
- Gin
- Postgres
- MinIO
- Flutter
- Docker
- Swagger
- JWT
GETOUT
ArchivedJanuary 2023 — December 2025 · Products
An alternative to social networks: out of ideas, it suggests things to do to keep you busy — even stuck on the subway.
- Flutter
- Dart
- TypeScript
- Azure
PC-Toolbox
Open sourceJanuary 2023 — Present · Tooling & DX
Four Go tools, born of the same annoyance: developing across thirty repositories at once.
- Go
- Git
Projects
One block, taken end to end.
Kernel OTP
Open sourceFebruary 2025 · Software Engineering
A Linux kernel module exposing a device that generates OTPs (one-time codes). Tunable: timeout, client key, algorithm.
- C
- Linux
- Makefile
- QEMU
my_32bits_launcher-using-signals
Open sourceJanuary 2021 · Software Engineering
Two instances talking to each other on one Linux machine, purely through signals.
- C
- Linux
my_pushswap
Open sourceJanuary 2021 · Software Engineering
A radix sort over two stacks — compact, clever, efficient.
- C
imageCompressor
Open sourceJanuary 2023 · Software Engineering
k-means image compression in Haskell — pure and stateless.
- Haskell