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.

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, a secure, Rust-native private crate registry. You’ll see how CrabHub enforces SemVer compliance, integrates seamlessly with Cargo, and leverages VCS for storage and access control. From identifying pain points to designing a scalable, Kubernetes-native architecture, I’ll show how Rust teams can manage private packages efficiently, safely, and at scale, all while keeping a smooth developer experience.
The talk explores how Rust’s type system and memory safety can be leveraged to enforce mandatory guardrails at the infrastructure level, where traditional frameworks often fall short.
In this talk, we'll dive deep into what makes concurrency coordination costly, and explore some pathways to mitigate that cost.
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.
This technical talk examines the most prevalent pain points facing Rust web developers today and explores how the community is addressing them.
This talk explores what it means to write scientific software that lives up to the standards we expect of science itself.