Get your *FREE Rust training* : letsgetrusty.com/bootcamp
@IgorKishik3 ай бұрын
I would recommend another book - Rust Web Programming - Second Edition: A hands-on guide to developing, packaging, and deploying fully functional Rust web applications
@maxwellflitton39733 ай бұрын
Hey I'm the author of this book. Thanks for the recommendation. I have nearyl finished the third edition where we compile a microservice cluster including the JavaScript frontend into one rust binary and then burst it out into multiple servers. I'm also improving the deployment pipeline and cover how to code the microservice cluster throughout the book in Axum, Hyper, Rocket, and Actix. I don't really get much praise from the rust influencers, they all seem to know each other etc, you're either in or out when it comes to that, but the comments I get from people keep me going. Packt have also given me a VIP editing team for the third edition due to the number of sales. Most of the money goes to the publisher, but I'm happy that the interest means that these publishers are putting more resources into it.
@IgorKishik3 ай бұрын
@@maxwellflitton3973 Hi. It's so nice to meet you! I liked your book very much, it's one of the best books I've read on Rust, and I've read about 10-12 books. I think that there is a lack of Advanced level books. Your book helped me to change some slow components written in Python in our company. Now we are gradually rewriting the most critical components in Rust. It's great news that the third edition of your book is coming out soon! I will definitely buy it. Thank you so much for your work! I wish there were more authors like you.
@EduardKaresli3 ай бұрын
@@maxwellflitton3973 I bought the e-book version of your book (2nd ed.) from Packt, together with the official Rust book, I'm reading that at the moment, but after flipping the pages of your book and getting an overview, I think it is a work of quality and will help me in developing my skills as Rust dev with emphasis on web-related apps (I'm already a pro C++/JavaScript/TypeScript, but want Rust for my personal projects). Good job and keep up!
@joebuydem3 ай бұрын
@@maxwellflitton3973I just got your book.i can’t wait to read it.
@sunofabeach94243 ай бұрын
@@maxwellflitton3973does the third edition have contents of the previous ones or should I basically buy all of them? also so called rust influencers deserve a good kicking imo
@unfazed4ever3 ай бұрын
"Learn Rust in a Month of Lunches" is so smooth i strongly recommend it!
@snansahmarov15243 ай бұрын
While coming from work I was just thinking about Which book i should read to know Rust. You know, Rust is amazing and deep learning curve. Thank you.
@sergey_tihon3 ай бұрын
No mention of "Write Powerful Rust Macros" by Sam Van Overmeire?
@robertsimplerino3 ай бұрын
1. The Rust Programming Language aka The Rust Book 2. Learn Rust With Entirely Too Many Linked Lists 3. Asynchronous Programming in Rust And then docs of whatever crate you use.
@nimaariya62813 ай бұрын
Asynchronous Programming in Rust from Carl Fredrik Samson Is great. I have rarely encountered high quality books from Packt Publishing but this book is the one source that truly helped me to gain a good understanding of Rust async programming.
@letsgetrusty3 ай бұрын
Great free options!
@Incertophile3 ай бұрын
Check out Command Line Rust by Ken Youens-Clark! It goes through how to makes all the Linux CLI programs: ls cat echo find grep cd etc in Rust.
@ksw85143 ай бұрын
I came here to recommend the same book. It's probably not good for learning rust on its own (ymmv), but I think it's a great companion to the official rust book, since it offers relatively small self-contained projects to put that knowledge into practice.
@letsgetrusty3 ай бұрын
Thank you for sharing!
@acrosstheocean253 ай бұрын
Rust for Rustaceans is great if you really want to dive deep into the language
@Direkin3 ай бұрын
Is that a second edition of Programming Rust? My version has the old lino print animal cover style.
@potatogamer72393 ай бұрын
Can you make a series on kernel development in rust
@yobro50603 ай бұрын
ugh the same echo chamber titles repeated. I read the packt Rust and web programming and not only did it cover everything zero to prod did, it also covered how to deploy the app onto AWS with terraform, and how to build a javascript frontend to deploy with the app. I think the rust community is a bit of a hive mind to be honest
@joebuydem3 ай бұрын
I agree.
@stretch83903 ай бұрын
@yobro5060 but the title isn't, "Good Rust books you haven't heard of but are worth reading", is it?
@yobro50603 ай бұрын
@@stretch8390 The title isn't "over-hyped books that have better alternatives" is it?
@stretch83903 ай бұрын
@@yobro5060 no, it's top 5 rust books you must read.
@yobro50603 ай бұрын
@@stretch8390 yeah, my whole point is that if you MUST read a book on Rust and web programming, there's better options out there than zero2prod
@KaushalPhulgirkar3 ай бұрын
Any views on Rust for ML/AI tasks? Are there any good resources for that yet?
@maqusss24 күн бұрын
For beginners, I recommend the book “Begin Rust” by Michael and Miriam Snoyman.
@peterdecroos16543 ай бұрын
shoutout to rust with entirely too many linked lists. thats the one that made rust click for me
@mahor12213 ай бұрын
Thank you for the video!
@KathrechaKrushn3 ай бұрын
Not receiving tutorial on form submission
@jedgreco3 ай бұрын
Really love your channel!
@FelixTheAnimator3 ай бұрын
I want to write a line stabilizer for my drawing tablet programs.
@YuruCampSupermacy3 ай бұрын
RUST ATOMICS AND LOCKS IS THE BEST RUST BOOK
@AdamFiregate3 ай бұрын
Right now, I have 3 paperbacks: 🦀The Rust Programming Language, 2nd Edition, 🦀Rust for Rustaceans, 🦀Rust in Action
@rathinaveluthiruvenkatam6103 ай бұрын
Your selection is very apt.
@Victor-ym9fo3 ай бұрын
Great video. what about "Practical System Programming for Rust Developers: Build Fast and Secure Software for Linux/Unix Systems with the help of practical examples" book? - Author: Prabhu Eshwarla
@sunofabeach94243 ай бұрын
rust-analyzer keeps crashing vs code please somebody help!
@justanpc76443 ай бұрын
switch to neovim or rust rover... VS code is never gonna be completely stable for rust-analyzer.
@zzntzz3 ай бұрын
much appreciated 🙏
@AdamFiregate3 ай бұрын
Yes, I'm a Rusty Bookworm. 😃
@codetothemoon3 ай бұрын
Very nice! 📖
@HardikNarula-i7z3 ай бұрын
Rust Web Development: With Warp, Tokio, and Reqwest Book by Bastian Gruber does this book will be the good option for web development by using rust
@HardikNarula-i7z3 ай бұрын
Rust Web Development: With Warp, Tokio, and Reqwest Book by Bastian Gruber does this would be a good option for web development
@boredcompsciguy3 ай бұрын
My guy the world is lucky if I even refer to the documentation, nevermind 5 separate books
@htpkey3 ай бұрын
Nice, I already have 2 of these books.
@AindriuMacGiollaEoin3 ай бұрын
Would you read those 5 books? Huge amount!
@danielceballos9617Ай бұрын
Async Rust Unleashing the power of fearless concurrency by Maxwell Fitton & Caroline Morton
@Cyberyuga3 ай бұрын
Wating for this topic since 19 century 😅 .thank you,, thank thanks
@vmarzein3 ай бұрын
the beard looks cool ngl
@nicholas_obert3 ай бұрын
You look much better with longer hair
@softcoder4043 ай бұрын
Can u do similar video for golang plsssss
@ClimateChangeDoesntBargain3 ай бұрын
I doubt you need books for golang
@softcoder4043 ай бұрын
❤🎉
@VitoRain3 ай бұрын
Rust in Action is worst book ever for beginner! do not waste your time!!
@67fabs3 ай бұрын
Can you develop ? PS : your opinion ^^ was not questionning your skills 😅
@Gskvj3 ай бұрын
waste*
@azharalibhutto12093 ай бұрын
❤❤❤❤❤❤❤❤❤
@rasputindasilva8583 ай бұрын
Rust sucks!
@inmonolife83612 ай бұрын
I don't agree this video first in my lifetime (but I thumbed up as always). Current ChatGPT replies almost wrong answer on Rust programming but he(or she) makes outline in below 3secs which you may know or compiler knows how to correct errors, which seems faster than what you might got from detaild books. I found the easist way is to acquire answers by your own efforts and some knowledge which can optain by your own investigation only with what you got, cause each time you got what you don't know by reference, There might be no progress IMAO.