I’ll share what the Rust job market really looks like in 2025 — where companies are hiring, which skills stand out, and how the recruitment process actually works behind the scenes.

Over the past few years, I have had countless conversations with Rust engineers across Europe, helping them find their next role in fast-growing AI and infrastructure startups. In this talk, I’ll share what the Rust job market really looks like in 2025 — where companies are hiring, which skills stand out, and how the recruitment process actually works behind the scenes.
I’ll also touch on a few myths about “getting hired in Rust” and share some practical tips on how engineers can tell their story authentically — without feeling like they have to “sell” themselves.
Expect a relaxed, honest talk about Rust, people, and what makes great engineers stand out in this ecosystem.
During this talk we'll build a basic, working async runtime using nothing more than a standard library. The point? To see it's approachable for mere mortals.
I contributed LTO-related changes to many open-source projects, and had a lot of interesting discussions with their maintainers about LTO. In this talk, I want to share with you my experience.
In this introductory talk, we will explore what it means to "Ratatuify" the Rust package manager, Cargo.
I'll initiate you in the art of 'CAN bus sniffing': Connecting to the central nervous system of a modern car, interpreting the data, and seeing what we can build as enthousiastic amateurs.
We’ll take a deep dive into Rust channels — from synchronous channels to asynchronous channels — to explore how message passing enables reliable concurrent programming.