Table of Contents
- A Quick Introduction to Rust
- Designing Your Web Application in Rust
- Handling HTTP Requests
- Processing HTTP Requests
- Displaying Content in the Browser
- Data persistence with PostgreSQL
- Managing User Sessions
- Building RESTful Services
- Testing Our Application Endpoints and Components
- Deploying Our Application on AWS
- Configuring HTTPS with NGINX on AWS
- Recreating Our Application in Rocket
- Best Practices for a Clean Web App Repository
- Exploring the Tokio Framework
- Accepting TCP Traffic with Tokio
- Building Protocols on Top of TCP
- Implementing Actors and Async with the Hyper Framework
- Queuing Tasks with Redis

