Should you learn Rust in 2025?

  Рет қаралды 32,633

Let's Get Rusty

Let's Get Rusty

Күн бұрын

Пікірлер: 183
@letsgetrusty
@letsgetrusty 9 күн бұрын
Get your *FREE Rust training* : letsgetrusty.com/training
@NickTheCodeMechanic
@NickTheCodeMechanic 9 күн бұрын
"Should you learn Rust ...?" No. There are better options.
@franciscoayrolo5612
@franciscoayrolo5612 8 күн бұрын
Could you share a list of the articles and talks you reference in the video?
@israelterorisprikopat
@israelterorisprikopat 6 күн бұрын
Example? ​@@NickTheCodeMechanic
@vantadaga
@vantadaga 9 күн бұрын
A channel solely based around a singular programming language cannot be unbiased
@Reeeekid
@Reeeekid 9 күн бұрын
😂
@NicolasPL_
@NicolasPL_ 9 күн бұрын
literally my thoughts
@clot27
@clot27 9 күн бұрын
they can, watch the video dum dum
@rontman
@rontman 8 күн бұрын
I would start learning C++ (Not!)
@Reeeekid
@Reeeekid 8 күн бұрын
@@rontman why would you not learn cpp (genuine question) ?
@luiscarlosjayk
@luiscarlosjayk 9 күн бұрын
Just sharing: By learning Rust I've improved my way of writing code in other languages as well (Typescript), and also have adopted design patterns more commonly used in Rust crates, e.g.: Builder Pattern, that I usually never thought of using in other languages. So, totally yes!
@gt4adolfo
@gt4adolfo 9 күн бұрын
That's a great example, happy to hear that. Some people don't use Rust at work but makes them better programmers.
@Deepz007
@Deepz007 8 күн бұрын
Likewise
@Maratreason
@Maratreason 22 сағат бұрын
Thanks for your comment. Please tell me, when you were learning Rust, what was the most difficult thing for you? I'm a newbie learning the Rust base. At the moment I have only made a console application "phone book" and "todo-list". Tell me, what projects should I do to improve my skills?
@luiscarlosjayk
@luiscarlosjayk 18 сағат бұрын
@@Maratreason hey, those are nice projects to start with. Ok, Q1: What was the most difficult thing for me while I was learning, and still today I think: Error design. I mean, I understand how the Error trait works, how to use thiserror and eyre, but when I'm in a new project, it always takes me a good amount of time to shape the errors I will support and how. Q2: What other projects to improve? That depends on what you want to specialize on, but Backend APIs/Servers is the basic, and I also learned a lot by working on a TUI (try doing it async), web assembly is a world on its own and Rust has good support of it. And join communities nearby you and online, you will find interesting projects from others :)
@DomainObject
@DomainObject 9 күн бұрын
> “Should you learn Rust in 2025?” Yes. Next question.
@letsgetrusty
@letsgetrusty 9 күн бұрын
That's right :)
@vorrnth8734
@vorrnth8734 3 күн бұрын
Nah, only ever learn rust in even years.
@manizaeim
@manizaeim 9 күн бұрын
As 20 years java developer who know kotlin, learned Go and Rust, Rust rocks. Love it, piece by piece
@swish6143
@swish6143 8 күн бұрын
Aren’t half of those language improvements already implemented in Kotlin for a long time now?
@hipertracker
@hipertracker 5 күн бұрын
Try zig :)
@mukhlimkurowo
@mukhlimkurowo 3 күн бұрын
@@hipertracker once it reach v1.0
@hipertracker
@hipertracker 3 күн бұрын
@@mukhlimkurowo have you tried Elixir? BEAM is awesome
@emmanuelvillalobos3734
@emmanuelvillalobos3734 9 күн бұрын
The problem that I see with Rust (and many "new" languages and frameworks) adoption is not only the small job market, but also that they ask you to have like 5+ years of experience with it. Then you have to do 2-3 technical interviews with code challenges... meh...
@lyssec_official
@lyssec_official 9 күн бұрын
Rust is just amazing, but sadly not that much job offers yet outside of blockchain field. But that won't stop me of using in my projects. Using it currently in a headless CMS project.
@fjkldhakljf
@fjkldhakljf 9 күн бұрын
The infliction point from not much job offers to oversaturation is so slim
@swifty8bit
@swifty8bit 8 күн бұрын
A lot of open source softwares are using or adopting Rust, so I hope more and more companies will adopt Rust in the future
@kevincodes674
@kevincodes674 8 күн бұрын
I learned Rust and even did a project for my masters degree in Rust but ended up getting a job that uses C++ because that's where the industry is right now. I'm still on the Rust train, waiting for my company to make the switch.
@RustIsWinning
@RustIsWinning 8 күн бұрын
Same. Would be funny to introduce Rust at a company. I wish I could just use cargo instead of whatever garbonzo build system we are using lmao
@prawnydagrate
@prawnydagrate 9 күн бұрын
people never link in the description nowadays lol
@LudwigConnell
@LudwigConnell 9 күн бұрын
some weird youtube sht. example: happens when those kind of youtubers that uploads unlegitimate applications in apk format, those videos are taken down or something similar due to broken youtube laws. i think it might happen to other kind of links aswell. but quoting links in comments are usually taken as spam and nothing else. weird right? is my theory
@Kiyuja
@Kiyuja 9 күн бұрын
When I got into Rust earlier this year I would've never thought the growth of the ecosystem and adoption would be this huge. Rust and its projects get a lot of love these days, which surprises me, since Rust can be nasty to deal with sometimes. Rust still has rough edges that hopefully get addressed soon, I'm talking about the lack of variadics and issues with coherence that trouble projects like Bevy. I still like Rust and I am using it for Advent of Code
@DimitriSabadie
@DimitriSabadie 9 күн бұрын
Like of variadics? It’s probably more of a habit problem than a real problem. Traits (and eventually macros if you really want to) will fix that. And Rust has variadic functions for extern (FFI) functions.
@TheEvertw
@TheEvertw 9 күн бұрын
Rust is, AFAIK, the first fundamental improvement in programming languages in 20 years. By design it prevents a whole host of problems that have plagued all other non-functional languages since their beginning. The hardest part of learning it is to unlearn all the unsafe habits one acquires using other languages.
@TheDingsBoms
@TheDingsBoms 9 күн бұрын
Hell yeah dude! Developing rust skills is a chess move
@Disorrder
@Disorrder 6 күн бұрын
out of the board
@pin0teres
@pin0teres 9 күн бұрын
After over 2 years of working in Rust I decided to switch into AI / MlOps. Most of the Rust jobs I can get in my region are crypto projects. I worked for one, it was the dumbest bs I ever participated in, total clown show, and I do not want to repeat it.
@MrParapampampam
@MrParapampampam 9 күн бұрын
could you tell us more about your experience please it could be interesting
@pin0teres
@pin0teres 9 күн бұрын
@@MrParapampampam I have no desire to dox myself. Lets just say when I joined the company I did not fully understand that web3 projects with own token which provides some service really have two products. A service, and a token. Sometimes (often?) all the media traffic about the service comes from people invested in token, and not from the service users. In fact there could be zero real world users aside of some other crypto companies with zero real world users. A kind of crypto jerk circle. The main purpose of features you work on is not to provide a feature, but to provide an excuse for social media posts, some demos, webinars, etc. Such companies try to survive a crypto winter, and pray for pump when it ends. It is even hard to tell if company is doing ok, because you know it is all bs, there are no users, so it could be shut down just like that the moment a whale investors decide they had enough. It could be the biggest difference compared to crappy VC owned "web2" projects. Usually there are some real users, which has some real value, so it is more difficult to dissolve a whole project/team just like that.
@pin0teres
@pin0teres 9 күн бұрын
@@MrParapampampam [disclaimer] my explanation got removed by, I guess, some spam filters.
@MrParapampampam
@MrParapampampam 9 күн бұрын
@@pin0teres Oh, I’m so sorry to hear that. Thank you for trying at least, and I’m glad you now have a proper job to focus on!
@Nick-yd3rc
@Nick-yd3rc 8 күн бұрын
Good Rust jobs are scarce in most locations indeed, if any.
@lobotomy-victim
@lobotomy-victim 9 күн бұрын
0:21 minor spelling mistake
@letsgetrusty
@letsgetrusty 9 күн бұрын
Great catch 😆
@pyyrr
@pyyrr 9 күн бұрын
@@letsgetrustywe dont do catching here, because we dont do exceptions
@Possseidon
@Possseidon 8 күн бұрын
@@pyyrr tbf you can catch panics with catch_unwind, although it's more of a niche thing
@31redorange08
@31redorange08 8 күн бұрын
"minor"
@jonscaplan
@jonscaplan 9 күн бұрын
The claims that the US government is working on an automatic AI driven system to convert C/C++ to Rust are fairly misleading. What actually happened is that some researchers applied for and received a grant to try to do this. Getting federal research grants is how a lot of research gets done, but receiving a grant doesn't imply that it is a government project. What actually happens is that a grant review board gets a pile of grant applications and decides to fund some of them that sound interesting. Personally, I'm deeply skeptical about automatic conversion of c/c++ to rust, whether AI powered or not. The core problem for human or machine in converting code is inferring intent of the original program and I can't see how AI can resolve this.
@RustIsWinning
@RustIsWinning 8 күн бұрын
So DARPA is not part of the gov??
@fengdotdev9512
@fengdotdev9512 9 күн бұрын
I came from Go and Dart-yes, Flutter was my go-to. But I switched to Rust because of its cross-platform compatibility. Plus, it's not a Google tool that could vanish at any moment (Stadia really opened my eyes and made me cautious). Rust solves the cross-platform problem while also working seamlessly with C. Here’s my two cents: adopt Rust, migrate one package at a time, leverage its interoperability with C, and avoid relying on frameworks if possible (except for prototyping). You can start with third-party tools, but gradually replace them with your own code. Build modular and agnostic apps and libraries, and make heavy use of facades and interfaces to shield yourself from breaking changes. I believe Rust could be the language that eliminates the need for constant refactoring every six months, allowing us developers to focus on creating new things rather than just maintaining them.
@contactdi8426
@contactdi8426 9 күн бұрын
Nice tip! Thanks
@Asif3478
@Asif3478 8 күн бұрын
I am also a mobile dev with heavy focus on flutter. And I want to switch to rust. Currently reading the rust book and doing rustlings. Please give me some tips from your experience.
@fengdotdev9512
@fengdotdev9512 6 күн бұрын
@@Asif3478 "The difficult part of migrating to Rust for mobile development is the lack of concrete guides. There are frameworks like Dioxus or Tauri, but they are just wrappers around webviews. Personally, I am betting on creating Rust libraries, exporting them to C, and using them in Android via JNI. I haven't reached the point of testing with Swift (Mac and iPhone) yet. My current approach is to handle the visual part (native GUI with Compose for Android, SwiftUI for Apple, GTK for desktop) and the business logic through libraries. There are useful crates like cargo-ndk and cocoapods-ndk for compilation, and there are generators to create the headers for C/C++ libraries that you convert your Rust code to. You need to generate binaries for each architecture. Additionally, to create wrappers that use the library and simplify the JNI process, there's UniFFI. But I believe the best approach is to spend some time reinventing the wheel. There are big changes coming to development with AI and XR, and these companies are always looking to undermine developers. However, no matter how much they try, they won’t reinvent SQLite, so there will always be the option to use C libraries. And with Rust, creating C libraries is easy; the hard part is compiling and using them due to the lack of tutorials."
@rockNbrain
@rockNbrain 6 күн бұрын
I'm learing Rust for about 2 months and it's being awesome so far. I hope the language keeps growing and improving so we can have more safe, correct, high performance and efficient software in the future 🎉
@modolief
@modolief 2 күн бұрын
For learning, Zig has Ziglings, Ruby has Ruby Koans ... does Rust have something like these?
@NuflynMagister
@NuflynMagister 9 күн бұрын
Such field as scientific computing is rapidly growing in rust, i can see it as i am into rust scientific computing
@melodyogonna
@melodyogonna 9 күн бұрын
I don't think Mojo is mature enough to feature in these conversations. I mean, the language is barely 2 years old, still limited in platform support, not open sourced yet, and still lacking in features. Give it another 2 years and we'll see if the planned first-class Python and C++ interop is going to be significant
@Disorrder
@Disorrder 6 күн бұрын
I've been working as a full stack developer on node.js and react/vue/angular for last 11 years. Very interested in this language with these new awesome stuff powered by Rust like bundlers, toolchains etc. Started to hype about Tauri from release, that's my sheet. But I'm just new in Rust, and don't really understand a roadmap to get first job in this ecosystem. Developing my own app in Tauri 2 at my free time :D
@JasonWilliams-b3e
@JasonWilliams-b3e 9 күн бұрын
Nice take on the longevity of the Lang. Appreciate your work. Great Job.
@igors634
@igors634 9 күн бұрын
Wow! If React, Vue, Angular, Ruby on Rails are programming languages (at 6:36), that is something new!
@privettoli
@privettoli 9 күн бұрын
What do you expect from a Rust channel to say? That Rust isn't the language to learn in 2025? 😂
@iansorbello9693
@iansorbello9693 6 күн бұрын
I’ve been learning rust in 2023, 2024, and yes, I will need all of 2025 to maybe get to intermediate level haha!
@javathruquestions
@javathruquestions 7 күн бұрын
I would say learning Rust gives you a very solid and broad understanding how and why many languages work in one or another way.. being any language programmer will definitely upgrade your skills after mastering rust.. and I am a java backend dev specialized in the high loading financial systems. Personally I would rather go in into golang) for career, but again mastering rust would benefit even going into another language. Senior devs are not guys who know language. You have to be a professional in your own industry.. and language is just one cog in a huge and complex mechanism..
@TenFeetDown
@TenFeetDown 9 күн бұрын
There are a frightening number of React like jobs, but people are having a hard time getting them. Having a more rarified skill is never a bad idea.
@summerWTFE
@summerWTFE 7 күн бұрын
Are Vue, React, Node, and Angular considered languages now?
@RodolfoDeNadai
@RodolfoDeNadai 9 күн бұрын
Great vídeo 🎉
@letsgetrusty
@letsgetrusty 9 күн бұрын
Thanks!
@aimzest
@aimzest 9 күн бұрын
No matter what, I love using Rust for my next project and I will always love it...❤
@projectpat2262
@projectpat2262 4 күн бұрын
I just downloaded rust yesterday and I’m so lost. I need people to play with. I got hurt at work and will be off 2 months. Anybody wanna carry me. I’m ready to completely no life the game if anyone needs help grinding hmu
@hashtag_2030
@hashtag_2030 9 күн бұрын
I am beginner i will go with TS/JS + Python+ Golang + WebRTC (and contributing to open source)and will start learning RUST After getting good job 💪 (may be in 2026/27) Thank you for your video ❤
@augustdahlkvist3998
@augustdahlkvist3998 9 күн бұрын
Broke: Make a language that is simple and easy to use. Woke: Make a language so complicated and hard to use that AI can't steal your job
@irlshrek
@irlshrek 9 күн бұрын
ive never voted in any of the surveys but i absolutely LOVE Rust
@thingsiplay
@thingsiplay 9 күн бұрын
"Should you learn Rust in 2025?" Only if you didn't learn it already.
@RustIsWinning
@RustIsWinning 8 күн бұрын
Could always learn more lol
@thingsiplay
@thingsiplay 8 күн бұрын
@@RustIsWinning Fair enough. :D Never stop learning.
@jethalal4590
@jethalal4590 17 сағат бұрын
I don't know a single coding language. So do I need to learn C and C++ to learn Rust language?
@pyyrr
@pyyrr 9 күн бұрын
“should you learn rust in 2025?” yes bogdan: and where does that lead you? back to me
@letsgetrusty
@letsgetrusty 9 күн бұрын
😆
@bitcoinxofficial
@bitcoinxofficial 5 сағат бұрын
Not yet. But we will try Rust 😊
@nguyentunglam47
@nguyentunglam47 23 сағат бұрын
should i learn Rust for offensive hacking instead C?
@vishnupm994
@vishnupm994 7 күн бұрын
can you make a roadmap video on Rust Engineer job earning perspective
@TheFGrox
@TheFGrox 9 күн бұрын
"Year of Rust" is the new "Year of the Linux Desktop"
@AlenCrista
@AlenCrista 3 күн бұрын
I really appreciate your efforts! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
@shrodinger3844
@shrodinger3844 9 күн бұрын
just learn all of the listed honestly. it's valuable on the resume and good for the brain
@shrodinger3844
@shrodinger3844 9 күн бұрын
i even did a little python a while back, i think that it's extremely important to be able to compare and contrast different features of various languages to better apply the right tool for each job. when i first learned Rust, all i wanted to do was rust everything, and while i got good at it, i knew nothing about C pointers and all my understanding of object orientation was wack. learning C++ helped dramatically in my weakest skills, JS, Java and C# gave me patience, Python showed me what tradeoffs truly mean and GLSL showed me how skills can be transferred between langs. Rust gave me the most educational value, with how hard cargo and the documentation carry you especially, but all those other languages gave me another piece of the puzzle. I'm kinda shit at rust now though lol i've been doing basically only C++ for the past quarter
@shrodinger3844
@shrodinger3844 9 күн бұрын
side note the unsung hero of rust is documentation ngl. c++ is really easy if you know what you're doing but the docs are really bad at getting the point across. java and c# suffer from overexplaining imo. the only language reference i've ever really respected has been rust with the combo reference and tie-in book. nobody does it better!
@shrodinger3844
@shrodinger3844 9 күн бұрын
post postscript crates also tend to have awesome documentation and i love that so much!! C and C++ libraries are very often "here's the header go wild" while crates always seem to have deep explanation for every feature, so rust crates have always been easier for me to implement than C libraries lol
@steveoc64
@steveoc64 8 күн бұрын
If you wanted to write a best selling novel - really bad advice would be something like “you need to learn Microsoft Word to do that” Same with programming languages. Learn how to program, learn how computers work. Obsessing over a language isn’t going to help you get there. Some languages are great at hiding the details of how things work under the hood, so if that’s all you know, you are never going to improve as a programmer. You are just going to develop muscle memory for how to use someone’s else’s product.
@MichaFita
@MichaFita 6 күн бұрын
You can do a photo of a football game with an iPhone, but shots sold to the press are done with top tier Canon or Nikon cameras. Best writers never use Microsoft Word, it's really worst tool for novelist job. It's the same with programming, you can sweat over chiseling some working code in bad language, or thrive dumping golden eggs with the right one.
@steveoc64
@steveoc64 6 күн бұрын
@ true - but then a top of the line Canon or Nikon isn’t going to help much if you are not familiar with the exposure triangle. It’s a good analogy though, because as you know - every noob in the photography game only asks “what brand of camera is best for me to learn” Nobody asks about lighting, or zones, or tones.
@andreaselfving2787
@andreaselfving2787 8 күн бұрын
Seriously, wait for match expressions in cpp. Then, rust won't be needed anymore. There are also work related to the borrow checker in gcc/clang
@RustIsWinning
@RustIsWinning 8 күн бұрын
Good one 😂
@adenreleadeyemi6254
@adenreleadeyemi6254 4 күн бұрын
Considering learning Rust in 2025
@dude2542
@dude2542 9 күн бұрын
What about the new borrow checker? It should be in nightly in January no?
@jacsamg
@jacsamg 9 күн бұрын
Could you consider including audio in Spanish? I've seen some channels doing this lately. I don't know if it's generated automatically, but it's very convenient for this kind of content. 😊
@maxupyr5731
@maxupyr5731 5 күн бұрын
if u added z and mojo to compare u also should to compare with Pascal, basic, COBOL and SIMULA 67 ^_^
@tokkra
@tokkra 7 күн бұрын
Rust is such a nice Languange!
@NuflynMagister
@NuflynMagister 9 күн бұрын
Дякую, Богдане!)
@strathausen
@strathausen 4 күн бұрын
Given Google's tendency to drop projects just like that, I feel actually less confident in golang's longevity because Google is behind it.
@drac8854
@drac8854 9 күн бұрын
Bro isn't it too late... I have already learned it. (I guess, well I am making an application+learning as well)
@ravipatelCTF
@ravipatelCTF 9 күн бұрын
rust by practice is great resource.
@RoyaltyInTraining.
@RoyaltyInTraining. 9 күн бұрын
After being stuck with Python at my job for a long time, it felt so good to finally have the opportunity to work on a prototype in Rust again. But sadly, it will probably all have to be rewritten in python too. Yuck.
@MichaFita
@MichaFita 6 күн бұрын
On that ground I find myself more productive in Rust than in Python.
@ProgrammingRainbow
@ProgrammingRainbow 4 күн бұрын
Great completely unbiased answer if I should learn rust. Given to me by let's get rusty. Let the unbiased propaganda begin!
@vincentnthomas1
@vincentnthomas1 8 күн бұрын
YES. I’m building a db HA in rust
@jmore_letters_8773
@jmore_letters_8773 5 күн бұрын
But do I have time to learn it in 2024 still?. I have not begun.
@TanjilBhuiyan
@TanjilBhuiyan 8 күн бұрын
With 0 programming experience , should i learn it??
@clot27
@clot27 8 күн бұрын
No
@MichaFita
@MichaFita 6 күн бұрын
Why not? Students testemonials say it makes them very confident in learning programming.
@justinjustin4605
@justinjustin4605 9 күн бұрын
What’s it like switching from go/js to rust? Mainly for sever/http stuff
@RiwenX
@RiwenX 9 күн бұрын
Headache. I mean, I love Rust, but you'll feel very frustrated at first.
@ichbinhier355
@ichbinhier355 9 күн бұрын
Rust is not the right tool for that you can still use it but golang is more web oriented and more intuitive.
@MichaFita
@MichaFita 6 күн бұрын
​@@ichbinhier355golang promotes bad programming practices
@DimitriSabadie
@DimitriSabadie 9 күн бұрын
People compare Rust to […], Zig and Mojo. Really? Zig is not even 1.0, why would you even compare it to a non-production ready language, and even include that in a job opportunity comparison?!
@kmaximoff
@kmaximoff 9 күн бұрын
I am writing my backend in Rust, back it is hard af, mostly because there are not many tutorials or examples. Bogdan , If you do full Axum, Tokio, Tower tutorial with examples on how to build legit backend I think people would pay for it.
@RiwenX
@RiwenX 9 күн бұрын
Actix is the way
@kmaximoff
@kmaximoff 9 күн бұрын
@@RiwenX Rust by itself is not hard enough, so you suggest going all the way to Artix. :D
@emzy1676
@emzy1676 9 күн бұрын
Jeremy Chone has an axum course
@kmaximoff
@kmaximoff 9 күн бұрын
​@@emzy1676 Thank you, I tried it, I did not like it tbh. I also would prefer axum 7.x
@parkrishsd3356
@parkrishsd3356 9 күн бұрын
Surely, yes. Learn Rust if you are from C++ / C/ Java background.
@jeffg4686
@jeffg4686 6 күн бұрын
I think they've made it SUFFICIENTLY COMPLICATED at this point don't you. There won't be too many come around...
@ulrich-tonmoy
@ulrich-tonmoy 9 күн бұрын
Before zed there was another code Editor Lapce
@samuel.ibarra
@samuel.ibarra 9 күн бұрын
Mojo si general purpose. Now focusing on AI
@randomuser.in.
@randomuser.in. 9 күн бұрын
Which IDE should i use to learn Rust ??
@flogginga_dead_horse4022
@flogginga_dead_horse4022 9 күн бұрын
RustRazor
@31redorange08
@31redorange08 8 күн бұрын
VSC
@kevinrineer5356
@kevinrineer5356 8 күн бұрын
It doesn't matter.
@homeape.
@homeape. 7 күн бұрын
"modern usecases like blockchain". i am yet to see one meaningful usecase for the blockchain. so I'm not sure whether id count that as modern. or maybe modern means exactly that? useless?
@melshakobyan8670
@melshakobyan8670 9 күн бұрын
2 jobs for Mojo aren't actually for Mojo, one is from the company that makes mojo, and they hire a mojo compiler engineering manager, and the other one has nothing to do with mojo, the company name is mojo ))
@StinkyCatFarts
@StinkyCatFarts 8 күн бұрын
Rust dev should you learn Rust Rust dev: Yes
@denizsincar29
@denizsincar29 7 күн бұрын
Rust is hard to understand, easy to learn. It means that once you understand what's goin' on here with the code, you go well with it and the rest is easy. Go is easy to understand and a bit harder to learn.
@Dash359
@Dash359 6 күн бұрын
Great content! However, nerdy cannot be unbiased, and that is not a bad thing 😄
@enjoykumawat4109
@enjoykumawat4109 9 күн бұрын
i wish that rust will popular in india
@justinjustin4605
@justinjustin4605 9 күн бұрын
What do they use in India
@linearz
@linearz 9 күн бұрын
​@@justinjustin4605turbo c++ perhaps 😂
@scitechplusexplorer2484
@scitechplusexplorer2484 9 күн бұрын
Well, as the momentum picks in US and Europe, it will come to India. Indian markets mostly follows US trends anyways. I am excited to learn Rust.
@MichaFita
@MichaFita 6 күн бұрын
But Rust is popular in India already.
@enjoykumawat4109
@enjoykumawat4109 6 күн бұрын
@@justinjustin4605 creating tech for online voting system.
@azharalibhutto1209
@azharalibhutto1209 8 күн бұрын
Great ❤❤❤
@stanleyconnor6898
@stanleyconnor6898 9 күн бұрын
No offence, but are there many job offers for Rust developers? 😂
@letsgetrusty
@letsgetrusty 9 күн бұрын
Actually, I've been told jobs are starting to open up for Rust now. It's nowhere near C, C++ or Java, but the tide is turning favorably finally, so give it some more time!
@pin0teres
@pin0teres 9 күн бұрын
There are, but these are a kind of jobs where interviewer sends you a homework task code archive containing malware scanning your device for crypto secret keys.
@AdamFiregate
@AdamFiregate 8 күн бұрын
4-5 years and it will get there.
@stanleyconnor6898
@stanleyconnor6898 8 күн бұрын
@@AdamFiregate maybe will or maybe not... nobody knows
@dangelgeek
@dangelgeek 4 күн бұрын
Rust Lover 🦀
@PRiKoL1ST1
@PRiKoL1ST1 7 күн бұрын
If you want job learn c++
@lMINERl
@lMINERl 9 күн бұрын
no.
9 күн бұрын
Wait for what 2025 has coming...
@flatmapper
@flatmapper 9 күн бұрын
No
@kamik7372
@kamik7372 9 күн бұрын
Too late, already have 😈
@nomadshiba
@nomadshiba 9 күн бұрын
i like coding dont care about career that much
@FelixTheAnimator
@FelixTheAnimator 4 күн бұрын
Love Rust. Hate AI.
@RafaelMilewski
@RafaelMilewski 8 күн бұрын
Learning rust today is like buying bitcoin in 2009!!
@MichaFita
@MichaFita 6 күн бұрын
Learning Rust in 2018 was, today you're joining the game late 😉
@Dreamer66617
@Dreamer66617 9 күн бұрын
fuck yes
@Gigasharik5
@Gigasharik5 8 күн бұрын
no, learn zig
@AdamFiregate
@AdamFiregate 8 күн бұрын
Zig still needs 2-3 years to reach 1.0 and have a package manager. But it is also nice like Rust.
@RustIsWinning
@RustIsWinning 8 күн бұрын
Zigooners really like segfaults 😂
@MichaFita
@MichaFita 6 күн бұрын
Why? Zig is C with new syntax and bit of improved semantics, it's not going to spark that much creativity Rust did.
@alighahremani4626
@alighahremani4626 9 күн бұрын
first comment 🎉
@ol_suh
@ol_suh 8 күн бұрын
13 And no man hath ascended up to heaven, but he that came down from heaven, even the Son of man which is in heaven. 14 And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: 15 That whosoever believeth in him should not perish, but have eternal life. 16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. 17 For God sent not his Son into the world to condemn the world; but that the world through him might be saved. 18 He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God. 19 And this is the condemnation, that light is come into the world, and men loved darkness rather than light, because their deeds were evil. 20 For every one that doeth evil hateth the light, neither cometh to the light, lest his deeds should be reproved. 21 But he that doeth truth cometh to the light, that his deeds may be made manifest, that they are wrought in God. (Jn.3:13-21)
@rasimbot
@rasimbot 9 күн бұрын
"Should you learn Rust in 2025?" Yes, if you want to work for another useless blockchain project that only exists to swindle investors' money
@MichaFita
@MichaFita 6 күн бұрын
Bollocks. I worked Rust job that wasn't blockchain, then been interviewed for two others (all European). I don't do Rust now as my role is low level Linux and Kernel's adoption of Rust is slow. But we'll get there.
@jongxina3595
@jongxina3595 6 күн бұрын
Rust is dead.
@user-dz6il2bx5p70
@user-dz6il2bx5p70 8 күн бұрын
I don't have the intention of changing my gender yet, but when I do i will most probably learn gleam rather than rust
@gammyhorse
@gammyhorse 8 күн бұрын
NO
9 күн бұрын
Rust will replace C++ and C. It's just not worth the 1% ish performance advantage.
@gammyhorse
@gammyhorse 8 күн бұрын
😂😂🤣🤣😂😂🤣🤣
@cycomkid
@cycomkid 9 күн бұрын
Channel with name "Let's Get Rusty" gives unbiased advice 😂😂😂😂😂. Please believe me😅
@skella2416
@skella2416 8 күн бұрын
Nah
@UnVFunLimited
@UnVFunLimited 8 күн бұрын
Actually, Learn Zig.
Web Developers Are Disconnected
21:36
ThePrimeTime
Рет қаралды 180 М.
PirateSoftware is right, this needs to stop
15:14
Theo - t3․gg
Рет қаралды 696 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Getting a Dev Job in 2025
21:42
Theo - t3․gg
Рет қаралды 78 М.
Where is Rust being used?
11:46
Let's Get Rusty
Рет қаралды 143 М.
AWK - A Tool That Does Too Much
11:10
The Exhausted Programmer
Рет қаралды 25 М.
A New Era for C and C++? Goodbye, Rust?
9:08
Travis Media
Рет қаралды 122 М.
i dove down the 7zip rabbit hole (extremely deep)
12:50
Low Level
Рет қаралды 442 М.
The SQLite Rewrite In Rust
22:15
ThePrimeTime
Рет қаралды 179 М.
Introducing Clay - High Performance UI Layout in C
35:19
Nic Barker
Рет қаралды 164 М.
I Scraped the Entire Steam Catalog, Here’s the Data
11:29
Newbie Indie Game Dev
Рет қаралды 685 М.
Why WebAssembly is the future of Web development
7:33
ROULZ
Рет қаралды 184 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН