Rust Programming Introduction - Beginner Crash Course (1 Hour!)

Поделиться
HTML-код
  • Опубликовано: 16 июл 2024
  • 💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course
    💯 FREE Courses (100+ hours) - calcur.tech/free-courses
    Timestamps:
    00:00:00 - Intro
    00:01:47 - What is Rust?
    00:03:23 - How to get started
    00:05:57 - Creating a Rust File
    00:07:25 - Starting a Project
    00:09:21 - Files
    00:10:39 - Variables
    00:12:19 - Printing Data
    00:16:00 - Guessing Game
    00:17:44 - Strings
    00:19:52 - Getting Input from User
    00:22:03 - Mutable reference
    00:23:32 - Expect
    00:25:36 - Installing Crates
    00:30:49 - Generating a Ransom Number
    00:31:17 - if Expression
    00:36:58 - Match
    00:40:07 - Loops
    00:43:18 - Error Handling
    00:48:51 - Vectors
    00:56:40 - for in Loop
    00:58:09 - What’s Next?
    🏆 C++ Mastery Course - cppmastery.com
    ⚛️ FREE React Course (20 hours) - calcur.tech/free-react-course
    ✅ Data Structures & Algorithms - calcur.tech/dsa-youtube
    ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
    ✉️ Newsletter - calcur.tech/newsletter
    📸 Instagram - / calebcurry
    🐦 Twitter - / calebcurry
    🔗 LinkedIn - / calebcurry
    ▶️ Subscribe - calcur.tech/subscribe
    👨🏻‍🎓 Courses - www.codebreakthrough.com
    ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
    ↪ My Amazon Store - www.amazon.com/shop/calebcurry
    🅿 Patreon - calcur.tech/patreon-calebcurry
    🅖 GitHub Sponsors - github.com/sponsors/CalebCurry
    Ⓟ Paypal - paypal.me/calcur
  • НаукаНаука

