Thansk
For further actions, you may consider blocking this person and/or reporting abuse
Thansk
For further actions, you may consider blocking this person and/or reporting abuse
Michael Tharrington -
Peter Kim Frank -
Sloan the DEV Moderator -
BekahHW -
Once suspended, reuben21 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, reuben21 will be able to comment and publish posts again.
Once unpublished, all posts by reuben21 will become hidden and only accessible to themselves.
If reuben21 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Reuben Coutinho.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag reuben21:
Unflagging reuben21 will restore default visibility to their posts.
Top comments (11)
rust-lang.org/learn
Is there anything you were after in particular?
The official book is very good. Not many languages have a good official book, but Rust is among those that do.
yes for web dev
For web servers, definitely check out rocket.rs and also warp. For the latter you will also want to brush up on rust Async / await. There are some really good YouTube videos about rust Async as well as a separate "Async book"
For web client, my favourite is yew but several other exist as well.
Have a look at arewewebyet.org for a catalogue of what's available
Thanks alot
I wrote a bit about frontend development with Rust here:
dev.to/kayis/series/9849
Definitely doc.rust-lang.org/book/
It would be hard to find something better
Try solve couple rust kata on codewars
Try re-writing any memory-inefficient compiler to a Rust library ~ seems to be all the rave these days 😁 ...
Are there any courses online you could recomend?
github.com/rust-lang/rustlings/