I'm a software developer.
I have a blog that I update very infrequently 😓
I'm using Scala since a very long time.
And since 2018, I'm very interesting in Rust 🦀, promoted it in my organization. I'm using it in production since 2023.
Why Rust?
- I really appreciate its performance, very good even without profiling / optimization sessions. I have some fatigue in Scala where, for performance reasons, I often need to use imperative code instead of using functional programming (example).
- The compiler is so good at finding issues in code that I feel very confident onboarding new developers on it, even junior ones. When a program is compiling, and when the tests are passing, I'm already pretty sure the quality of new contributions.
- I struggle with slow startup times of JVM, especially in ecommerce field where we need to scale up very quickly. I've used technologies like CRaC to optimize this startup time, but this adds so much complexity.
Since 2020, I maintain Sangria, a Scala implementation of GraphQL.
Since 2024, I also co-maintain axum, a Rust library for web-services.
I was involved in json parsers in Scala, especially how to make them more performant. I maintained for some time a comparison of different parsers.
In 2013, when I was using the Play! framework in Scala, I was involved in play2war, a project enabling a Play! applications to run inside a JEE container. I contributed to the asynchronous IO support.
In 2014, I've also created the Scala libary Play MockWS to easily write tests mocking dependant web-services. I'm very happy that this library found new maintainers and is still active.
Between 2012 and 2015, I organized the Play! framework meetups in Berlin.
And between 2015 and 2022, I organized the Scala meetups.
In 2014, I talked at Ping Conf about how to use the cake pattern.
I gave some Scala trainings.






