Rust
How to deploy an Axum server to Fly.io
Learn how to deploy an Axum web server to Fly.io. Benefit from scale-to-zero deployments, internal wireguard networking, anycast routing to your nearest server, and more.
Rust
Learn how to deploy an Axum web server to Fly.io. Benefit from scale-to-zero deployments, internal wireguard networking, anycast routing to your nearest server, and more.
Rust
Rust's two string types might seem like overkill at first, but they're actually a superpower in disguise. Learn why String and &str exist, when to use each, and how mastering this distinction will level up your Rust game.
Rust
Build production-ready Rust APIs with Axum in 5 minutes. Learn routing, JWT auth, state management, and observability with real code examples.
Tutorial
Learn how to safely & securely extract and validate a JWT token in your Axum API. Build secure apps with Rust and Axum.