Talks about Rust Web Development

Here is a list of talks I gave about the topic.

[2023] The Live Series Webinar - Asynchronous Rust

I gave a 50min webinar about asynchronous Rust. This talk was meant to be a higher-level overview, abut it also covers a behind-the-scenes look into the executor tokio, what patterns you will encounter when using async Rust and which runtime to choose for which use case.

[2023] Rust Melbourne - The Joy and Adventures of writing Rust for the web

A talk about why web development in Rust looks the way it looks. Advantages of using Rust in a web context, tools to use, the why and how of async Rust. I als gave some bonus tidbits about tools to improve your project and showed how to create an API server with axum, which runs a cronjob in the background.
The slides are here.

[2021] Rust Vancouver - Your Rust web development tool set

I gave a talk at the Rust Vancouver MeetUp about the tools and crates involved in creating a Rust web service. We looked behind the scenes of an async runtime, why it's needed and how a running example web service looks like.
The slides are here.

[2021] Rust Oslo - The progression of a Rust web service

I gave a talk at the Rust Oslo MeetUp about how to start, maintain and develop a Rust web service. The tools envolved and the mindset needed to create solid Rust web services.
The slides are here.

[2021] Rust&Tell - One tutorial to rule them all

I gave a talk at the Rust&Tell MeetUp about a tutorial I created to learn Rust in a web development context. The code can be found here.

[2021] Amsource - Rust Web Development Q&A

A webinar for Amsource about Rust, how it can improve your own career, the impact in your team and why Rust is a great choice overall. I presented my new book, the language and use cases in the first half, and then answered questions in the second half.

[2021] CodeControl - Why you want to choose Rust for Web Development

I gave a talk for CodeControls "Virtual Lunch & Learn" where I talk about why you want to choose Rust, and why developing web services in Rust can be a good choice. The video is below. [Slides]

[2019] CoderSociety - Why Learn Rust or a New Programming Language(2019)

I talked with CoderSociety about why learning Rust is a good choice for ones career, even if you don't use it every day.