Rust Programming Full Course | Learn ⚙️ in 2024 |

  Рет қаралды 157,446

Bek Brace

Bek Brace

Күн бұрын

Пікірлер: 336
@jztr404
@jztr404 2 ай бұрын
I don’t often leave KZbin comments but had to on this one. That was a fantastic course! I was struggling with just the Rust Book and Rustlings but this video has single handedly made everything click in my mind. I can now go back to those resources with a better understanding. You were clear, concise, and speak so calmly. The pace was perfect for learning such a complex topic. Highly underrated video and I would recommend to anyone getting started in Rust!
@BekBrace
@BekBrace 2 ай бұрын
Wow! Thank you so much for your kind words and encouragement 🙏🙂 It means a lot to hear that you found the course useful-honestly, that's the greatest reward any content creator could ask for!
@MarcusHCrawford
@MarcusHCrawford 4 ай бұрын
You have my subscription. And some coffee change. I don’t have a lot of money, but I do think you deserve something for your time. Thanks for keeping quality education free. We, as students, and educators, should always have three kinds of people in our lives: People above us - from whom we can learn. People on the same level - with whom we can practice. People just starting out - upon whom we can bestow our knowledge to better cement it in our minds.
@BekBrace
@BekBrace 4 ай бұрын
Oh Thank you very much for the Super Thanks Tip 🙂🙏 And for your kind words, those sincère words make a meaning to what I'm doing and remind me to continue to do it for free - I really thank you my friend 🙏
@jp.gaviria
@jp.gaviria 4 ай бұрын
This people here are the real MVP community supporters 👍
@bacccrful
@bacccrful 8 ай бұрын
Thanks!
@BekBrace
@BekBrace 7 ай бұрын
Oh, Thank you so much, Vasily for your kindness 🙏😊
@waelmohameddd
@waelmohameddd 6 ай бұрын
I like it when I see others appreciate the effort of creators - GREAT!!
@waelmohameddd
@waelmohameddd 7 ай бұрын
3 hours free course with HQ content !!! Amazing, thank you so osmuch Amir !!
@BekBrace
@BekBrace 7 ай бұрын
Glad you enjoy it!
@VEKTOR_87
@VEKTOR_87 4 ай бұрын
Thanks for making this amazing video so that we all can learn rust :)
@BekBrace
@BekBrace 4 ай бұрын
Oh thank you very much for this my friend 🙏🙂
@novanector-y4x
@novanector-y4x Ай бұрын
00:05 - Rust is a systems programming language used for building operating systems and game engines. 02:33 - Rust balances speed, safety, concurrency, and portability. 07:27 - Install Rust programming language on your local machine 09:51 - Creating and running a simple Rust program 15:03 - Manual files in Rust programming require compiling using the rust compiler after each change 17:32 - Explaining data types i32 and U 22:52 - Introduction to Rust Programming Data Types 25:34 - Declaring an array of integers in Rust with specified data type and size. 30:03 - Defining variables with specific data types in Rust 32:40 - Introduction to compound data types in Rust 37:43 - Strings in Rust are mutable and owned 39:52 - Understanding mutable and immutable data types in Rust programming 44:59 - Understanding the scope and allocation of memory in Rust programming. 47:16 - Function declaration in Rust 51:45 - Defining and using function parameters and return values in Rust 54:07 - Expressions vs Statements in Rust 58:56 - Functions in Rust can return values with specified data types. 1:01:24 - The video covers expressions, statements, and function definitions in Rust programming. 1:06:14 - Rust solves memory management issues with ownership 1:08:05 - Rust ensures memory safety and efficiency 1:12:31 - Transferring ownership of strings in Rust 1:14:48 - Understanding Borrowing and References in Rust 1:19:08 - Understanding mutable references in Rust 1:21:17 - Rust allows one mutable reference or multiple immutable references to a value. 1:26:42 - Variables in Rust are immutable by default 1:28:49 - Immutable variables in Rust need to be made mutable using 'mut' keyword for reassignments. 1:33:32 - Understanding Rust constants and immutability. 1:36:01 - Learn about constants and shadowing in Rust programming. 1:40:58 - Shadowing in Rust allows creating a new variable with the same name, overshadowing the first one. 1:43:29 - Immutable variable and shadowing in Rust 1:48:04 - Learn to comment in Rust using single and block comments 1:50:23 - Understanding If-Else conditions in Rust 1:55:17 - Using if statement for conditional assignment 1:57:43 - Rust provides three types of Loops: loop, while, and for Loop 2:02:13 - Understanding break and continue statements in nested loops 2:04:36 - Understanding conditional loops with 'while' in Rust 2:09:35 - Struct in Rust allows for named fields which make it more flexible. 2:11:58 - Creating and instantiating different variants of a struct in Rust 2:17:07 - Creating instances from other instances in Rust 2:19:29 - Understanding and creating different structs and Unit like struct in Rust. 2:24:04 - Using enums as parameters in functions 2:26:25 - Creating and using structs in Rust for storing data 2:31:21 - Enhanced enums for error handling 2:33:40 - Understanding Option and Result types in Rust 2:38:34 - Demonstrating error handling in Rust programming 2:41:06 - Rust collection types: vectors, utf8, and hashmaps 2:45:23 - Understanding snake case and camel case 2:47:34 - Creating and manipulating vectors in Rust 2:52:24 - Understanding UTF8 encoding and string types in Rust 2:54:44 - Creating and manipulating strings in Rust 2:59:31 - Understand utf8 strings and Hash Maps in Rust 3:02:02 - Creating and manipulating hash maps in Rust
@itsme8419
@itsme8419 Ай бұрын
did you automate this?
@HansOspina
@HansOspina Ай бұрын
Thanks!
@BekBrace
@BekBrace Ай бұрын
Thank You very much for this Super thanks 🙂🙏
@wattsfield1889
@wattsfield1889 2 ай бұрын
Nice job!
@BekBrace
@BekBrace 2 ай бұрын
Thank You so much for the Super Thanks 🙏🙏🙏
@BekBrace
@BekBrace 7 ай бұрын
Thank you very much my friends for your support and kind comments🎉🥳🙏 That motivates me to make more courses like this 😊🙏 In 33:42 I meant Con-TIG-uous and not contagious - I apologize for the pronunciation confusion.
@waelmohameddd
@waelmohameddd 7 ай бұрын
Thank you, Amir, for time effort and material
@jostasizzi818
@jostasizzi818 7 ай бұрын
Yes sir
@EngrMdFerdousAlam
@EngrMdFerdousAlam 3 ай бұрын
❤❤❤/8;8;;;. Bb'. 😂 bjjh​@@waelmohameddd
@prayer4675
@prayer4675 6 ай бұрын
I like this course very much. It's comprehensive. The voice is clear and talking in a good tempo.
@BekBrace
@BekBrace 6 ай бұрын
Thank you very much my friend
@Bicara
@Bicara 2 ай бұрын
This is my first time using Rust - previously I worked with JS, Python, and Java. After finishing this course, I gained a basic understanding and was able to create a production web API application using Axum 😆
@BekBrace
@BekBrace 2 ай бұрын
Good to hear !
@RobiulHossain-f2k
@RobiulHossain-f2k 6 ай бұрын
Most Clear, Short and Concise Rust Explanation I found.
@BekBrace
@BekBrace 6 ай бұрын
@@RobiulHossain-f2k Thank you very much, dear friend
@YurijVolkov
@YurijVolkov 3 ай бұрын
That's a great voice for tutorial videos. Mild and calm. Nice.
@BekBrace
@BekBrace 3 ай бұрын
Thank you very much my friend 🙏
2 ай бұрын
Super good course Amir and very solid sound engineering. Boomy voice, soft non-interrupting low volume keyboard sound in the back and low volume white noise. Just superb 👌
@BekBrace
@BekBrace 2 ай бұрын
Thank you very much for your kind words and appreciation for the humble effort I make - one couldn't ask for more reward, my friend
@PraveenKumar-os3uj
@PraveenKumar-os3uj 7 ай бұрын
Looking forward to more learning. Thank you very much friend!
@BekBrace
@BekBrace 7 ай бұрын
Thank you for watching and supporting, your feedback is valuable!
@charlodev482
@charlodev482 Ай бұрын
You're Rust Lang course is amazing. Thank you so much Amir!
@BekBrace
@BekBrace Ай бұрын
@@charlodev482 Thank you very much 😊 If any questions, don't hesitate
@big6226
@big6226 7 ай бұрын
Wow, Thank you so much for your teaching.
@BekBrace
@BekBrace 7 ай бұрын
You're very welcome my friend
@mustys
@mustys 3 ай бұрын
Thanks for this! I got a kick out of you taking that turn from animals to stone cold back in Chapter 2
@BekBrace
@BekBrace 3 ай бұрын
@@mustys 😄
@nullPointer0x0
@nullPointer0x0 3 ай бұрын
Awesome and gentle introduction to Rust. Subscribed. Thanks.
@BekBrace
@BekBrace 3 ай бұрын
Thank you very much, my friend, and I hope it won't be the last tutorial you enjoy on the channel - let me know if you need anything.
@kdmtv8188
@kdmtv8188 7 ай бұрын
You're a good teacher sir
@BekBrace
@BekBrace 7 ай бұрын
Thank you my friend
@MPAXEL
@MPAXEL 8 ай бұрын
opaaaa yala bina !!! CANT WAIT ! man you're the master of Django on YT, you deserve at least 200K subs !
@BekBrace
@BekBrace 8 ай бұрын
Thank you 🙌
@ArabCode-01
@ArabCode-01 3 ай бұрын
عاااااااااااااااااااااش يا أمير أقسم بالله بجد عاش والانجليزى بتاعك بسم الله اللهم بارك ربنا يزيدك يا رب
@BekBrace
@BekBrace 3 ай бұрын
@@ArabCode-01 حبيبي ربنا يكرمك يارب، تسلم عالكلام الجميل ده 😊
@ArabCode-01
@ArabCode-01 3 ай бұрын
@@BekBrace أتعلمت الانجليزى فين بعد أذنك واى رايك حضرتك لو أتعلمت rust ليها شغل فى مصر لخبره واحد فريش
@BekBrace
@BekBrace 3 ай бұрын
اتعلمت من ٣٣ سنة 😊 Rust من أعلي اللغات اجرا انصحك بشدة تعلمها سواء للعمل في مصر أو خارج مصر. بالتوفيق يا صديقي.
@ArabCode-01
@ArabCode-01 3 ай бұрын
@@BekBrace جزاك الله كل خير
@YinzHD
@YinzHD 7 ай бұрын
Very nice Bek! Amazing video, I always wanted to learn some rust! And thanks for using Safira Theme at the end!
@BekBrace
@BekBrace 7 ай бұрын
You're very welcome, brother 😊 It's a pleasure using your Safira theme 👍
@DreamingWithEyesWide
@DreamingWithEyesWide 5 ай бұрын
Amazing course, thanks so much! You are so clear and easy to understand. I particularly like how you assume zero knowledge of anything, which is sooo helpful if there are certain concepts that I don't know that well. Also, I love the format of understanding a book via video demo, which works well for people like me who prefer videos for learning programming.
@BekBrace
@BekBrace 5 ай бұрын
@@DreamingWithEyesWide Thank you very very much for the feedback and comment my friend, and I'm glad I could bring a value to you through that course 🙂
@typhoonbbLong
@typhoonbbLong 20 күн бұрын
what is the code font , I like that
@BekBrace
@BekBrace 20 күн бұрын
Caskadiya Cove
@smth-utau
@smth-utau 4 ай бұрын
Man you are a fricking good person i really understand your course. Thanks for explaining
@BekBrace
@BekBrace 4 ай бұрын
Thank you very much brother 😊
@kushdhingra
@kushdhingra 3 ай бұрын
One of the best course I have ever seen, really really awesome
@BekBrace
@BekBrace 3 ай бұрын
Thank you very much my friend for those kind words
@techthief3278
@techthief3278 7 ай бұрын
Thank God! I finally found one perfect tutorial to get start my Rust Journey :)
@BekBrace
@BekBrace 7 ай бұрын
Thank you so much and happy learning 🙏🙂
@TigerByteID
@TigerByteID 7 ай бұрын
Thanks, found this video through dev article
@BekBrace
@BekBrace 7 ай бұрын
Awesome 👍
@kiranravi-k9p
@kiranravi-k9p 7 ай бұрын
Awsome 🎉
@JustAnotherSomeoneElse
@JustAnotherSomeoneElse 5 ай бұрын
+1 like and sub… ABSOLUTELY AMAZING. Thank you for sharing this knowledge with us. I want to join your Patreon community as soon as I have spare cash. Thank those so much Bek, the world needs more like you
@BekBrace
@BekBrace 5 ай бұрын
Thank you very much for your kind words 🙂 It's because of students and friends like you that I am motivated to create more useful materials for the community. As far as Patreon, don't even worry about that, your moral support is more than enough my friend
@Brakolli
@Brakolli 20 күн бұрын
you should make more!!!!!!! this is the only tutorial i saw on this youtube. i wanna learn this after javascript
@alexanderzikal7244
@alexanderzikal7244 8 ай бұрын
Thank You very much!!!
@BekBrace
@BekBrace 8 ай бұрын
Cheers
@muhammadwaleed2406
@muhammadwaleed2406 7 ай бұрын
I will surely complete this in summer vacations. Thanks in advance bro ❤
@BekBrace
@BekBrace 7 ай бұрын
You're very welcome, brother 😊
@jefersonemanueloliveira5547
@jefersonemanueloliveira5547 Ай бұрын
Excellent course, thank you very much!
@BekBrace
@BekBrace Ай бұрын
@@jefersonemanueloliveira5547 🙏
@jamhil1984
@jamhil1984 2 күн бұрын
Great course.. thanks
@BekBrace
@BekBrace 2 күн бұрын
Thank you 😊
@2005Azm
@2005Azm 7 ай бұрын
Thank you so much for such a fantastic tutorial
@BekBrace
@BekBrace 7 ай бұрын
You are very welcome, my friend 🙏🙂
@davidecrestini1481
@davidecrestini1481 7 ай бұрын
Amazing course man!
@BekBrace
@BekBrace 7 ай бұрын
Cheers dude!
@adityasoni9020
@adityasoni9020 7 ай бұрын
with your humble voice. I am going to learn the core concepts from your video btw came from the dev article..🤗
@BekBrace
@BekBrace 7 ай бұрын
Thank you so much my friend and welcome to the channel, consider it yours 🙏😊
@mardrake2011
@mardrake2011 4 ай бұрын
Огромный труд, спасибо)
@BekBrace
@BekBrace 4 ай бұрын
Пожалуйста))
@danielflorea3001
@danielflorea3001 3 ай бұрын
Very practical. Easy to apply in real life cases
@BekBrace
@BekBrace 3 ай бұрын
@@danielflorea3001 Thank you for watching and commenting 🙏😊
@BryanAbbott-cz7cl
@BryanAbbott-cz7cl 5 ай бұрын
This helped a ton. Thank you!
@BekBrace
@BekBrace 5 ай бұрын
You're very welcome
@Krullfath
@Krullfath 3 ай бұрын
Appreciate this Course on Rust, barely any KZbin videos on Rust compared to other languages...
@Krullfath
@Krullfath 3 ай бұрын
More Rust content is always welcome and appreciated btw!
@BekBrace
@BekBrace 3 ай бұрын
Thank you for your words. I am preparing an advanced course on Rust portraying some tough concepts to wrap your head around. Hopefully soon it will see the light.
@raksharnagate
@raksharnagate 6 ай бұрын
I finally dare to learn Rust after watching your video for the first two minutes 😀
@BekBrace
@BekBrace 6 ай бұрын
@@raksharnagate This is incredibly rewarding for me ❤️🙏
@KP_100
@KP_100 14 күн бұрын
@1:23:53 what is the use of impl ? is it necessary to declare function inside impl structure_name ? and account.withdraw(45.5), you have declared one variable , please explain this. I am not familiar with c++. Is it required to understand c++ before watching this ?
@BekBrace
@BekBrace 14 күн бұрын
I never touched c++ in my whole life as well 😊 In Rust, impl is used to define methods and associated functions for a struct, enum, or trait. ( I have a separate video explaining impl ) It allows you to implement functionality, such as adding behavior to your types or fulfilling the requirements of a trait
@johnmahugu3527
@johnmahugu3527 6 ай бұрын
thank you from Kenya
@BekBrace
@BekBrace 6 ай бұрын
You're very welcome, brother
@cipanmandul
@cipanmandul 6 ай бұрын
Good job! and Thank you so much for this high quality tutorial.
@BekBrace
@BekBrace 6 ай бұрын
@@cipanmandul Thank you very much 😊🙏
@ciardoo
@ciardoo 4 ай бұрын
this tutorial is so well made and good, the best rust tutorial in youtube, h thank you so muc, you're so cool and a kind person to put all this knowledge
@BekBrace
@BekBrace 4 ай бұрын
@@ciardoo this is very kind of you my friend 🙏🙂
@babatona
@babatona 5 ай бұрын
Really great course!
@BekBrace
@BekBrace 5 ай бұрын
Thanks a lot 🙏
@CPUInfo-vs5dr
@CPUInfo-vs5dr 7 ай бұрын
Thank you so much Amir, it was a awesome course!!!! Also your shell terminal looks cool. The history auto-complete and the look and feel. Can you share your configuration files and the software you use for the terminal
@BekBrace
@BekBrace 7 ай бұрын
Thank you very much 🙏🙂 There is a walkthrough video on the channel where I showed how to customize your Powershell and you'll find a gist link to the configuration 😊
@Memose2
@Memose2 4 ай бұрын
Hy amir thanks for the tutorial men!!❤
@BekBrace
@BekBrace 4 ай бұрын
Thank you for watching 🤗
@ahmadalastal5303
@ahmadalastal5303 17 күн бұрын
I am a C++ developer with 5+ years of experience, and I like this course very much, Thank you for this organized content and step by step teaching.
@BekBrace
@BekBrace 17 күн бұрын
@@ahmadalastal5303 Thank you Ahmed, you're welcome my friend
@astrakernel
@astrakernel 7 ай бұрын
10:27 i don't think main( ) function can accept parameters 11:06 `println!` is not a function, it is macro
@BekBrace
@BekBrace 7 ай бұрын
Yes that's correct, inspector 🙂 - I should be more careful
@astrakernel
@astrakernel 7 ай бұрын
@@BekBrace didn't mean to offend you. I recommend rust related courses to people. I didn't want inaccuracy. Anyway, Good work. Rust needs more content creators 👏
@BekBrace
@BekBrace 7 ай бұрын
@astrakernel Not at all my friend, I appreciate your remark, I'm editing even the video to remove both parts because I don't want to spread false info. THANK YOU 🙏
@massimilianogilli1164
@massimilianogilli1164 2 ай бұрын
Is that powershell? What's that theme?
@SillyFoxDev
@SillyFoxDev 5 ай бұрын
amazing course! thanks
@BekBrace
@BekBrace 5 ай бұрын
Thank you 🙏
@chocoblan4288
@chocoblan4288 8 ай бұрын
Thank You 🥰🥰🥰
@BekBrace
@BekBrace 8 ай бұрын
You're welcome, friend 😊
@uyioduware693
@uyioduware693 2 ай бұрын
This video is amazing... ❤
@BekBrace
@BekBrace 2 ай бұрын
@@uyioduware693 Glad you found value in the course ❤️🙏
@RahulYadav-dd7qe
@RahulYadav-dd7qe 7 ай бұрын
Appreciate the tutorial. Was a great watch!
@RahulYadav-dd7qe
@RahulYadav-dd7qe 7 ай бұрын
I don't remember correctly, but just some minutes back I commented something bad on another video of yours due to music. I see that problem has been fixed. Cheers mate! Beers on me if you ever come to India!
@BekBrace
@BekBrace 7 ай бұрын
Cheers brother 🍻
@BekBrace
@BekBrace 7 ай бұрын
Thank you so much 🙏
@李文-n1w
@李文-n1w Ай бұрын
what your pwsh tools?
@chrissherlock1748
@chrissherlock1748 2 ай бұрын
Love this
@BekBrace
@BekBrace 2 ай бұрын
@@chrissherlock1748 glad to hear
@seandougherty3022
@seandougherty3022 23 күн бұрын
that was fun, thanks. now to read the book. :)
@BekBrace
@BekBrace 23 күн бұрын
@@seandougherty3022 thanks 🙏 you have to read the book, it's very well written and fun to read tbh :)
@hammertime666
@hammertime666 7 ай бұрын
This is a great course. Thanks very mch
@BekBrace
@BekBrace 7 ай бұрын
hank you very much my friend 🙂
@yanchenchen4467
@yanchenchen4467 7 ай бұрын
Thanks, and what is your theme?
@BekBrace
@BekBrace 7 ай бұрын
Thank you my friend, this is called JellyFish
@yanchenchen4467
@yanchenchen4467 7 ай бұрын
@@BekBrace Sorry to bother my friend again, I tried JellyFish, but it no the theme in "Chapter 0 Write first Rust program". I'm glad to hear from you.
@BekBrace
@BekBrace 7 ай бұрын
@@yanchenchen4467 chapter 0 not jellyfish that's correct, tbh i don't remember but maybe that's either Safira theme or Vim dark theme
@gman8361
@gman8361 3 ай бұрын
@@BekBrace That looks like Atom One Dark. I could be mistaken
@B-GAMESSS
@B-GAMESSS 8 ай бұрын
let's goooooooooooooooo
@BekBrace
@BekBrace 8 ай бұрын
Cheers
@JuanK-m8h
@JuanK-m8h 2 ай бұрын
Thx so much, it's the best programming language that I have ever done! 😍
@BekBrace
@BekBrace 2 ай бұрын
Happy to hear that!
@vam..developer
@vam..developer 7 ай бұрын
I was finding a rust course finally i got 😀
@BekBrace
@BekBrace 7 ай бұрын
Awesome 👍 Enjoy 🙂
@vam..developer
@vam..developer 7 ай бұрын
@@BekBrace Can You Make A Long Video Of Rust like for 6-10hours to explain the advance topics of rust and making some projects also ?
@BekBrace
@BekBrace 7 ай бұрын
Of course, but not immediately 😁 that takes a lot of work and time. But the next course is an advanced course for Rust. Projects are to be in a separate video
@harisahmad427
@harisahmad427 Ай бұрын
Hi Amir, Awesome tutorial! Many thanks for such high quality content. Can I ask what themes and icon pack you are using for both vs code and terminal?
@BekBrace
@BekBrace Ай бұрын
@@harisahmad427 Thanks Haris, appreciate your kind words. Frankly I don't remember, but I'd say Jellyfish theme for the most part. As far as the terminal, that's ohmypwsh extension with Node theme if I'm not mistaken
@jhanink
@jhanink 4 ай бұрын
What Editor FONT is that? looks good.
@BekBrace
@BekBrace 4 ай бұрын
Thanks 👍 This is Caskadiya Cove Font
@abdulrahman-elsmmany
@abdulrahman-elsmmany 4 ай бұрын
Thank you so much for this video! Your explanation are incredibly clear, and i've enjoyed every minute of it. By the away, i'm also from Egypt, from menofia 😊❤
@BekBrace
@BekBrace 4 ай бұрын
@@abdulrahman-elsmmany شكرا حبيبي و بالتوفيق دائما
@ClarAub777
@ClarAub777 6 ай бұрын
Thank you so much ❤🙏🏻
@BekBrace
@BekBrace 6 ай бұрын
Glad I could help ☺️
@Fullflexno
@Fullflexno 7 ай бұрын
Thank you man!
@BekBrace
@BekBrace 7 ай бұрын
You're very welcome
@CodeMan-t2c
@CodeMan-t2c 5 ай бұрын
do you suggest book or a course to get deep dive in rust
@BekBrace
@BekBrace 5 ай бұрын
I've misread your message 😊 Short answer: Book for the win ( free Rust book online, don't waste your money ) Long answer: Boooooooooooook 😁
@CodeMan-t2c
@CodeMan-t2c 5 ай бұрын
@@BekBrace 😁
@Denvercoder
@Denvercoder 3 ай бұрын
33:42 - Do you mean Con-TIG-uous? Cause it sounded like you said “Contagious” which means communicable.
@BekBrace
@BekBrace 3 ай бұрын
That's right, and I apologize for the pronunciation confusion.
@Denvercoder
@Denvercoder 3 ай бұрын
@@BekBrace Thanks for the videos. I'm embarking on some new projects and decided to try Rust.
@BekBrace
@BekBrace 3 ай бұрын
I have this weird relation with Rust, I love it and hate it at the same time; can't stand it but can't live without it 😆
@DanielPromise-m77
@DanielPromise-m77 Ай бұрын
1:55:15 but number % 2, will also equal zero. Why did it only print for number % 3?
@cleric4933
@cleric4933 5 ай бұрын
Thank you so much for this video / series. Quick question. I am around 23:00 Why are we passing in variables like THIS: println! ("Is it snowing ? {}", is_snowing); as opposed to THIS: println!("Is it snowing ? {is_snowing}"; Is it an ownership thing?
@kazeembalogun7182
@kazeembalogun7182 4 ай бұрын
old and new conventions.
@RickoDeSea
@RickoDeSea 4 ай бұрын
Dude, what editor, what font and what theme? It looks good!
@BekBrace
@BekBrace 4 ай бұрын
Vscode Caskadiya Cove Jellyfish
@syntaxandRender
@syntaxandRender 7 ай бұрын
What vs code theme are you using?
@BekBrace
@BekBrace 7 ай бұрын
Where exactly ? I have changed them, but at the beginning that's jellyfish, and next that's safira
@subhamdas88
@subhamdas88 7 ай бұрын
Which powershell it is?
@BekBrace
@BekBrace 7 ай бұрын
PowerShell 😊 Take a look at a walkthrough video on the channel where I showed how to customize it. Just type in KZbin: Bek brace PowerShell 😊
@feyroozcode
@feyroozcode 4 ай бұрын
Thamk you Amir
@BekBrace
@BekBrace 4 ай бұрын
You're welcome, Ibrahim
@NishaRohilla-oi7cj
@NishaRohilla-oi7cj 7 ай бұрын
Thank you Sir
@BekBrace
@BekBrace 7 ай бұрын
You're welcome my friend 🙏
@abdiomarcaabi8681
@abdiomarcaabi8681 7 ай бұрын
underrated video, hopefully it gets the recognition it deserves.
@BekBrace
@BekBrace 7 ай бұрын
Thank you very much 🙏😊
@tube-rp1nb
@tube-rp1nb 4 ай бұрын
all i can say is amazing i am new to rust but now i am a junior on rust . i am mern stack developer but i want rust for side project. i like "don't trust AI 😀"
@BekBrace
@BekBrace 4 ай бұрын
@@tube-rp1nb awesome my friend 🙏🙂 yes definitely, never trust AI 😉
@seymores
@seymores 7 ай бұрын
Very good, thank you
@BekBrace
@BekBrace 7 ай бұрын
You're very welcome
@egyptionfalcon980
@egyptionfalcon980 5 ай бұрын
Very good ❤❤
@BekBrace
@BekBrace 5 ай бұрын
@@egyptionfalcon980 shukran Habibi 🙏
@callmezorkkk
@callmezorkkk 5 ай бұрын
what font do u use for vscode?
@BekBrace
@BekBrace 5 ай бұрын
Caskadiya
@sushantlokhande930
@sushantlokhande930 4 ай бұрын
Hi, I am curious which tool are you using in command prompt, that’s providing list of commands from history?
@BekBrace
@BekBrace 4 ай бұрын
That's PSReadLine for Autocompletion - Check out my customize powershell video on the channel, you will find it at Minute 23:46 Install PSReadLine - Autocompletion
@sushantlokhande930
@sushantlokhande930 4 ай бұрын
Thanks a lot @@BekBrace
@Rover-x2l
@Rover-x2l 4 күн бұрын
None of the Rust installers for Mac are digitally signed. So how to trust them as safe from tampering as they are downloaded from mirror sites out of US and cloudfront distributions.
@caiocouto3450
@caiocouto3450 2 ай бұрын
I know recently you posted you have put the channel on standby, but I need to compliment your work. As a C programmer, every Rust tutorial I have tried to watch treats the viewer as new to programming, this bothers me a lot. Your video, on the other hand, is pretty good for both audiences: the new and the experienced programmer. Of course the experienced programmer will understand the concepts more easily, but even to the new ones, this video presents good research starting points.
@BekBrace
@BekBrace 2 ай бұрын
@@caiocouto3450 Thank you very much for your compliment and constructive feedback. The channel is currently off but I will deliver a tutorial that was recorded a week ago + GO full course that's composed of 21 chapters. Glad to read your comments and feedback always 🙏
@prettylullaby82
@prettylullaby82 4 ай бұрын
thank you!
@BekBrace
@BekBrace 4 ай бұрын
You're welcome
@YuryD-u6s
@YuryD-u6s 3 ай бұрын
Great tutorial! I like sound your keyboard. Sounds very familiar…
@BekBrace
@BekBrace 3 ай бұрын
Thank you 🙏 Keyboard is Redragon Gloria Pro
@eliuddyn
@eliuddyn 29 күн бұрын
Amazing 🦀🦀
@BekBrace
@BekBrace 29 күн бұрын
@@eliuddyn Thank you 🙏🙂
@braulioaguilar8545
@braulioaguilar8545 4 ай бұрын
Thank you for sharing, I am learning Rust - From Mexico. What extension are you using for Rust coding?
@BekBrace
@BekBrace 4 ай бұрын
Thanks for your kind words. Just Rust main extension.
@raultelo3973
@raultelo3973 13 күн бұрын
1:17:32 What do you mean X will not exist anymore? I can call it after the statements 😢
@toreearaiza
@toreearaiza 2 ай бұрын
Thank you so much for this amazing video! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@keklamo1485
@keklamo1485 3 ай бұрын
what font do you use?
@BekBrace
@BekBrace 3 ай бұрын
Caskadiya Cove Font
@gemstonesagate
@gemstonesagate 5 ай бұрын
Thank you very much for Teaching.
@BekBrace
@BekBrace 5 ай бұрын
🙏🙏🙏
@2u841r
@2u841r 2 ай бұрын
Github repo link not in description 🥲
@cariyaputta
@cariyaputta 7 ай бұрын
Thanks.
@BekBrace
@BekBrace 7 ай бұрын
Cheers my friend
@TasteDrive0
@TasteDrive0 7 ай бұрын
Dev article
@BekBrace
@BekBrace 7 ай бұрын
Welcome, my friend 😊
@FFGAMING-dr4dh
@FFGAMING-dr4dh 3 ай бұрын
can u make a video on how to get suggestions on terminal on windows pls
@BekBrace
@BekBrace 3 ай бұрын
There is already a video on the channel called: Customize your PowerShell - you will find it all there
@FFGAMING-dr4dh
@FFGAMING-dr4dh 3 ай бұрын
@@BekBrace Hey thanks dube
@2u841r
@2u841r 2 ай бұрын
2:05:10 theme name please?
Chat App with Socket.IO and Express Framework
45:06
Bek Brace
Рет қаралды 2,3 М.
All Rust features explained
21:30
Let's Get Rusty
Рет қаралды 335 М.
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
Rust and RAII Memory Management - Computerphile
24:22
Computerphile
Рет қаралды 238 М.
Zig for Impatient Devs
9:48
Isaac Harris-Holt
Рет қаралды 119 М.
I spent six months rewriting everything in Rust
15:11
chris biscardi
Рет қаралды 451 М.
Learning Rust the wrong way - Ólafur Waage - NDC TechTown 2022
51:54
NDC Conferences
Рет қаралды 111 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 195 М.
why rust libraries may never exist.
7:26
Low Level
Рет қаралды 292 М.
How programmers flex on each other
6:20
Fireship
Рет қаралды 2,5 МЛН
I Will Not Write Rust Again
7:19
ThePrimeTime
Рет қаралды 261 М.
8 deadly mistakes beginner Rust developers make
14:14
Let's Get Rusty
Рет қаралды 179 М.
пранк🤣😂😂
0:51
Numdexx1
Рет қаралды 1,2 МЛН
The Million view clip on China's Tiktok P2428 #shorts #gochannel
0:15
Go Channel TV
Рет қаралды 29 МЛН
Абзал неге келді? 4.10.22
3:53
QosLike fan club
Рет қаралды 31 М.
для всей семьи
0:56
Стакановец
Рет қаралды 191 М.