Get your *FREE Rust training* : letsgetrusty.com/bootcamp
@IgorKishik2 ай бұрын
I would recommend another book - Rust Web Programming - Second Edition: A hands-on guide to developing, packaging, and deploying fully functional Rust web applications
@maxwellflitton39732 ай бұрын
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.
@IgorKishik2 ай бұрын
@@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.
@EduardKaresli2 ай бұрын
@@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!
@joebuydem2 ай бұрын
@@maxwellflitton3973I just got your book.i can’t wait to read it.
@sunofabeach94242 ай бұрын
@@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
@unfazed4ever2 ай бұрын
"Learn Rust in a Month of Lunches" is so smooth i strongly recommend it!
@robertsimplerino2 ай бұрын
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.
@nimaariya62812 ай бұрын
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.
@letsgetrusty2 ай бұрын
Great free options!
@snansahmarov15242 ай бұрын
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.
@Incertophile2 ай бұрын
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.
@ksw85142 ай бұрын
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.
@letsgetrusty2 ай бұрын
Thank you for sharing!
@sunkittsui79572 ай бұрын
Rust for Rustaceans is great if you really want to dive deep into the language
@sergey_tihon2 ай бұрын
No mention of "Write Powerful Rust Macros" by Sam Van Overmeire?
@YuruCampSupermacy2 ай бұрын
RUST ATOMICS AND LOCKS IS THE BEST RUST BOOK
@potatogamer72392 ай бұрын
Can you make a series on kernel development in rust
@Direkin2 ай бұрын
Is that a second edition of Programming Rust? My version has the old lino print animal cover style.
@AdamFiregate2 ай бұрын
Right now, I have 3 paperbacks: 🦀The Rust Programming Language, 2nd Edition, 🦀Rust for Rustaceans, 🦀Rust in Action
@mahor12212 ай бұрын
Thank you for the video!
@rathinaveluthiruvenkatam610Ай бұрын
Your selection is very apt.
@peterdecroos16542 ай бұрын
shoutout to rust with entirely too many linked lists. thats the one that made rust click for me
@jedgreco2 ай бұрын
Really love your channel!
@KaushalPhulgirkar2 ай бұрын
Any views on Rust for ML/AI tasks? Are there any good resources for that yet?
@FelixTheAnimator2 ай бұрын
I want to write a line stabilizer for my drawing tablet programs.
@Victor-ym9fo2 ай бұрын
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
@yobro50602 ай бұрын
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
@joebuydem2 ай бұрын
I agree.
@stretch83902 ай бұрын
@yobro5060 but the title isn't, "Good Rust books you haven't heard of but are worth reading", is it?
@yobro5060Ай бұрын
@@stretch8390 The title isn't "over-hyped books that have better alternatives" is it?
@stretch8390Ай бұрын
@@yobro5060 no, it's top 5 rust books you must read.
@yobro5060Ай бұрын
@@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
@zzntzz2 ай бұрын
much appreciated 🙏
@htpkey2 ай бұрын
Nice, I already have 2 of these books.
@KathrechaKrushn2 ай бұрын
Not receiving tutorial on form submission
@AdamFiregate2 ай бұрын
Yes, I'm a Rusty Bookworm. 😃
@codetothemoon2 ай бұрын
Very nice! 📖
@HardikNarula-i7z2 ай бұрын
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-i7z2 ай бұрын
Rust Web Development: With Warp, Tokio, and Reqwest Book by Bastian Gruber does this would be a good option for web development
@Cyber_Words2 ай бұрын
Wating for this topic since 19 century 😅 .thank you,, thank thanks
@inmonolife836122 күн бұрын
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.
@vmarzein2 ай бұрын
the beard looks cool ngl
@sunofabeach94242 ай бұрын
rust-analyzer keeps crashing vs code please somebody help!
@justanpc76442 ай бұрын
switch to neovim or rust rover... VS code is never gonna be completely stable for rust-analyzer.
@boredcompsciguy2 ай бұрын
My guy the world is lucky if I even refer to the documentation, nevermind 5 separate books
@AindriuMacGiollaEoin2 ай бұрын
Would you read those 5 books? Huge amount!
@nicholas_obert2 ай бұрын
You look much better with longer hair
@softcoder4042 ай бұрын
❤🎉
@azharalibhutto12092 ай бұрын
❤❤❤❤❤❤❤❤❤
@softcoder4042 ай бұрын
Can u do similar video for golang plsssss
@ClimateChangeDoesntBargain2 ай бұрын
I doubt you need books for golang
@VitoRain2 ай бұрын
Rust in Action is worst book ever for beginner! do not waste your time!!
@67fabs2 ай бұрын
Can you develop ? PS : your opinion ^^ was not questionning your skills 😅