Learn Rust Actix Web and SqlX

Learn Actix Web and SqlX and Create a Twitter Api Clone

Ratings 4.51 / 5.00
Learn Rust Actix Web and SqlX

What You Will Learn!

  • Understand how to build Web Api with Actix Web
  • Understand how to Query and Update databases with SqlX
  • Understand coding in Rust using design patterns and loosely coupled architecture
  • Use Docker within examples to gain practical knowledge on how to build modern services

Description

  1. Get a conceptual understanding of Actix Web's architecture and learn about its many features and capabilities.

  2. Learn how to setup and initialize an Actix Web Server. Learn how to build Route Handlers that respond to requests. Create unique Extractors to receive parameters in a type safe way. Handle Errors that may occur during Route Handler processing.

  3. Understand how SqlX works and how to query databases. Use SqlX to connect to Postgres, through a Docker image, and do CRUD operations like select, insert, update, and delete. Learn how to perform transactions in SqlX and how to exit a transaction early if an error occurs. Also learn about SqlX's database migration capabilities, so that you can create and modify schema as data needs change.

  4. Learn how to structure an Api Server. Creating Separation of Concerns, Encapsulation, and loose coupling of code. This will enhance your ability to continue building on the original application.

  5. Gain practical understanding on the code base for a large and realistic Twitter Api clone. We will be diving deep into Actix Web Routing, Extractors, Responders, Error Handling, SqlX queries, and more.

  6. All Course projects are built using Docker images containing both the Actix Web Server and Postgres database as needed for the lessons.

Who Should Attend!

  • Intermediate Rust Programmers interested in gaining more advanced skills

TAKE THIS COURSE

Tags

Subscribers

265

Lectures

14

TAKE THIS COURSE