Тёмный

Top 6 Programming Languages to Learn in 2024 

Vlad Arama
Подписаться 1,5 тыс.
Просмотров 17 тыс.
50% 1

After spending multiple hours researching the job market, here are the 5 programming languages you should learn in 2024.
If you enjoyed this video, don't hesitate to smash the like button and subscribe for more !

Наука

Опубликовано:

 

16 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 88   
@sadiulhakim7814
@sadiulhakim7814 11 дней назад
I am a self-taught Java developer.
@alexale5488
@alexale5488 15 дней назад
Also, no offense, but I hate Javascript. I know it gets paid well, but I simply don't want to fall into the cycle of "learn a new frontend technology every 2 months". Also JS behaves weird, is hard to debug.... Using HTMX and Jinja2 for my front-end, truly a lifesaver.
@ishananaguru
@ishananaguru 15 дней назад
lol cry more
@alexale5488
@alexale5488 15 дней назад
@@ishananaguru I am not crying bro. Java and Python are on my side 😁
@alexale5488
@alexale5488 15 дней назад
@@ishananaguru Soon PyScript will evolve. Can't wait.
@vladaramacodes
@vladaramacodes 15 дней назад
Yeah no, I totally get that, keeping up with the frontend world can be exhausting. HTMX is cool.
@DarthVader11912
@DarthVader11912 6 дней назад
You don't have to like it yeah it's got quirks but every language has them and typescript fixes 90% of those bugs so I don't really get the hate for it. And learning frameworks is not hard because you shouldn't be focusing on them anyway you need to focus on programming fundamentals and patterns so you could take them between frameworks.
@sebaanayusuf442
@sebaanayusuf442 16 дней назад
Thank you so much at least I always Learn something from your videos I know I'll make it one day am already learning C#
@ronaldjohnson4470
@ronaldjohnson4470 14 дней назад
My top two languages are C# and GOLANG. Good honest advice from your channel, thank you.
@sadiulhakim7814
@sadiulhakim7814 11 дней назад
I will go with Java and GOLANG.
@grimkupid8478
@grimkupid8478 12 дней назад
Thanks for the advice, though I personally don't look at the potential money to be earned, as for me I find that just trying to go for the money will leave me miserable, I do like how you broke down the various advantages to each of the languages you listed, while also listing some of the disadvantages.
@julian_handpan
@julian_handpan 9 дней назад
Rails is THE FRAMEWORK!!
@hermanyosef1276
@hermanyosef1276 8 дней назад
No PHP and Laravel ?
@JohnSmith952
@JohnSmith952 День назад
Hi, i am self tought Python developer, i am learning Python around five years, i know Django Pythons top backend web framework, i cant land a job in my country Serbia, so i started to learn JavaScript and ReactJS what are my chances to land a job after JS and React? What do you think about this at all?
@cbbcbb6803
@cbbcbb6803 2 дня назад
I have never been able to like dynamically typed languages. But I like simple straight forward syntax. The impression I have of Python is that it does not do very much. It just calls and executes a bunch of C/C++ programs from standard libraries. Now, I do not know Python, so I could be wrong. I think the most important thing for a learner is the quality of teaching and instruction that is available. A good and patient and kind hearted teacher (person, book, video, all the above) is the secret sauce.
@muzaffarraximov5666
@muzaffarraximov5666 15 дней назад
Currently, I am on my way in React and what do need to choose next TypeScript, Redux or Next.js or if you have any suggestions please inform me
@albin6126
@albin6126 15 дней назад
Typescript is a game changer and tailwind and next.js and also react hook forms there are so many powerful things in react ecosystem
@vladaramacodes
@vladaramacodes 15 дней назад
Typescript really is a game changer, go learn that
@ichbinhier355
@ichbinhier355 15 дней назад
learn typescript
@ripplesr5655
@ripplesr5655 14 дней назад
Man, I started with JS and moved to PHP for primary backend language with Laravel. Never been so happier to not to float around the burnt-out hyped JS land. Love vanilla JS, React (Only), VUE, that's it.
@ivangerginov5648
@ivangerginov5648 14 дней назад
Hell yeah! I'm surpised PHP didn't make it into the list. In my case I decided to learn Laravel + VueJS since the learning curve of both is very gentle. Combined with the good old MySQL, it's a full stack, decently performant and fun to write environment.
@jsonkody
@jsonkody 4 дня назад
Started with Java, go to JS for many years .. now learning Elixir, so far its light years ahead of everything I know 🙌
@woody-xm5ve
@woody-xm5ve 14 дней назад
If you’ll want to get hired right away learn java and sql! There are few java devs nowadays in the US mostly are learning js react but Java.
@marxhubert
@marxhubert 14 дней назад
How can one talk about web development without mentioning PHP, which powers 75% of the web?
@SXsoft99
@SXsoft99 14 дней назад
because they hate that is good
@bilimlink
@bilimlink 14 дней назад
There's a clean decline of PHP popularity in recent years.
@Sj-yf2jg
@Sj-yf2jg 11 дней назад
only noob devs dislike PHP
@laksh4697
@laksh4697 10 дней назад
If its good why is it declining in popularity ​@@bilimlink
@ebymathew7995
@ebymathew7995 10 дней назад
are you a time traveler .it's 2024 bro now javascript, python,java rules web development
@user-il4um6qu8u
@user-il4um6qu8u 7 дней назад
What about phoenix / elixir ?
@alexale5488
@alexale5488 15 дней назад
Java : +It's old and well established. +Small syntax that is easy to learn. -Verbose, tons of boilerplate code. -Owned by Oracle, and everyone hates Oracle. -Gradle kind of sucks for a package manager. C# : +Much less boilerplate code. +.NET ecosystem, easy to install any package from there. +Integrated as scripting language for game development (Unity, Godot), even has it's own library named "XNA/Monogame" which was used for making Terraria. -Huge install size. -The language has so many keywords and ways to do things...it's confusing. You have like 5 ways of finding the length of a string, or three possible ways to write a switch case statement. -.NET new versions break backwards compatibility. -.NET ecosystem is huge but sometimes sucks (looking at you Xamarin/Maui).
@fsharplove
@fsharplove 15 дней назад
F# : + Much Much less boilerplate code. The syntax is beautiful with DU, pattern matching, computation expressions.... + .NET ecosystem, easy to install any package from there. + The language is very stable (there is idiomatic F#). + It is a functional language in its root (ML) but you can use object oriented or imperative style with it. - The language is not enough popular despite all its advantages over C# because : 1) .NET developpers are very conservative. 2) .NET developpers think that for you to be using a functional language you should be very good at maths and .NET developpers are very bad at maths.
@3r3bu5x9
@3r3bu5x9 15 дней назад
i recently migrated some projects from .net framework to .net 6 wasn't fun
@Mistoffeleess
@Mistoffeleess 8 дней назад
Java is not Old. We call it Mature
@alexale5488
@alexale5488 8 дней назад
@@Mistoffeleess That's correct. Python is even older than Python (1991 vs 1995) but matured much later.
@vadergrd
@vadergrd 7 дней назад
gradle is a build tool , not a package manager .. it's not npm ... you don't seem to know what you speak about , do you have any experience in any of these programs??
@calochCN
@calochCN 14 дней назад
I am.going deeper to golang, reading more insights books and practicing though I am web dev for many many years ...
@aristonsaizoxic1048
@aristonsaizoxic1048 12 дней назад
I just started to self study python with no technical background. It's quite painful to see python, which looks like a trade of all jerk. I bad at math so AI is no for me as only python backend pathways left for me.😢
@OfficialCheetCode
@OfficialCheetCode 16 дней назад
We typically hire people who know Python or JavaScript. Bonus points if you know how to deploy web services on AWS or equivalent. More bonus points if you’re familiar with Docker.
@vladaramacodes
@vladaramacodes 16 дней назад
Makes sense, you must get a lot of candidates. Python and JS are the programming language most people learn. Devops skills are more and more necessary for developers, I should make a video on that.
@itz_Manish02
@itz_Manish02 15 дней назад
forget java?
@Mememaxing
@Mememaxing 15 дней назад
Java is mid​@@itz_Manish02
@BlackfireLocal
@BlackfireLocal 4 дня назад
My Daddy is watching this and he is definitely working.
@cybersayak
@cybersayak 15 дней назад
Frontend : JAVASCRIPT Backend :PYTHON , JAVA & GOLANG
@ichbinhier355
@ichbinhier355 15 дней назад
remove python and add c# or php. (according to the job market)
@asepbahn3113
@asepbahn3113 13 дней назад
@@ichbinhier355 are you serious, I'm learning django right now
@enesaliev3518
@enesaliev3518 10 дней назад
Can I find a job with Html css only? 😂 OR what can I add to these technologies eccluding js react node
@TokyoXtreme
@TokyoXtreme 9 дней назад
Do you think a company would be looking to pay people for something that can be largely automated? If you don't know any scripting language, then there's nothing that can accommodate user interaction. Maybe you could sell templates for WordPress possibly.
@kevinflorenzdaus
@kevinflorenzdaus 9 дней назад
yes . WordPress website development+ page builders (elementor , divi , bricks)
@Adjust91
@Adjust91 4 дня назад
My path was JavaScript -> Python -> Go and it’s working pretty damn well so far
@JohnSmith952
@JohnSmith952 День назад
What do you meen by that? Did you land a job with it? I know Python very well but i cant land a job in my country su i started to learn JavaScript couple months ago...
@Adjust91
@Adjust91 День назад
@@JohnSmith952 not yet mate, it’s rough out there atm! But that’s the order I’ve learned languages in and I’m confidently building apps with them.
@influentialpeoplequotes9869
@influentialpeoplequotes9869 15 дней назад
Learn three for future... Python, Go and Rust ❤
@vladaramacodes
@vladaramacodes 15 дней назад
Add javascript to the list and you’re golden, it’s not going anywhere anytime soon.
@jaydavis6357
@jaydavis6357 15 дней назад
No Swift?
@vladaramacodes
@vladaramacodes 15 дней назад
Fair question, I completely forgot Swift, people seem to like it, but I don’t know enough about it to have an opinion.
@kibo007
@kibo007 7 дней назад
not sure how 75k is highly paid? after taxes that is 45k. If you take 12k after average rent, another 12k for the budget you are left with 21k consider all the other things you have to pay during the year in the end you have saved 0. That is not a highly-paid job.
@dubberrucky1747
@dubberrucky1747 8 дней назад
anyone with assembly??
@ibrahimhindawi5805
@ibrahimhindawi5805 2 дня назад
can't go wrong by learning assembly
@therustguy10
@therustguy10 7 часов назад
Use rust everywhere!❤
@codeaperture
@codeaperture 14 дней назад
Me As Cloud and Security specialist: Scripting: Lua and Python Backend: Golang
@Atomicflee
@Atomicflee 7 дней назад
Frameworks?
@nisabzahid
@nisabzahid 19 часов назад
What do you think of python as backend?
@christcombiccombichrist2651
@christcombiccombichrist2651 7 дней назад
java
@vinaysai8945
@vinaysai8945 14 дней назад
HTMX
@janisakmentins6414
@janisakmentins6414 13 дней назад
What about mobile? Dart and Flutter is awesome
@KejriwalBhakt
@KejriwalBhakt 7 дней назад
You might hate Java but if you get a hang of it, no one is as cooler as it is. Its like a loyal gf who does what she says unlike JavaScript which changes like chameleon.
@alonzoperez2470
@alonzoperez2470 7 дней назад
I was learning c++ but now i will start learning rust. I like challenges 😉
@zimcoder
@zimcoder 8 дней назад
Python is poor for Mobile dev
@da40au40
@da40au40 13 дней назад
If you have a problem with javascript say it out. Cause i felt so attacked when you introduced it the way you did😅😅
@TON-vz3pe
@TON-vz3pe 13 дней назад
Come on. Everyone has a problem with it's existence 😅
@Kats0unam1
@Kats0unam1 10 дней назад
Go
@tinolbhoyar4646
@tinolbhoyar4646 Час назад
Because rust has no jobs i dont want to learn
@bilimlink
@bilimlink 14 дней назад
Prompt Engineering Language 😅
@kaihusravnajmiddinov5413
@kaihusravnajmiddinov5413 День назад
Java and c# shouldn't be put together. And you have no idea that C# development was inspired by java. Do you had access to C# developer heart ? C# has C like syntax, and java too. No Inspiration and other influence from java. RUST sucks. So do python.
@50_cent33
@50_cent33 9 дней назад
Python is the power house
@julian_handpan
@julian_handpan 9 дней назад
C is the power house! Python is a wrapper…
@KejriwalBhakt
@KejriwalBhakt 7 дней назад
​@@julian_handpanAssembly is OG.
@50_cent33
@50_cent33 6 дней назад
​@@julian_handpan Oh ya , then do machine learning algorithms with C , we use python cuz it's simple, and easy, in the near future generic and typical coding will be dead anyways, here's why, if can use chat gpt properly (which 90 percent of the people can't in 2024{stone aged PPL}) you do basic tasks and even some complex problem solving by using ur own custom syntax and your own algorithms (DSA is still important in 2024) . Beleive me python is the closest programming language to English and English is somewhat becoming a programming language day by day . Wait for agi to drop these CS field will go wild then, as an it btech student I know, I've seen things, I've done things, I know what's coming, call me the Aristotle of 2024 . Something big is coming.
@50_cent33
@50_cent33 6 дней назад
​@@julian_handpanlet's say you're a guy who never had an educational background you only know English (basically you're Andrew tate ) , and you're working in a office. Your boss wants you to write an official mail to some important person (some serious office shit) , now you atleast know some conditions (like name, adress, zip code, etc) you give chat gpt or any other ai chatbot like bing chat or bard anything. Don't know about C but python people could do these kind of things back in the days, the problem was you atleast needed to know how to maintain the syntax and use algorithms based on the language you're using (python). Now (2024)things are different you give chat gpt a promt like " write me an official mail to some (x) client {you're defining what kind of letter(official )it will be} based on these conditions (name, adress, pH no, zip etc) { you're giving it conditions} . Then you execute and ai will do the complex problem solving for you. Let's say you want to automate your mailing process (cut you're as lazy as I am) you simply tell chat gpt to write a python script code to automate your mailing process based on your given conditions. That's it , life's just that simple these days. Problem solving without machine learning these days are gone if you don't know machine learning you're not worthy to do problem solving these days if you're doing something that doesn't include machine learning (tech related ofcourse, ai can't roll a joint yet) remember ai can do it and that problem is not worth solving. Humans have only one superiority now that's critical thinking ai can't use itself we have to use ai. When agi drops , the game's gonna change big times 😢
@julian_handpan
@julian_handpan 6 дней назад
@@50_cent33 again… C is the powerhouse. Python is a wrapper! You use python you are using C under the hood…
Далее
This Is Why Managers Don't Trust Programmers...
28:04
Просмотров 123 тыс.
The Truth About Learning Python in 2024
9:38
Просмотров 91 тыс.
would you eat this? #shorts
00:29
Просмотров 2 млн
НЕ ПОКУПАЙ iPad Pro
13:46
Просмотров 192 тыс.
10 Math Concepts for Programmers
9:32
Просмотров 1,7 млн
So, you want to be a programmer?
20:43
Просмотров 62 тыс.
Programming Languages That Get You HIRED (Tier List)
9:59
No-Nonsense Backend Engineering Roadmap
10:16
Просмотров 115 тыс.
Python Vs. Javascript - Which Is Better?!
4:25
Просмотров 4,9 тыс.
How Senior Programmers ACTUALLY Write Code
13:37
Просмотров 1,3 млн
Every Programming Language Ever Explained in 15 Minutes
15:29
Are we going back to PHP with fullstack JavaScript?
9:57
How about that uh?😎 #sneakers #airpods
0:13
Просмотров 9 млн