Rust for TypeScript Developers

  Рет қаралды 52,214

Andrew Burgess

Andrew Burgess

Жыл бұрын

Let me know in the comments if you want more "rust beginner" videos!
shaky.sh

Пікірлер: 174
@mk72v2oq
@mk72v2oq Жыл бұрын
Good code. Maybe worth mentioning that expect/unwrap is viable only for fast prototyping, but in production you should avoid panic. Even if the error is not recoverable. This is important because beginners may think that this is like an exception, but it is not. Panic actually crashes your program right away, Rust has no exceptions. Also minor tip: you can use inbuilt lines() instead of split(' '). As a bonus it also accounts different line endings (LF/CRLF).
@andrew-burgess
@andrew-burgess Жыл бұрын
That’s great to know, thanks!
@hc1770
@hc1770 Жыл бұрын
Didn't knew about lines() thanks for sharing!
@verified_tinker1818
@verified_tinker1818 Жыл бұрын
`expect()` should be avoided by libraries and apps that should never crash, like web servers, but it's fine in other applications; for example, games. Let's say you have a function that applies a force to objects that go off-screen to bring them back on-screen. It requests the window resource, which holds the screen dimensions. Theoretically, there could be no window-an app can be run without it-so the request returns an option, but your game requires a window, so if it returns `None` at that point, something has gone _very_ wrong. So, it's fine to use `expect()` here.
@climatechangedoesntbargain9140
@climatechangedoesntbargain9140 Жыл бұрын
@@verified_tinker1818 how much wrong is necessary to use expect?
@caerphoto
@caerphoto Жыл бұрын
@@climatechangedoesntbargain9140 there's no single answer to that, it really depends on the application and how important it is for it to not crash.
@shashydass4114
@shashydass4114 Жыл бұрын
Fantastic video - great idea to use AOC to show a small concrete example that you solve with a second part that the viewer can solve too. Using Typescript as a reference point of comparison to Rust works really well. Would definitely watch more videos like this.
@fallingseasy
@fallingseasy Жыл бұрын
Agreed!
@tmangner
@tmangner Жыл бұрын
Yes. I would love to see more of these!
@somerandomchannel382
@somerandomchannel382 Жыл бұрын
Is there any video wher you show how to setup rust and make it look that amazing like that?
@ViliamVadocz
@ViliamVadocz Жыл бұрын
I recommend configuring your language server (most likely rust-analyzer) to run cargo clippy instead of just cargo check. You'll get a ton of good hints regarding correctness, performance, and best-practices.
@adicandra9940
@adicandra9940 Жыл бұрын
Please do more of this. Your explanation is very intuitive. This is exactly what I'm looking for. Rust for Typescript devs
@adamdrake39
@adamdrake39 Жыл бұрын
As a casual rust learner with a bit of knowledge, these videos are nice to see because I know enough to follow along without getting lost. Also good to see someone go through the same learning path. Good luck!
@Matt23488
@Matt23488 Жыл бұрын
I'm also new to Rust and I'm absolutely loving the language. I made it about halfway in Advent of Code before I ran out of time (I got started late). But then I decided to jump into a rather large project with multiple interoperable components and I have learned an absolute ton. Futures with the Tokio runtime, procedural attribute macros, MPSC channels across thread boundaries... It's been a blast learning so much so fast. Rust is quickly becoming a contender for my favorite language.
@sneakytowelsuit
@sneakytowelsuit Жыл бұрын
This is exactly what I've been waiting for, been trying to learn Rust and there are definitely some hurdles as a primarily TS and Java dev. Please keep these coming, I'll be watching for sure!
@dimitrimitropoulos
@dimitrimitropoulos Жыл бұрын
ABSOLUTELY FANTASTIC of you to start doing this. keep it going!!
@MaybeBL1TZ
@MaybeBL1TZ Жыл бұрын
i was trying to learn Rust two months ago and i didn't find any single video that helped me more than this one thank you 🙌
@introvertsgo
@introvertsgo Жыл бұрын
Great video. I've been playing about with rust, but didn't grasp some of the concepts you've covered here until watching this. Very useful
@Nonsense116
@Nonsense116 Жыл бұрын
Great stuff! I spend my work day in typescript and I've been learning rust over the past month or so. I wish a video like this was out there when I started!
@DanelonNicolas
@DanelonNicolas Жыл бұрын
I love the video format. Also the way you explain things. Will subscribe hoping to see more like this one. Thanks!
@irlshrek
@irlshrek Жыл бұрын
love that youre doing this series!! I definitely want more Rust!
@csells99
@csells99 Жыл бұрын
Great explanation. I’ve spent time on my own learning Rust and you filled in a bunch of details. Thanks!
@dandcodes
@dandcodes Жыл бұрын
You're an excellent teacher, I'd love to see more Rust content on your channel!
@marcelarmada-castellon1863
@marcelarmada-castellon1863 Жыл бұрын
I study currently Rust and your video give a understandable lesson. Thanks man. I wait for more videos. ☺
@viridianite
@viridianite Жыл бұрын
Keep these videos coming, Andrew! I haven't touched Rust before so it's interesting to look at someone solving problems in it. I'm still surprised you don't have more subscribers because your videos are top-notch: Straight to the point, packed with information, good explanations, code is the focal point, etc.
@dvlden
@dvlden Жыл бұрын
Yes please. Keep it up. I like everything related to Rust and TypeScript, so feel free to record any videos on these topics. Good luck! ❤
@webhedz
@webhedz Жыл бұрын
Great video, I'd love to see more of these types of videos. I'm also looking to learn Rust this year.
@lucasa8710
@lucasa8710 Жыл бұрын
I loved it, very good content your ability to organize thoughts is amazing
@apidas
@apidas Жыл бұрын
I'm excited for your rust journey. you're really smart
@TheEuphoricism
@TheEuphoricism Жыл бұрын
I am a typescript guy -- did quite enjoy this, great explanations. Not sure how its 'for typescript developers' -- but it did get you on my feed, and a +1 to the subscriber count!
@mumk
@mumk Жыл бұрын
enjoyed it and subbed. Definitely learned a thing or two from this short video, keem em coming! cheers
@juanditoro8901
@juanditoro8901 Жыл бұрын
Really liked this video! Currently one day in learning rust, pretty excited for the next 😁
@otisrancko
@otisrancko Жыл бұрын
I liked the explanation of your Rust video. I wish I could get a full tutorial on how to get started with the language. Its a thumbs up!
@mluevanos
@mluevanos Жыл бұрын
As a TS developer, I like ths format, short and concise.
@SuperQuwertz
@SuperQuwertz Жыл бұрын
This video was so good. Please do more!
@loodinek
@loodinek Жыл бұрын
I enjoyed your video a lot. Looking forward to the next one.
@ynokenty
@ynokenty Жыл бұрын
Really great content here! Been eyeing Rust for a while, guess it's time to start learning it :)
@SilvestreVivo
@SilvestreVivo Жыл бұрын
I loved the content. Please more Rust videos like this!
@josephizang6187
@josephizang6187 Жыл бұрын
If you will teach rust like this, I am subscribed already. Wonderful explanation man.
@orlandofury
@orlandofury Жыл бұрын
thanks for the video!!! the format is great
@NoName-1337
@NoName-1337 Жыл бұрын
I like to see more of this kind of rust videos. It's very interesting.
@sscottarnoldorg
@sscottarnoldorg Жыл бұрын
PLEASE keep going with this series!!! x 10000000
@knowledgedose1956
@knowledgedose1956 Жыл бұрын
I totally agree
@dubble_cuppachino
@dubble_cuppachino Жыл бұрын
This is exactly the title I’ve been searching for
@wiseskeshom4673
@wiseskeshom4673 Жыл бұрын
Thanks for this great video, I'm learning TypeScript and also Rust is the next in my long list. Please do more video like this.
@AmitErandole
@AmitErandole Жыл бұрын
This is amazing. Please do a series
@hansschenker
@hansschenker Жыл бұрын
Very good presentation style! I like that you leave your personal camera on (buttom right round). As a watcher you have the feeling that you speak to me (while you just watch into your camera) and that is motivating. Rust is a functional language and strong typing. Syntax feels a bit "rusty"!
@returncode0000
@returncode0000 29 күн бұрын
Could you please do more rust videos? Your rust videos are fantastic, especially the traits explanation 🔥
@anandmt7459
@anandmt7459 Жыл бұрын
Extremely helpful. Thank you.
@chrisjames278
@chrisjames278 Жыл бұрын
Would be a cool series to explore rust. Something I would follow along with
@cg219
@cg219 Жыл бұрын
Holy snap Andrew Burgess!! I didn't know you had a KZbin channel. Blast from the past from the Envato days
@officemax3977
@officemax3977 Жыл бұрын
good stuff, I'm definitely interested! keep going
@MaxProgramming
@MaxProgramming Жыл бұрын
I had been waiting for this!
@EldorJ10
@EldorJ10 Жыл бұрын
Great video for me as a Dev who uses Typescript and wants to learn Rust.
@indylawi5021
@indylawi5021 Жыл бұрын
thx, great practical intro to Rust.
@SeanLazer
@SeanLazer Жыл бұрын
This is great stuff, subbed
@limitlesskode
@limitlesskode Жыл бұрын
You just intimidated me with your vim motions 😮
@mayassalman
@mayassalman 10 ай бұрын
Good work, please keep going 💯
@NoonKnite
@NoonKnite Жыл бұрын
thanks for your video. looking forward to more.
@FauzulChowdhury
@FauzulChowdhury Жыл бұрын
A good start to the channel. I would say since you lured the TypeScript people here you could do a more comprehensive explanation on how typescript would have done it. You did say in few places but also missed one or two. I will be following, and cheering for you. Good Luck
@jeanchindeko5477
@jeanchindeko5477 Жыл бұрын
Great video to motivate looking at Rust. Thanks
@keent
@keent Жыл бұрын
offtopic but cheezus krist that vim setup is so neat. Been using vscode my whole life and never considered vim as a primary editor. i think i'll try one soon.
@hello-AZIZUR
@hello-AZIZUR Жыл бұрын
It would be great to have a dedicated playlist of "Rust for TypeScript Developers"
@jgttech
@jgttech Жыл бұрын
I would love more things like this as I do not have a lot of time for Rust, at the moment and I feel like this is done in small enough bits and good enough expansions that I can absorb the information reasonably well.
@dolevgo8535
@dolevgo8535 Жыл бұрын
this is great, please keep this up!
@antonpegov2745
@antonpegov2745 Жыл бұрын
I like it s lot! Super easy to fallow ❤
@fardeenpanjwani-si7yv
@fardeenpanjwani-si7yv Жыл бұрын
Amazing video!! Love your neovim setup! Do you have a repo with your neovim/vim co fig?
@andrew-burgess
@andrew-burgess Жыл бұрын
Thanks! It’s pretty close to stock lunarvim. More details at shaky.sh/tools/
@matej2714
@matej2714 Жыл бұрын
great great great great great explanation!
@nirajkhatiwada6696
@nirajkhatiwada6696 Жыл бұрын
Good insight. Thanks.
@diogoanjos3160
@diogoanjos3160 Жыл бұрын
Really nice content, Andrew! Can you please also share your editor/IDE configs? I've found those quick suggestions/docs really helpful!
@andrew-burgess
@andrew-burgess Жыл бұрын
That’s part of the lunarvim configs! shaky.sh/tools/ But it should be part of any rust plugin for your editor.
@RyanBrown-jo7ze
@RyanBrown-jo7ze Жыл бұрын
This is so crazy I just typed in "Rust for Typescript developers" and Andrew has a video posted today.
@ExpDev69
@ExpDev69 Жыл бұрын
Rust really is a beauty
@pedro.balbino
@pedro.balbino Жыл бұрын
Great content! To help others following along, please include the keys currently being pressed while using Neovim.
@estranhokonsta
@estranhokonsta Жыл бұрын
That is specific to the editor (there are tons of them) and has little to do with the theme of the video. There are other videos about Neovim out there.
@muhrizqiardi
@muhrizqiardi Жыл бұрын
Please do more of this!
@Phildiculous
@Phildiculous Жыл бұрын
good explanation!
@andrefilipefonsecaborba4989
@andrefilipefonsecaborba4989 Жыл бұрын
Where I click to set up one thousand of likes?! Amazing video!!!
@itznukeey
@itznukeey Жыл бұрын
Wow this language looks so good, I'll have to try this once after exams lol
@bryson2662
@bryson2662 Жыл бұрын
keep em coming.
@SuperQuwertz
@SuperQuwertz Жыл бұрын
Please do a series: Rust for Tyepscript devs, where you allow viewers to transfert or at least use as much as possible of their Typescript knowledge to Rust
@gleweistam6663
@gleweistam6663 Жыл бұрын
Yes please keep them coming
@kma1138
@kma1138 Жыл бұрын
love it!
@Muaahaa
@Muaahaa Жыл бұрын
For your `map` method that parses the str to usize you could use `filter_map` instead of unwrapping and have something like: `filter_map(|row| row.parse().ok())`
@joaquimley
@joaquimley Жыл бұрын
Thanks for the video. I really liked your pace and the way you explained. A Small piece of feedback thought, it seems like we can hear some noise whenever you type (beyond the key presses) maybe you have your mic sitting at the table? It is a bit more noticeable with headphones. I'm saying this because I had that issue with the Blue Yeti, moving it to an arm with a shock mount sovled the issue.
@andrew-burgess
@andrew-burgess Жыл бұрын
Thanks for the feedback! I do have the yeti on an arm, but I should try adding the shock mount. Appreciate it!
@idiakosesunday3806
@idiakosesunday3806 Жыл бұрын
Defo want more
@iSaac-kp5lk
@iSaac-kp5lk 6 ай бұрын
I find that copilot really helps when learning a new language... Almost like training wheels...
@vandev_929
@vandev_929 Жыл бұрын
Keep it up!
@mikeriv9229
@mikeriv9229 Жыл бұрын
usize as a type is more for things like array/vector indices rather than just as a regular numeric type. It's 32 or 64 bits based on the system because that's how long memory addresses would be so it's meant to line up with that.
@andrew-burgess
@andrew-burgess Жыл бұрын
Ah, interesting! So what would you use as a numeric type?
@caerphoto
@caerphoto Жыл бұрын
@@andrew-burgess in this example usize fine, tbh. It's only when you need to think about performance, or are dealing with numbers bigger than 2 or 4 billion, or are developing for much more limited hardware (i.e. 16 or 8 bit) that you really need to think about it. And of course if you expect negative numbers, there's always isize.
@mikeriv9229
@mikeriv9229 Жыл бұрын
@@andrew-burgess u32 and i32 are the “default” int types, there's also 8, 16, and 64bit versions for when you need different sizes for optimization or whatever
@AlejandroSoNNoR
@AlejandroSoNNoR Жыл бұрын
Nice vid
@augnix888
@augnix888 Жыл бұрын
Nice video
@thiagobitten
@thiagobitten Жыл бұрын
Nice content.
@LinuxForLife
@LinuxForLife Жыл бұрын
Very interesting. Go on like this! Your little mistakes will feed our knowledge ... 😉😉😉 So nothing is lost for everyone! 😁😁😁
@lalpremi
@lalpremi Жыл бұрын
Thanks, 🙂
@vekaev
@vekaev Жыл бұрын
video is so good
@gnrsn9714
@gnrsn9714 Жыл бұрын
More pls 🙏🏻👏👏
@franklemanschik4862
@franklemanschik4862 Жыл бұрын
Looks great as long as you do not fall into the lisp macro hell and avoid them total your good to go i would advice you to play around with deno and v8 so you can run your rust code in a more modular fashion
@andrew-burgess
@andrew-burgess Жыл бұрын
Wait, I’m not sure I follow. What’s the connection between deno/v8 and rust?
@franklemanschik4862
@franklemanschik4862 Жыл бұрын
@@andrew-burgess deno is only a Rust Binding and Minimum runtime written in Rust for v8 so you can use IT Like lua to Connect your Rust modules to v8 and use Them with typescript
@diadetediotedio6918
@diadetediotedio6918 Жыл бұрын
There is no problem with macros in Rust at all, they can make the code writting easy and succint
@JavierHarford
@JavierHarford Жыл бұрын
Hello Mr.Burgess, can you share your awesome LSP setup? Wondering if your dotfiles are already out there. Everything looks so stable and my rust config feels a bit janky
@andrew-burgess
@andrew-burgess Жыл бұрын
Yeah, they’re all out there! See the link in the video description.
@uinz13
@uinz13 Жыл бұрын
nice editor 😊
@khairulhaaziq2332
@khairulhaaziq2332 Жыл бұрын
What editor are you using? Interested to know how you setup it
@andrew-burgess
@andrew-burgess Жыл бұрын
shaky.sh/tools/
@khairulhaaziq2332
@khairulhaaziq2332 Жыл бұрын
@@andrew-burgess thank you!
@killymxi
@killymxi Жыл бұрын
One unexplained jump was how the `parse` function works. Does it infer the type to parse from context?
@andrew-burgess
@andrew-burgess Жыл бұрын
Great question! I’ve got a video all about this coming out in about an hour!
@eyesight2073
@eyesight2073 Жыл бұрын
Which editor? Vim?emacs? Looks nice....
@andrew-burgess
@andrew-burgess Жыл бұрын
Neovim! Details here: shaky.sh/tools/
@ErenYagdran
@ErenYagdran Жыл бұрын
GO GO GO
@LielAlmog
@LielAlmog Жыл бұрын
Hi guys, What is this IDE it looks awesome. Can you make a video about configuring it like this?
@andrew-burgess
@andrew-burgess Жыл бұрын
It’s neovim with lunarvim configs! Check the description for a link to the setup!
@souravdhar2621
@souravdhar2621 Жыл бұрын
I absolutely love this type of content
@naranyala_dev
@naranyala_dev Жыл бұрын
awesome, more rust code please
@enkioki
@enkioki Жыл бұрын
What editor are you using?
@andrew-burgess
@andrew-burgess Жыл бұрын
Neovim! More details at the link in the description.
@Luxcium
@Luxcium Жыл бұрын
Some people are wizards… other are just superhero… and then we have people like Andrew Burgess who looks like they are working as a journalist for the Daily Planet.
@Luxcium
@Luxcium Жыл бұрын
I am not a TypeScript superhero, just someone who is also kind’a learning Rust!!!
@RyanWaite28
@RyanWaite28 Жыл бұрын
Hi. How was this video recorded? (camera, microphone, etc)
@andrew-burgess
@andrew-burgess Жыл бұрын
iPhone 14 and blue yeti, using QuickTime and OBS.
@RyanWaite28
@RyanWaite28 Жыл бұрын
@@andrew-burgess Thanks! and great video btw! This video quality with just an iPhone?
@forinda
@forinda Жыл бұрын
Which editor are you using
@andrew-burgess
@andrew-burgess Жыл бұрын
Neovim. Link in the description for the details.
@shecodes94623
@shecodes94623 Жыл бұрын
Which code editor are you using?
@andrew-burgess
@andrew-burgess Жыл бұрын
Neovim! More info at the link in the description.
Implementing Rust Traits
12:19
Andrew Burgess
Рет қаралды 13 М.
Rust for TypeScript Developers by ThePrimeagen | Preview
14:59
Frontend Masters
Рет қаралды 96 М.
Why i think C++ is better than rust
32:48
ThePrimeTime
Рет қаралды 273 М.
will i never understand this? unknown.
12:05
Andrew Burgess
Рет қаралды 3,1 М.
Rust for TypeScript devs : Borrow Checker
8:49
ThePrimeagen
Рет қаралды 214 М.
this regex identifies prime numbers (reaction)
10:23
Andrew Burgess
Рет қаралды 113 М.
Why JavaScript Devs are Switching to Rust in 2024
10:35
warpdotdev
Рет қаралды 247 М.
The TRUTH About TypeScript Enums
12:04
James Q Quick
Рет қаралды 5 М.
Ryan Dahl introduces JSR at DevWorld 2024
29:13
Deno
Рет қаралды 98 М.
how to get better at typescript (feat. kysely)
16:57
Andrew Burgess
Рет қаралды 7 М.
Why Does Scrum Make Programmers HATE Coding?
16:14
Thriving Technologist
Рет қаралды 493 М.
The Truth about Rust/WebAssembly Performance
29:47
Greg Johnston
Рет қаралды 172 М.
Gizli Apple Watch Özelliği😱
0:14
Safak Novruz
Рет қаралды 2,7 МЛН
📦Он вам не медведь! Обзор FlyingBear S1
18:26
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 46 МЛН
AI от Apple - ОБЪЯСНЯЕМ
24:19
Droider
Рет қаралды 130 М.
Apple watch hidden camera
0:34
_vector_
Рет қаралды 65 МЛН