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.
This talk explores building a complete self-hosted LLM stack in Rust: Paddler, a distributed load balancer for serving LLMs at scale, and Poet, a static site generator that consumes those LLMs for AI-powered content features.
In this introductory talk, we will explore what it means to "Ratatuify" the Rust package manager, Cargo.
This technical talk examines the most prevalent pain points facing Rust web developers today and explores how the community is addressing them.
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'll share a few tricks to help you write cleaner, more powerful declarative macros. You'll also get a sneak peek at the nightly features to see what's coming next macro_rules! world.
In this talk, we'll dive deep into what makes concurrency coordination costly, and explore some pathways to mitigate that cost.