Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Full Stack Rust Programming using AXUM, Yew, and SQLx
Rating: 3.9 out of 5(60 ratings)
381 students

Learn Full Stack Rust Programming using AXUM, Yew, and SQLx

Frontend and Backend Rust programming: We will build a Rust Web API using AXUM and Postgres and frontend using Yew
Created byEric Mabo
Last updated 12/2024
English

What you'll learn

  • Why use Rust programming language for full stack web app development in 2023 and beyond?
  • Rust language basics like variables, functions, data types, control flow, structs, enums, using json, hashmaps, modules, ownership and borrowing in rust
  • Build a fully functional CRUD API using AXUM, SQLx and Postgress
  • Build a fully functional Frontend in rust using the Yew framework (Yew looks like ReactJS, but in Rust)
  • Following popular demand: link to source code provided at the end of the course.

Course content

3 sections45 lectures5h 0m total length
  • Introduction2:16

    The videos goes over the agenda and discusses why you may want to consider learning and using rust

  • Showcase what we will be building2:55
  • Installing Rust1:06
  • Setting up VS Code3:46
  • Rust Variables and Functions 16:14
  • Rust Variables and Functions 24:50
  • Rust Modules2:55
  • Rust data Types2:48
  • Compound Data Types5:25
  • Vectors6:57
  • Rust HashMaps7:38
  • HashMaps 22:08
  • If, Else, match7:44
  • For and While Loops8:11
  • Rust Structs7:13
  • Rust Structs: Impl6:48
  • Working with JSON: serde_json10:42
  • Understanding Rust Ownership and Borrowing9:38

Requirements

  • Basic software programming skills in any programming language
  • Familiarity with Javascript, Typescript or Python is helpful, but not a requirement

Description

  1. You will build a full-stack web app using the rust programming language. We will be building a fully functional CRUD Server API using AXUM, SQLx, and Postgres. Then we will build a fully functional frontend in rust using the Yew framework (Yew looks like ReactJS but in Rust). We will then connect the front end and the back end to run from the same port/URL. You will learn how to create Yew components, routing, create forms and handle GET and POST requests using the rust reqwest crate in the front end. This course is good for developers who already know at least one programming language and have some web development experience. It is not a course for folks who are completely new to programming.

  2. Rust is the most loved programming language for the past several years according to StackOverflow. All the big tech companies are now using rust and a lot of startups are using rust. More so, a lot of the newer blockchain projects are building with rust. The rust programming language is growing very rapidly.

  3. This course will help you start developing in rust very fast, as you will build a real full-stack app. You can use the concepts to expand your rust dev options.

  4. The course is divided into 3 main sections. Section 1 is an intro to rust. You can skip this section if you are already familiar with the material. Section 2 will cover the Server API dev using AXUM and section 3 covers developing frontend apps using the popular Yew framework.

  5. Full source code provided at the end of the course.

Who this course is for:

  • This course is for software engineers who would like to learn the rust programming language, by building a real world project