Комментарии • 40

  • @codebreakthrough
    @codebreakthrough  7 месяцев назад +7

    It's the video you have all been waiting for! I hope you enjoy!
    💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course
    💯 FREE Courses (100+ hours) - calcur.tech/free-courses
    Timestamps:
    00:00:00 - Intro
    00:01:47 - What is Rust?
    00:03:23 - How to get started
    00:05:57 - Creating a Rust File
    00:07:25 - Starting a Project
    00:09:21 - Files
    00:10:39 - Variables
    00:12:19 - Printing Data
    00:16:00 - Guessing Game
    00:17:44 - Strings
    00:19:52 - Getting Input from User
    00:22:03 - Mutable reference
    00:23:32 - Expect
    00:25:36 - Installing Crates
    00:30:49 - Generating a Ransom Number
    00:31:17 - if Expression
    00:36:58 - Match
    00:40:07 - Loops
    00:43:18 - Error Handling
    00:48:51 - Vectors
    00:56:40 - for in Loop
    00:58:09 - What’s Next?

  • @prabhakaryadav-tipsandtric7958
    @prabhakaryadav-tipsandtric7958 6 месяцев назад +5

    Thanka for this intro course. Would love more in-depth rust course. I hope you make it like your OG c++ one where there was one greenboard explanation and then immediate practical. Learned C++ from you and still thankful.
    I have personally tried watching rust tutorial and tried to read the rust lang but I think that's not working for me. There is something in your teaching which makes it easier for me to understand. Honestly your in between puns made that c++ course so interactive. Hope this message reaches to you.
    I know you are working and won't be able to give lot of time as you have become a father. But let's hope if that course can be true.
    Have a nice day and nice holidays

    • @kevinmcfarlane2752
      @kevinmcfarlane2752 4 месяца назад +1

      I find that when learning new tech no one source ever suffices. So I need to read text, watch video, sometimes listen to audios and actually write code or whatever.
      However, whichever combination you take for Rust, you still ultimately need to refer to the book. And I think you probably need to read at least the first 10 chapters to get some traction.

    • @prabhakaryadav-tipsandtric7958
      @prabhakaryadav-tipsandtric7958 4 месяца назад

      hi @@kevinmcfarlane2752, thank you for suggestion will give it another try

  • @aaqidmasoodi
    @aaqidmasoodi 26 дней назад +1

    I have been watching your video since 2018. those days every 5 seconds you would crack a joke.. lol. these days you are trying to control that but sometimes it keeps seeping through 🤣

  • @zaursamedov8906
    @zaursamedov8906 7 месяцев назад +2

    Yes Best tutorial from the best tutor I had years ago! Love it man i learnt a lot from you now I'll re-learn from you! (btw I got this making-up the words thing from you :D)

  • @cialoneCodes
    @cialoneCodes 3 месяца назад +1

    Great Video Caleb!
    Very relatable. And I was able to start messing around with the game on my own. Not all tutorials are worth the time, but this one definitely is.

  • @iltrovatoremanrico
    @iltrovatoremanrico 6 месяцев назад +1

    Great video, thank you!

  • @josemfcheo
    @josemfcheo 3 месяца назад +1

    Hey man! Thanks so much for this content! Was really helpful! New sub here

  • @andreasguettinger6706
    @andreasguettinger6706 7 месяцев назад +4

    OMG, a Rust course!!!!! Love it. Bookmarked.

  • @nelonelo274
    @nelonelo274 2 месяца назад +1

    Caleb, can you do a course on Gaming; ? fundamentals of game development & game design.

  • @eliuddyn
    @eliuddyn 3 месяца назад +1

    Amazing 🔥🔥

  • @ethana1
    @ethana1 14 дней назад

    best Rust beginner course by far!!

  • @ajproductions7357
    @ajproductions7357 7 месяцев назад +6

    You’re a legend Caleb. Best Instructor/Teacher on RUclips IMO

  • @barendscholtus1786
    @barendscholtus1786 5 месяцев назад +1

    If only the language did not have ; and { ... }
    The int parsing and all the associated fun problems reminded me of when I did C/C++ in 2000. Anyway, it's a system language and it's good to see the basics. You covered a lot of important concepts, so, thanks!
    I actually made it work by using a Rust devcontainer in VSCode. That may be nice for people who really are just trying for a few hours (and for everyone else, too)

  • @harpalsinhjadeja2568
    @harpalsinhjadeja2568 7 месяцев назад +1

    Back in the game

  • @pietraderdetective8953
    @pietraderdetective8953 7 месяцев назад +1

    Cool! Been waiting for this.
    Planning on doing the same with Zig?

    • @codebreakthrough
      @codebreakthrough  7 месяцев назад +2

      I have been thinking about it! I’m not sure how interested people would be

    • @pietraderdetective8953
      @pietraderdetective8953 7 месяцев назад

      @@codebreakthrough do a poll? The next one is the one that gathers the most interest from your audience.

    • @Ali-lm7uw
      @Ali-lm7uw 7 месяцев назад

      @@codebreakthrough interested

    • @itoibo4208
      @itoibo4208 7 месяцев назад

      how about a poll on who wishes there was not a new program language coming out every 6 weeks@@pietraderdetective8953

  • @shaownabir2789
    @shaownabir2789 7 месяцев назад +3

    Can you make more advanced rust video. Thanks in advance

    • @codebreakthrough
      @codebreakthrough  7 месяцев назад +3

      Learn Rust - Standard Library, Enums, Traits, Arrays, Vectors, HashMaps
      ruclips.net/video/XCUOvO1sqIE/видео.html

  • @therookie273
    @therookie273 7 месяцев назад

    Yo caleb! please make NextJs tuts.

    • @codebreakthrough
      @codebreakthrough  7 месяцев назад +1

      I do have some in my 20 hour React course on RUclips 😌

  • @adamdexter368
    @adamdexter368 3 месяца назад

    I tried the git status thing but it does not recognize the git command when i run in the terminal. Do I need to download an extension?

    • @codebreakthrough
      @codebreakthrough  3 месяца назад

      Have you installed git? I’d get that and use the included git terminal if you are on windows

    • @adamdexter368
      @adamdexter368 3 месяца назад

      @@codebreakthrough thanks for getting back to me! is that the name of the extension when I search in VS Code? I tried searching git but get lots of random products returned

  • @steveoc64
    @steveoc64 6 месяцев назад

    Great effort making the video- good stuff
    It’s just a shame it’s wasted on this god awful rust language though :(
    Hoping you can broaden your horizons in 2024 and get into some better system programming languages, because you are a good talent.

  • @youtubeuser206
    @youtubeuser206 7 месяцев назад +5

    Isn't rust the language of troons

    • @Ali-lm7uw
      @Ali-lm7uw 7 месяцев назад +1

      What is troon?

    • @JohnDoe-ou7br
      @JohnDoe-ou7br 7 месяцев назад

      iFunny?

    • @JoeJoe-vh9ws
      @JoeJoe-vh9ws 7 месяцев назад +2

      Unfortunately yes

    • @steveoc64
      @steveoc64 6 месяцев назад

      lol, yeah it’s unfortunate that rust culture includes forcing opinions down your throat that have nothing to do with programming
      It’s even more unfortunate that rust is really bad systems programming language
      Hopefully it dies out sooner rather than later. The whole rust thing was a really bad idea

    • @Ali-lm7uw
      @Ali-lm7uw 6 месяцев назад

      @@steveoc64 I am new to rust, why is it bad, plz explain and what is the alternative you suggest?

  • @mathiseasy6168
    @mathiseasy6168 Месяц назад +1

    CRYPTO SCAMMER!!! STAY ALERT!