The BEST way to learn Rust 🦀👩‍💻

  Рет қаралды 58,333

warpdotdev

warpdotdev

Күн бұрын

Пікірлер: 61
@kitgary
@kitgary 9 ай бұрын
I have read the rust book but i find that rust projects on Github are quite difficult to read, the generic syntax, lifetime notation, etc are getting me crazy, any suggestions for beginners to read large scale Rust project?
@JennaHasm
@JennaHasm 8 ай бұрын
What is your rating of the book, compared to other manuals?
@vickypandey3597
@vickypandey3597 7 ай бұрын
it's one of the best resources, supplemented with let's get rusty on yt, rustlings
@lordawid
@lordawid 5 ай бұрын
imo, dont learn to read large scale projects. Make a large scale project (or, just a mid-scale, at least) and you'll get a much better understanding
@RenderingUser
@RenderingUser Ай бұрын
Rustlings
@warpdotdev
@warpdotdev 9 ай бұрын
Are you learning Rust this year?
@MaverickDriver95
@MaverickDriver95 9 ай бұрын
I'd love a similar video for other languages! React, vue, angular, solid, liquid, php...
@JustAlis
@JustAlis 9 ай бұрын
Yes, I've just started to read the Rust book. Thank you for more useful sources I didn't know about!
@jimbo5437
@jimbo5437 9 ай бұрын
No, it's unnecessary
@steveoc64
@steveoc64 9 ай бұрын
No. I have already learned it, because I need to fix 3rd party rust code that we are being forced to use. Will we be using Rust for any new projects? Hell no ! There is no compelling use case for rust, when you consider the other choices available. Rust fails to be best of breed for any problem
@AungBaw
@AungBaw 8 ай бұрын
Please put resources links in the description, thanks for your videos.
@WillDelish
@WillDelish 9 ай бұрын
Way I see it coming from pip/npm world, we’re trading mental pains: 1. Version management of node/python. These have very poor backwards compatibility 2. Dependency hell 3. Typing - let me restart my TS server and troubleshoot that tsconfig again 4. Ahh unit testing. Which framework to pick? Rust’s cargo just is a better dx out of the box. Now, all your mental energy can be on rust concepts/code I plan to practice more rust this year :)
@adrianscarlett
@adrianscarlett 5 ай бұрын
Rust is amazing, but a lot of package documentation needs serious attention, especially ones that introduce breaking changes, but don't update their examples to reflect the changes.
@dylanjayatilaka8533
@dylanjayatilaka8533 2 ай бұрын
Hey. Rust looks nice. Traits are better than OO --- or at least offers something different --- especially in regards to GUI design. But I would highly recommend the No Boilerplate KZbin videos hich are *short* for people who already have understood several languages. Multi choice with examples is the quickest way. Then the final way is to write something based on the BTS you have already learned. Just my 2c. Everything on the web is stupefyingly slow and boring. Except for No Boilerplate.
@erlangparasu6339
@erlangparasu6339 17 күн бұрын
too many moving object in this video.. please reduce it to increase viewer focus.. thanks
@Mugruokgt
@Mugruokgt 9 ай бұрын
Do you need to say rust foundation every time or you'll get sued?
@gryffinsyme6357
@gryffinsyme6357 4 ай бұрын
it’s just good to know who makes the resources, so you can find the right ones and to know they’re quality resources
@keilmillerjr9701
@keilmillerjr9701 18 күн бұрын
​@@gryffinsyme6357 It makes you wonder if this is a paid advertisement.
@cbbcbb6803
@cbbcbb6803 5 ай бұрын
Can Cobol applications be easily retooled into Rust?
@WhyOhWhy123
@WhyOhWhy123 5 ай бұрын
Thank you 😊
@shayokhshorfuddin2576
@shayokhshorfuddin2576 23 күн бұрын
No thanks, I would like to preserve my sanity.
@giuseppelanna
@giuseppelanna Ай бұрын
and what about rustonomicon?
@rusty-coder
@rusty-coder 9 ай бұрын
Thank you for the video. Can you please suggest some good resources for web3 with rust
@viktorkot992
@viktorkot992 24 күн бұрын
Solana
@ProgrammingwithKaranKharode
@ProgrammingwithKaranKharode Ай бұрын
Can you or someone please summarise the points in the video with links Unable to understand what he's saying, no offense, there should be some official captions
@ProgrammingwithKaranKharode
@ProgrammingwithKaranKharode Ай бұрын
I've added all the links in another comment so you can check that
@ProgrammingwithKaranKharode
@ProgrammingwithKaranKharode Ай бұрын
I've added all the links in another comment so you can check that
@ProgrammingwithKaranKharode
@ProgrammingwithKaranKharode Ай бұрын
My comment with the links was removed!
@herozero777
@herozero777 9 ай бұрын
Great video man
@yomanthunder
@yomanthunder Ай бұрын
Why don't people talk about rust by practice, is not good enough??
@Takatou__Yogiri
@Takatou__Yogiri Ай бұрын
But their crate doc sucks 90% of the time. Beginners can't even understand wt f is going on.
@REAZNx
@REAZNx 9 ай бұрын
Doing web servers in Rust ain’t it chief.
@jimbo5437
@jimbo5437 9 ай бұрын
Rust is so cringe
@wiillou
@wiillou 9 ай бұрын
why
@jimbo5437
@jimbo5437 9 ай бұрын
It's unnecessary, that's why. We are literally at the point where we have enough languages that can do what we need done catering to each task. Rust is just bloat.
@wiillou
@wiillou 9 ай бұрын
@@jimbo5437 not.. really? Rust does a lot of things that are completely unique from other languages and make a lot of sense. I mean, there's always going to be new languages that come out and I don't see how that's a bad thing, especially with the huge innovations they bring and how much most programmers love these more modern and Intelligently designed languages
@steveoc64
@steveoc64 9 ай бұрын
@@wiillouthere is not 1 single feature in Rust that is unique or new. It’s all been done before in other languages. Its sole purpose was to create a tool for rewriting 1 particular codebase (Firefox) from C++, with a tonne of concepts jammed in from older languages that solved some types of problems that Firefox found themselves in. That rewrite didn’t go so well either
@wiillou
@wiillou 9 ай бұрын
​@@steveoc64"not one single feature" I can think of a few from the top of my head - Borrow checker based around lifetimes (swift has a borrow checker but it is ARC based) - A compiler with detailed errors and hints that cover a lot of the errors you may see Also, taking inspiration from other languages is not a bad thing
The Vim Experience
45:19
Bog
Рет қаралды 173 М.
How I Became a Sea of Thieves Developer
8:05
Zyger
Рет қаралды 273 М.
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 100 МЛН
Why You Shouldn’t Build Your Next App in Rust
9:18
warpdotdev
Рет қаралды 99 М.
I Spent 18 Months Using Rust And Regret It
38:36
ThePrimeTime
Рет қаралды 442 М.
Be an Engineer, not a Frameworker
3:13
The Program One
Рет қаралды 11 М.
EASIEST Way to Fine-Tune a LLM and Use It With Ollama
5:18
warpdotdev
Рет қаралды 115 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,4 МЛН
Learning C++ by making a Game... in 1 Week?!
10:14
Floky
Рет қаралды 550 М.
why rust libraries may never exist.
7:26
Low Level
Рет қаралды 272 М.
Spotify Bricked The Car Thing, So I Hacked Mine
21:20
Dammit Jeff
Рет қаралды 1,7 МЛН
Why do developers hate Rust?
8:20
Let's Get Rusty
Рет қаралды 139 М.
Where is Rust being used?
11:46
Let's Get Rusty
Рет қаралды 117 М.