Blog

Articles on Rust, web development, SaaS, and building things that scale.

Building Fast Websites with Rust and Axum

Rust is known for systems programming, but it's also an excellent choice for web development. The Axum framework provides a type-safe, async-first approach that competes with Go and Node.js in performance while offering memory safety guarantees.

Read more →
151 visitors