For infrastructure engineers, SREs, platform teams, and Rust developers who've felt the pain of configuration drift, failed deployments, and infrastructure code that simply doesn't scale safely.

In 2013, I started my journey with containers and deployment automation. I've encountered fundamental problems with infrastructure code: configuration sprawl, brittle scripts, complex state management, and deployments that fail silently in production, years of nightmares trying to solve it the wrong way.
Thanks to Rust. Now I finally sleep well.
This talk shares how.
Learn from decades of infrastructure experience:
• The evolution of infrastructure challenges (2013-2025)
• Why traditional approaches to IaC fall short at scale
• Type safety and memory safety as production reliability
• Building safe orchestration across multi-cloud and on-prem environments
• Real applications: Kubernetes, blockchain validators, disaster recovery
We'll explore concrete examples of what went wrong, why it went wrong, and how the Rust ecosystem can help solve infrastructure problems at scale.
For infrastructure engineers, SREs, platform teams, and Rust developers who've felt the pain of configuration drift, failed deployments, and infrastructure code that simply doesn't scale safely.
Suitable for: All experience levels. No advanced Rust knowledge required, this is about infrastructure problems and how Rust can help solve 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.
In this talk, we’ll re-create the core ideas of Karpathy’s micrograd, but entirely in Rust.
In this talk, we’ll explore battle-tested best practices for integrating Claude Code into a professional Axum development workflow without compromising on Rust’s core values: correctness, clarity, and maintainability.
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.
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.
As Rust projects grow, managing private crates becomes a real headache. Teams struggle with inconsistent versioning, fragile dependencies, and cumbersome workflows that slow down development. In this talk, I’ll walk through how these challenges can be solved with Rust and CrabHub.