Refactoring Queries - Introduction to Axum 0 6 Project

Subscribers:
8,080
Published on ● Video Link: https://www.youtube.com/watch?v=fc8Y0GOJQBw



Duration: 1:14:47
366 views
4


View the code for the Introduction to Axum course at https://github.com/brooks-builds/full-stack-todo-rust-course/tree/main/backend/rust/axum.

Axum is a backend API framework for Rust. It's written by the same team that makes Tokio.rs and therefore is 100% compatible with Tokio. It's meant to be easy to get started with but powerful enough to run your project on.

Find the playlist with more Axum videos at https://www.youtube.com/playlist?list=PLrmY5pVcnuE-_CP7XZ_44HN-mDrLQV4nS.

You can join the community Discord server on the Brooks Builds website at https://brooksbuilds.com. If you have any questions about the course, Rust, or Axum please bring them to the course help channel.

This video was recorded live on Twitch at https://twitch.tv/brookzerker if you want to check out what Brooks is up to recently.

Axum 0.6 has been released! You can view the release notes for 0.6 and future versions at [https://github.com/tokio-rs/axum/blob/main/axum/CHANGELOG.md](https://github.com/tokio-rs/axum/blob/main/axum/CHANGELOG.md).




Other Videos By Brooks Builds (brookzerker)


2023-01-15Stream archive: Creating a Yew Component Library in Rust for my LMS stream 1 (2023-01-12)
2023-01-15Stream archive: Setting up terminal for Rust development with Tux and NeoVim stream 4 (2023-01-10)
2023-01-15Stream archive: Creating a Yew Component Library in Rust for my LMS stream 2 (2023-01-13)
2023-01-05Updating to Yew 0.20 - Introduction to Yew.rs 0.19
2023-01-05Stream archive: Updating a Yew project to 0.20.0 (2023-01-03)
2023-01-05Stream archive: Setting up terminal for Rust development with NeoVim stream 1 (2023-01-05)
2023-01-02Stream archive: Updating a Yew project to 0.20.0 (2023-01-02)
2022-12-21Stream archive: Updating a Yew project to 0.20.0 (2022-12-21)
2022-12-21Trailer - Introduction to Axum
2022-12-20Stream archive: Finishing up Axum recording then onto Yew.rs 0.20 course updates (2022-12-20)
2022-12-20Refactoring Queries - Introduction to Axum 0 6 Project
2022-12-20Prerequisites - Introduction to Axum 0.6
2022-12-20Using the Course Repo - Introduction to Axum 0.6
2022-12-20Next Steps - Introduction to Axum 0 6 Project
2022-12-19Stream archive: Todo API with Axum 0.6 (2022-12-19)
2022-12-18Update Tasks - Introduction to Axum 0.6 Project
2022-12-18Creating Tasks - Introduction to Axum 0 6 Project
2022-12-18Getting All Tasks - Introduction to Axum 0 6 Project
2022-12-18Get One Task - Introduction to Axum 0.6 Project
2022-12-18Logging out - Introduction to Axum 0 6 Project
2022-12-18Soft Deleting Tasks - Introduction to Axum 0.6 Project