Course Information
Course Overview
Back-end web development for Rustaceans
Rust is a systems programming language which you can use to write applications with high performance. It is amazingly refreshing with a very helpful compiler who is your mentor since the very beginning.
Cargo is not only a package manager but also a build tool, a documentation generator and a lot more, making your every day managing Rust apps really easy.
It is no wonder that for these reasons, plus many more, Rust was voted as StackOverflow’s most loved and desired programming language, eight years in a row.
You have already spent a good amount of time developing web applications and you have a very good understanding of Rust.
You are beyond the point of simple, toy applications and you are ready to start doing some serious back-end web development and you are wondering whether Rust can be used for this purpose.
You are looking for a resource that has all you need in a single place.
Well, look no further! In this course i will show you how to create a complex, fully async web app in Rust that serves JSON APIs but also has a CLI interface at the same moment.
We will use the Rocket web framework along with the Diesel ORM to build Rest APIs with
- Authentication built-in (users and passwords)
- Redis as a cache storage
- Access management with roles
- Handling for datetime fields
- CLI commands
- Logging
- Automated API testing
Course Content
- 9 section(s)
- 29 lecture(s)
- Section 1 Introduction
- Section 2 Database
- Section 3 Web server
- Section 4 Tests
- Section 5 Command Line Interface
- Section 6 Authentication
- Section 7 Emails
- Section 8 Bonus
- Section 9 Outro
What You’ll Learn
- Implementing an authentication service in a Rocket REST API
- Managing database entities with complex fields and relationships using async Diesel and PostgreSQL
- Implementing a cache database with Redis
- Session handling and granular access management for different endpoints
- Testing API endpoints in an automated way
- Sending HTML emails with lettre and tera
- Writing CLI commands with clap
Reviews
-
TTobias Klemmer
Very nice course. Interesting content and right speed of progress for keeping it interesting. Well done! Thank you!
-
IIrikefe Ikie
I REALLY DO ENJOY THE LECTURES. THEY ARE EXTREMELY HELPFUL AND TRULY ENGAGING.
-
DDušan Knežević
Focusing on high-level web-app aspects in Rust. Similar architecture patterns can be used with Actix-Web, Axum and other ORMs like SeaORM. For now, it's a really practically awesome course. For beginners, please read The Rust Book (official on Rust site) first and have some basic syntax ready. For seasoned BE and Full-Stack devs, this course is quite a speed-up to a practical approach in Rust, while showcasing some gotchas that may be missing from some other languages
-
JJohn Basrai
Very helpful course to get up to speed quickly in web development with Rust. Exactly the right level I was looking for as an experienced Rust user looking to pivot into Web development.