I'd like to share what we've learned in the last 2 years, when building Iggy.rs message streaming infrastructure from the ground up.

What would it take to build your own Kafka or Redpanda? How could you achieve the throughput of millions of messages per second? Is it really so complex, to pipe the data through the basic, append-only log storage? I'd like to share what we've learned in the last 2 years, when building Iggy.rs message streaming infrastructure from the ground up.
We will explore some ways to make Async Rust programming more enjoyable and more efficient at the same time.
After spending many happy years in Scala, not mutating anything but copying objects faster than rabbits breed I ventured into the world where each allocation is carefully examined and it is perfectly normal to reuse the same list for different purposes.
In this talk, we will discuss how you can use Durable Execution to harden your applications in a few key areas: workflows, asynchronous tasks, microservice orchestration, and event processing.
In this lightning talk, we will explore the reasons why Icedragon was created, what makes it unique, and how you can use it to provide portable builds for your projects.
In this lightning talk, we take a look at ArcShift, a lock-free data structure for shared data that still needs to be mutated.
Discover how Cargo extensions can revolutionize your Rust development workflow in this insightful talk.