Top 3 Programming Languages to Learn in 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • 📱 SOCIAL MEDIA
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
    / jomakaze
    / jomakaze
    / jomakaze

ความคิดเห็น • 1.9K

  • @thanhlengoc3805
    @thanhlengoc3805 5 ปีที่แล้ว +9075

    Asian career path:
    1. Doctor
    2. Engineer
    3. Family disgrace.

    • @brandontruong3110
      @brandontruong3110 5 ปีที่แล้ว +102

      Wouldn't computer science (Software) be considered engineering?
      Because at NC State it is considered an engineering degree but not sure if it applies to other colleges.
      P.S.
      Not to confuse it with Computer engineering (hardware).

    • @bosniangamer5509
      @bosniangamer5509 5 ปีที่แล้ว +107

      @@brandontruong3110 CS IS NOT ENGINEERING!!!!

    • @thanhlengoc3805
      @thanhlengoc3805 5 ปีที่แล้ว +204

      @@brandontruong3110 Not for my case at least. My father wanted me to study to become a mechanic engineer. But when I applied to college I secretly changed it to computer science.
      He was mad, I was happy.
      Still a family disgrace for now (mechanic engineer has been my family tradition for 3 or 4 generations or so).

    • @mhh5002
      @mhh5002 5 ปีที่แล้ว +68

      That’s Old fashioned thinking

    • @helloken
      @helloken 5 ปีที่แล้ว +96

      You forgot lawyer

  • @megadodd
    @megadodd 4 ปีที่แล้ว +1052

    become a god at C++ and earn the right to look down on every other language

    • @blaclee
      @blaclee 4 ปีที่แล้ว +7

      wym boi

    • @somenamelastnaammee52
      @somenamelastnaammee52 3 ปีที่แล้ว +61

      this is the way

    • @shachi-kun2275
      @shachi-kun2275 3 ปีที่แล้ว +21

      Yes this is the way to gain pleasure

    • @apos1644
      @apos1644 3 ปีที่แล้ว +149

      No learn machine code and look down at the entire world

    • @Kindlylisten3
      @Kindlylisten3 3 ปีที่แล้ว +3

      but it is a bad thinking.

  • @juanrein
    @juanrein 5 ปีที่แล้ว +2164

    *Makes top 3 programming languages video
    *Has 4 in thumbnail
    Okay then keep your secret

  • @andrewnixon5872
    @andrewnixon5872 4 ปีที่แล้ว +892

    I'm not one of the 95% lying to themselves... I've always only been interested in the money.

  • @johncurnew1951
    @johncurnew1951 4 ปีที่แล้ว +766

    joma: "If you're watching this video, you're a beginner"
    me whos just a bored programmer who wants to watch vidios: :(

    • @shallen2008
      @shallen2008 4 ปีที่แล้ว +5

      lol

    • @QQFQFQFQFQFUWQBFJWB
      @QQFQFQFQFQFUWQBFJWB 4 ปีที่แล้ว +6

      your pfp sir makes me laugh very much

    • @no3171
      @no3171 3 ปีที่แล้ว +5

      @@QQFQFQFQFQFUWQBFJWB Wide Linus

    • @henrylecompte4533
      @henrylecompte4533 3 ปีที่แล้ว +7

      All true programmers have wide Linus as their pfp

    • @ryzech4168
      @ryzech4168 3 ปีที่แล้ว

      @@henrylecompte4533 I do on my other account does that count lol?

  • @chriskenedy1305
    @chriskenedy1305 4 ปีที่แล้ว +766

    For the Lazy:
    1. Python
    2. Java
    3. C++
    but srsly, watch the reasoning for each one.

    • @Rohan122
      @Rohan122 4 ปีที่แล้ว +63

      @robizzlor yes why not

    • @Asdtable
      @Asdtable 4 ปีที่แล้ว +13

      @@Rohan122 everyone uses brainfuck.
      Or atleast i do.and i fucking hate it.

    • @shabman8979
      @shabman8979 4 ปีที่แล้ว +38

      @robizzlor don't understand how it's funny when C++ is a very good language

    • @Cryptic0013
      @Cryptic0013 4 ปีที่แล้ว +51

      @@shabman8979 Because some people feel a need to boost their self-esteem with smug scoffing at stuff they don't personally use or prefer (or likely, in this case, even understand the need for)

    • @mr.woodenshovel2430
      @mr.woodenshovel2430 4 ปีที่แล้ว

      Thanks

  • @antdono95
    @antdono95 5 ปีที่แล้ว +131

    This is actually one of the best one of these videos I’ve seen. No rambly “follow your passion” BS, thanks man

  • @slykhajiit2
    @slykhajiit2 3 ปีที่แล้ว +77

    4:47 Top 3 Languages for Coding Interviews (FAANG)
    1. Python
    2. Java
    3. C++
    8:00 Top 3 Languages for "Building Cool Stuff"
    1. JavaScript
    2. Java
    3. Swift
    *Leet coding
    - important, even when you don't know what "git" is or what build files are
    (Left these timestamps for myself)

  • @adiladenov5485
    @adiladenov5485 5 ปีที่แล้ว +1381

    My first programming language was C++, after that other languages seems like easypeasy. That's why I love C++.

    • @blasttrash
      @blasttrash 5 ปีที่แล้ว +16

      hey do you know where to learn about make files and stuff? Also is there a C++ equivalent of Maven(or Gradle or npm)?

    • @sukraatahluwalia5137
      @sukraatahluwalia5137 5 ปีที่แล้ว +34

      @@blasttrash If you mean package manager for C++ then Conan and vcpkg, if build tools then CMake, Ninja, Meson. If you want to learn makefiles then pick up a tutorial and start building any C or C++ code you write with GNU Make and IMO if it's C++ you're writing then CMake straightaway.

    • @blasttrash
      @blasttrash 5 ปีที่แล้ว +3

      @@sukraatahluwalia5137 so package managers and build tools are different in c++? Like in java maven can do both for example. And if we have these build tools in c++, what are make files for? I thought make files were essentially build tools themselves

    • @quangtung2912
      @quangtung2912 5 ปีที่แล้ว +5

      Have you ever try Haskell, or Rust???

    • @adiladenov5485
      @adiladenov5485 5 ปีที่แล้ว +18

      @@quangtung2912 I heard many times, but i haven't tried. After cpp learnt java and python. Java for Android and python for data science.

  • @maryperez6688
    @maryperez6688 4 ปีที่แล้ว +276

    I love this guy: "shut up, stop regurgitating what you've read on the internet and have your own opinions for christ's sakes!"

    • @primeroyal7434
      @primeroyal7434 4 ปีที่แล้ว +13

      But still, you should not listen to some random tech "expert" and instead get to know what you want to do.

    • @jabjav-c3y
      @jabjav-c3y 3 ปีที่แล้ว +2

      literally what I think when I see some massive circle jerk thread about javascript.

    • @scurvofpcp
      @scurvofpcp 3 ปีที่แล้ว +1

      @@jabjav-c3y we had some javascript cultist in a blender discord going on and on how blender should use javascript instead of python.Which was alright enough till he started going into the people looking for python help for their addon/script that they needed to get blender to do for them.

  • @odanebrissett8594
    @odanebrissett8594 5 ปีที่แล้ว +86

    I agree with point of learning C++. Easy to learn a new languages after you’ve learn the fundamental OOP concepts. Great video 👌👍

    • @user-sw1wq8lh2w
      @user-sw1wq8lh2w 5 ปีที่แล้ว +2

      Also hard to unlearn OOP when you realize it's problematic.

    • @HermanWillems
      @HermanWillems 4 ปีที่แล้ว +10

      @@user-sw1wq8lh2w C++ is not OOP. C++ is multi-paradigm language. It means it can do OOP and also other paradigms. Also when you start out with OOP and then learn PURE FUNCTIONAL programming you start to understand and respect OOP again. Because functional is nice, but not practical. So the best solution is to use OOP combined with sprinkles of Functional programming. Try to seperate them correctly though.

    • @deistormmods
      @deistormmods 2 ปีที่แล้ว

      @@HermanWillems OOP should be a last resort. Simple is always better. Only use OOP if necessary.

  • @andershusmo5235
    @andershusmo5235 4 ปีที่แล้ว +114

    Interesting. Here in Sweden, 95% of the companies I apply to are all about C#. So I would add to everyone watching this to also pay attention to regional differences in this regard if you're interested in getting a job at a tech company. Regardless, the general questions in this video to ask yourself when choosing which languages to learn still apply.

    • @happysauce6706
      @happysauce6706 2 ปีที่แล้ว +1

      Malmö = Danmark

    • @Ullis9312
      @Ullis9312 2 ปีที่แล้ว +3

      JavaScript, Python and Java are the most widely used programming languages in Sweden. In terms of ranking, the top 10 ranked programing languages are: Java, Python, JavaScript, C#, C++, PHP, Swift, MATLAB, Scala, Objective-C, respectively.
      - The Swedish market of IT service

    • @aggi999
      @aggi999 2 ปีที่แล้ว

      Interesting, over here in Iceland it seems c++ and python are the winners, especially in my field

    • @theindooroutdoorsman
      @theindooroutdoorsman 2 ปีที่แล้ว

      That part. Around me everyone wants Java, but if I expand to statewide it's either C, C# or Python with a sprinkling of Javascript.

    • @OsundareToheeb
      @OsundareToheeb 2 ปีที่แล้ว

      You are damn right! here in Poland. Java and javascript are on top for web development

  • @AndreiJikh
    @AndreiJikh 5 ปีที่แล้ว +57

    Thank you for this! I'm going to take your advice and learn the top 3 for FANG. I have a few friends who work in the big ones and I've always wanted to get into it. I spend way too much time playing puzzles and dragons haha. If you could make a video about comparing FRONT END vs BACK END and if that has any impact on the hiring process - that would be epic!!

  • @mranderson3277
    @mranderson3277 4 ปีที่แล้ว +11

    Javascript is an extremely beautiful and expressive language. I used to hate it with a passion. But there are some expressions you can do in it that just blow your mind.

  • @rohanchauhan8693
    @rohanchauhan8693 5 ปีที่แล้ว +49

    Better than all of the other videos out there. Thanks for being honest, this video has helped me to think about what languages to learn.

  • @c0dertang
    @c0dertang 3 ปีที่แล้ว +9

    I love how he explains why he ranks everything. Very comprehensive!

  • @lkedves
    @lkedves 5 ปีที่แล้ว +26

    Kudos for starting with that the answer depends on who asks... also, clear classification, solid reasoning, nice visual elements. A good one, grats.

  • @SteelerY360Nation
    @SteelerY360Nation 5 ปีที่แล้ว +39

    This is my first time on your channel. I like the fact that you talk very honest. I’m a Newbie. Great example with tic tac toe, to explain front & back end, and storage
    You gotta new Subscriber! 👍🙏

  • @EdwardAdler26
    @EdwardAdler26 5 ปีที่แล้ว +43

    Seriously the most informative programming languages video I've ever seen. Keep up the nice work!

  • @danG25
    @danG25 ปีที่แล้ว +6

    Despite this video being 4 years old, I can see that you have the skill to captivate the audience and avoid making the information dull.

    • @hamza77v
      @hamza77v ปีที่แล้ว

      Yeh😊

  • @santiagosanchez2704
    @santiagosanchez2704 5 ปีที่แล้ว +35

    You are right, python is not usually used to teach programming at uni. However, there are exceptions. Python is used in the introductory course in the MIT for CS. And it was also used at my uni at an engineering degree (not computer science though).

    • @fundoo203
      @fundoo203 ปีที่แล้ว

      It makes sense. Python is extremely popular among non CS people. They just want the code, they don't care about memory management or performance

  • @milliblom2237
    @milliblom2237 3 ปีที่แล้ว +7

    Kind of late here, but I would also recommend C# for people starting to code. You don't have to manage memory and there's plenty of support, including Microsoft's own (IMO really good) documentation. It's very useful for any folks wanting to get into game development, as Unity uses C# and Unreal Engine uses C++ , which is similar enough to C# to learn afterwards. You don't need to worry about the crappy syntax and randomness that C++ throws at you, but you get all, and often more, features, and many solutions to problems that are given in C++ can be easily adapted to the language. Windows Forms is also a great way to get started with building desktop applications, as it's a simple framework to get into, while being adequately powerful.

    • @TheMessanger
      @TheMessanger 2 ปีที่แล้ว

      So many C but all compiled to C sharp so which one should we start with. I already learn A B just need to leran C so I move to D E F G H I K L M N O P Q R S T U V X Y Z
      when I reach Z I'll be burned out!

  • @VanessaHernandez-zd1lg
    @VanessaHernandez-zd1lg 5 ปีที่แล้ว +78

    We learned C++ at uni. I learned python one summer for an internship and kept with it. Def agree with your points especially with verbose C++. Great vid!
    Edit: ahhh I used Django that summer too!

    • @osemudiame123
      @osemudiame123 5 ปีที่แล้ว +6

      Vanessa Hernandez As a electronics engineer I think C/C++ is bae

    • @omaroats
      @omaroats 5 ปีที่แล้ว

      const string&

    • @HermanWillems
      @HermanWillems 4 ปีที่แล้ว +1

      @@osemudiame123 me too, i love the put everything in compile time thought. You can do almost anything with C++. You can build amazing abstractions that only cost you what you use. Soon alot more tools are added to the language that makes us make better abstractions. For example: Modules, Concepts, Compile time reflection, Meta-classes. C++ is amazing and evolving. It's also great for multi-core processors. And soon RISC-V is around the corner with alot of cores. And C++ works great on that. Also for webassembly C++ is an amazing choice.

  • @elliottandreasen4148
    @elliottandreasen4148 4 ปีที่แล้ว +11

    On the have fun category you should totally learn C#, it’s used for Unity and it’s used for so much other stuff too

  • @mandeepubhi4744
    @mandeepubhi4744 5 ปีที่แล้ว +71

    Programming Language is just like an Axe and Data Structures are the Art of cutting trees. You should have your own Axe based upon your tree whether it is very hard or soft.

    • @TheFuentes5551
      @TheFuentes5551 4 ปีที่แล้ว

      Where to begin learning about Data Structures?

    • @ShivamThakur-rt6js
      @ShivamThakur-rt6js 4 ปีที่แล้ว +1

      @@TheFuentes5551 First find a top rated courses on data structure and algorithm on udemy. You can get those courses for free if you google them. After having good grasp on them starting implementing them using java or Python.

  • @jdleanne
    @jdleanne 3 ปีที่แล้ว +325

    C++ should be taught as the first language to help students understand how computer really works :)

    • @noname_6423
      @noname_6423 3 ปีที่แล้ว +9

      C++ is my first language because i learned a bit of it in school. After that i started learning everything on my own on the internet. In high school they teach literally the basics until year 11(which is the last year because in year 12 we are supposed to learn sql) only a few stuff will be new. Not even sure when will we see pointers. But hey i am in the second half of year 9 and we just finished arrays so i guess that is good.
      But yes in the end i do agree that learning c++ first would be pretty good because it makes the rest seem easy :)

    • @O...Maiden...O
      @O...Maiden...O 3 ปีที่แล้ว +16

      noo!! to understand how computer really works -> asm should be the first language :))

    • @the_yogeshk
      @the_yogeshk 3 ปีที่แล้ว +1

      I got taught c++ first in our school

    • @ruthviks5791
      @ruthviks5791 2 ปีที่แล้ว +3

      If you ask me I would say C language.
      It might be pretty old language but it has been the base for many, which we are seeing right now.
      It might be a bit hard to learn compared to python, java and other such languages but if you are able to code anything with C then you are good to go with any language.

    • @GearismGaming
      @GearismGaming 2 ปีที่แล้ว

      rn my school is teaching us python

  • @anzifai717
    @anzifai717 5 ปีที่แล้ว +5

    if you want to start go for:
    1. start with c
    2.go to c++
    3.after that any other language is easy and amazing

    • @Belgarathe
      @Belgarathe 5 ปีที่แล้ว

      I would disagree. I think for beginners they should do python first so they don’t trip up on malloc and garbage processes. Then C follow by C++. Especially with little guidance c can be real beast. I remember pointers in function took forever to understand

    • @khanhchung4103
      @khanhchung4103 5 ปีที่แล้ว

      Most people start with Python then they never want to learn C. My friend was a case. C is an easy language to learn (not using) even though you have to do memory management manually. Not only that, understanding memory helps me a lot what going on under computers.

    • @sukraatahluwalia5137
      @sukraatahluwalia5137 5 ปีที่แล้ว +1

      @@Belgarathe As someone who writes C++ in production, I would say if one wants to write C++ then there's no need to learn C first. C++ especially since C++11 and now with 17 ( and 20 coming soon) has become a very, very different beast compared to C. Good practices in C++ are way different compared to C, you learn C then you will have to unlearn a lot of C style of coding when writing C++. The only benefit I can think of from C is pointers , but lets' face it, any competent C++ book will teach raw pointers first anyway and then move to smart pointers.

  • @seankelly4800
    @seankelly4800 5 ปีที่แล้ว +13

    Solid advice. Personally, for the future I'm interested in learning Kotlin and Rust, they will probably replace Java and C++ eventually, or at least be on par rivals.

    • @khanhchung4103
      @khanhchung4103 5 ปีที่แล้ว +1

      Sean Kelly Nah. I don't know about Java but replace C++? then you have to rewrite almost the entire world of software

    • @seankelly4800
      @seankelly4800 5 ปีที่แล้ว +2

      @@khanhchung4103 Yeah, that's true. They'll always be legacy code, but when it comes to new projects, there is a possibility for Rust to win out over C++ in years to come.

    • @yavornestorov
      @yavornestorov ปีที่แล้ว

      @@khanhchung4103 Obviously what he said can only refer to new projects, not maintaining and expanding old ones. Duh!

  • @alexjimenez6452
    @alexjimenez6452 5 ปีที่แล้ว +8

    Thanks Joma! This really helps a lot, Blessings!

  • @michael-bz5qz
    @michael-bz5qz 4 ปีที่แล้ว +41

    Why I just found this channel... you're what I needed this whole time for some encouragement and advice

    • @haowenzhu541
      @haowenzhu541 4 ปีที่แล้ว +1

      For the encouragement part you mean touching boobs?

    • @amranmohamed377
      @amranmohamed377 3 ปีที่แล้ว

      Hey it’s being for 1 year did u get a job?

    • @petrmary3394
      @petrmary3394 3 ปีที่แล้ว

      @@amranmohamed377 did he get it ?

  • @kobertolober
    @kobertolober 5 ปีที่แล้ว +14

    TH-cam has gradually changed their backend language to golang. The best language is always the one that accomplishes your project in terms of time, speed and not burns your server down.

  • @roubarizkallah2172
    @roubarizkallah2172 3 ปีที่แล้ว +5

    That point you mentioned about choosing the right language for the right purpose in order to find support is so important and true cz especially as a beginner if u have no support u are kinda compelled to let down after long hours spent not finding answers to issues u ran into. That would make u think programming isn’t made for u cz u’re not good enough when in many cases that ain’t true.

  • @feli-boon
    @feli-boon 5 ปีที่แล้ว +708

    "i want to program so that i could be ahead once i start computer science next year as a freshmen"
    dude are you spying on me

    • @motormadness9975
      @motormadness9975 5 ปีที่แล้ว +14

      Learn java and object orientated programming if you want to be ahead in your 1ss year in CS

    • @spraz3r348
      @spraz3r348 4 ปีที่แล้ว +2

      @Boris Petrov i started learning python but in the university next year they will teach us java cause the exam are about java. What should i do?

    • @shauryasen346
      @shauryasen346 4 ปีที่แล้ว +1

      same im going into highschool next year

    • @_lemonny
      @_lemonny 4 ปีที่แล้ว +6

      @@spraz3r348 I recommend learning Processing (processing.org/). It's a dialect of Java, but will introduce you to most essential programming concepts. Plus, it's easy to see immediate results so it's really gratifying. At the end of the day, any programming language you decide to learn will be beneficial. People spend so much time deliberating about which language to learn that they never really get anywhere. So just pick something and dedicate a few months to becoming proficient at it.

    • @MrHenryG123
      @MrHenryG123 4 ปีที่แล้ว +1

      @@_lemonny processing is javascript not java

  • @excalibur_gamevibez7239
    @excalibur_gamevibez7239 3 ปีที่แล้ว +2

    So glad I found this channel... I don't know a lot of tech people or programmers around my peers, I hope your videos take me far

  • @Rowing-li6jt
    @Rowing-li6jt 5 ปีที่แล้ว +11

    Wow,, this is one of my favourite video!!
    “When you hear it repeatedly, then you get to understand” is personal highlight!

  • @aminekhadiri
    @aminekhadiri 4 ปีที่แล้ว +8

    BRO, thank you so much for the insight. I have a master in biology, i work in biotech and forensics, and i feel i want to learn python and R for the future because of the need for AI and machine learning in regard to optimization and development in these fields. REGARDS!

  • @tannerbarcelos6880
    @tannerbarcelos6880 5 ปีที่แล้ว +8

    Taught python in my intro course, and c++ in my intermediate Comp Sci and also data structures course. Not sure why java was not the language we had to learn like the other schools in the area, but oh well. Great points in the vid! I’d definitely say python is amazing and is rightfully a top language.

  • @nn-gx5cb
    @nn-gx5cb 3 ปีที่แล้ว +5

    Perfect video for anyone who has this question that which language to learn for which purpose !
    My path was 8085, 8086 controller in parallel of C and C++ in college and later Java and C# as an electives. C++ is best language to start and perfect reasoning given by you.
    Robert Lafore's book is one of the best for C++

  • @yacinebenaffane6535
    @yacinebenaffane6535 5 ปีที่แล้ว +13

    I learned C++/Python Self. At university i learned first years C. and after Java, Java, and more Java ... I prefer C++, Python, Java

  • @Philipp-ym4pc
    @Philipp-ym4pc 4 ปีที่แล้ว +8

    This video really makes me appreciate that I was/am taught all of these at uni!

  • @shahaman6428
    @shahaman6428 5 ปีที่แล้ว +12

    Please make a video about which frameworks are better for specific type of work, would really appreciate it. Love your videos ❤️

  • @VireakYuth
    @VireakYuth 3 ปีที่แล้ว +2

    If you want to pass interview, learn c++ (just for interview only)
    If you want to excel in current job places, learn python or Java.
    Why I pick c++ over others for interview?
    1. Many sources code written in C++
    2. Less modules (less imaginations) -> easily ace during white-boarding
    3. Plain code in C++
    4. Java or C++ can be easily to be understood

  • @lukeivanov2327
    @lukeivanov2327 5 ปีที่แล้ว +13

    My list goes as this:
    1.Java
    2.C++
    3.Python
    After that, it’s whatever interests you (Swift for iOS development, JavaScript for web development, etc etc)
    Now here are the reasons for why I chose these 3 languages particularly. 90% of the Fortune 500 companies use Java, which makes it almost mandatory to know it if you wanna get into a big company. With the JVM, Java is a very versatile and high performance language used in many aspects of software development. Like Joma said, C++ is great for graphics and if you know the language, it is easier to transition to other languages from it but it doesn’t have as high of an interest and popularity as Java. And Python is at number 3 because of its great versatility and ease of work, which as Joma said, makes a great language for interviews. That’s the order in which I learned them but I’m not in no way biased. Plus, if you haven’t already noticed by Joma’s videos, Python is good for data science.

    • @ZFlyingVLover
      @ZFlyingVLover 5 ปีที่แล้ว +1

      1.Java
      - For business and versatility.
      2.C++
      - For screaming speed and low level HW stuff
      3.Python - for ML, AI, or Web
      4. JavaScript - for browser based apps

    • @deistormmods
      @deistormmods 2 ปีที่แล้ว

      Java is trash.

  • @kedarpednekar9582
    @kedarpednekar9582 4 ปีที่แล้ว +6

    Perfect to the point explained! The exactly relatable video to a CS fresher I would say !!

  • @SurviveWithSully
    @SurviveWithSully 5 ปีที่แล้ว +52

    I laughed so hard throughout this video. You make this field of coding entertaining and fun. Stay blessed ❤️

    • @adamalaa6784
      @adamalaa6784 4 ปีที่แล้ว +5

      Yeah the one that made me laugh is the boobies one

    • @AI2789crg
      @AI2789crg 2 ปีที่แล้ว

      @@adamalaa6784 1:30 lol for sure

  • @jsonkody
    @jsonkody 5 ปีที่แล้ว +8

    Java or C++ teach you way more than python (about object programming, types etc.) but it's maybe too much for a beginner.
    If I should recommend one language it would be Javascript (witch is quite a big bite to learn properly .. and it has basically infinite ecosystem).

    • @noahsomeone1938
      @noahsomeone1938 2 ปีที่แล้ว

      it took lots of scrolling to find javascript in this comment section. thank you

  • @zachandbro
    @zachandbro 5 ปีที่แล้ว +6

    Java was my first language and picking up Python is pretty simple since the syntax isn't as restricting

    • @arijit3110
      @arijit3110 2 ปีที่แล้ว

      Damn, that must've been very sad 😭

  • @ChocolateMilkCultLeader
    @ChocolateMilkCultLeader 4 ปีที่แล้ว +30

    I just watch this vids for the memes. This man is comedic gold.

    • @HEATHENS5074
      @HEATHENS5074 3 ปีที่แล้ว +1

      and info, dont forget that..

  • @riliame
    @riliame 4 ปีที่แล้ว +64

    I just wanna learn this because my fictional characters are smart, so I need to be too.

    • @JoshDHD
      @JoshDHD 3 ปีที่แล้ว

      th-cam.com/channels/D4dZVe8gc80z_A7RFqCn0Q.html

  • @iwatchedthevideo7115
    @iwatchedthevideo7115 4 ปีที่แล้ว +12

    One of the few really informative videoes I've seen on this topic. Subbed! I (have to) use Java at school. Although I dont find it fun, and a bit bloated, I agree that it's a good way to teach important core concepts. I've recently started CTF-ing, though, and Java seems inferior in throwing together quick scripts on the fly to solve some of the problems i meet there, compared to Python. Is it recommended learning two languages in parallell? I would really like to get a decent understanding of Python for CTF-scripting, but have Java as my main focus as it's what we use in uni. Any thoughts would be greatly appreciated!

  • @BigBahss
    @BigBahss 4 ปีที่แล้ว +5

    8:20 Hey man, I came to that conclusion on my own while trying to make my own browser extensions, and then found that many other people feel the same way. Although I honestly have nothing against Javascript or Javascript developers, they're far stronger than I. I'm probably just smooth brained when it comes to JS.
    Edit: Love the video by the way.

  • @guy-dev
    @guy-dev 3 ปีที่แล้ว +6

    My first language that I really learned was Java, then C# (basically the same), then C++.

  • @albertoedoni9953
    @albertoedoni9953 5 ปีที่แล้ว +39

    "Oh yeah and i quit my job" still laughing for that one XD
    You the best bro!

  • @jijithomson
    @jijithomson 4 ปีที่แล้ว +27

    "JavaScript is the only language that u can use to build an end to end app"

    • @Abublaa
      @Abublaa 3 ปีที่แล้ว

      is that true? why are you quoting

    • @abhishekv8999
      @abhishekv8999 3 ปีที่แล้ว

      yeah, it is actually pretty much true as I am a javascript developer and I can do both client and server with single language..

  • @nanonkay5669
    @nanonkay5669 5 ปีที่แล้ว +4

    There is so much fact in this one video than anything I've ever seen. Take my word for it as a CS bachelor's graduate

  • @paulschmidt8742
    @paulschmidt8742 5 ปีที่แล้ว +5

    Started programming because I wanted to do math and statistics. I was amazed by the for loops and if elif statements because I saw endless possibilities in python. I felt hyped creating a program to calculate pi and optimise it but later I started creating games and dvelving into networking and I realise what a lie I have been living in. I don't want to get a stupid degree when I can learn every programming language because I enjoy it. I would much rather program instead of school and I am already equally or more addicted to programming then gaming. I am now going to learn java as my second language a proper object orientated language.

  • @romanbelokurov4346
    @romanbelokurov4346 4 ปีที่แล้ว +3

    Thank you my friend! You solved all my questions in my mind! 👍

  • @JazzMachine77
    @JazzMachine77 4 ปีที่แล้ว +12

    I have been working in software development for more than 20 years now and I have to say that this was a very good video, very good advice about the languages. I agree that Javascript is a very good language to learn, than you can extend that knowledge to also learn Typescript as well.

  • @neves69
    @neves69 5 ปีที่แล้ว +5

    4:40 - In my case, my company is telling me that I am a Senior grade developer in technical terms, but that they can not move me from Junior because I tell my opinions too much, saying that I am too "implosive". Basically telling me to shut up.
    I will not change who I am for ANY company. If they don't want my honesty, I am starting to think that this is definitely not the right company for me.
    What do you think @Joma Tech ?

    • @denismilic4443
      @denismilic4443 4 ปีที่แล้ว +2

      Honestly, even if you love doing what you are, you're still working so it's not your free time. And if you're doing more work and better work for junior developer pay I would switch companies if I was in your place. I myself I'm a junior developer I got a job 7 months ago I'm getting a hang of it and company has been great and already gave me a raise after 6 months but ya, when I start doing more work and better work than a regular junior I'm expecting my pay to raise. I do love doing this as my job. But it's still a job it's not my free time. And I don't like staring at a monitor for 8 to 8 and a half sometimes 9 hours a day. So yea.

  • @willp6600
    @willp6600 ปีที่แล้ว

    I'm an embedded software engineer and from my limited experience I would say 1) c/c++ 2) rust 3) python although I could be swayed to switch rust and c

  • @Longsen
    @Longsen 5 ปีที่แล้ว +12

    Your videos are very helpful! I always look forward to seeing more content from you!

  • @deltarambo6230
    @deltarambo6230 4 ปีที่แล้ว +2

    Usually, it is not you who choose which programming language to learn (unless you want to become a degree-less programmer). For example, I studied engineering in two different universities (in two different countries) and both taught me programming in C++ and Matlab. However, the thing that I voluntarily chose to learn myself, and turned out to be important for my career, is Linux. In fact, universities unfortunately do not teach Linux at all, so do yourself a favour and self-learn Linux and, in the meantime, leave the programming language choice to the curriculum of your university.

  • @killeraudiofile8094
    @killeraudiofile8094 5 ปีที่แล้ว +5

    I think the LAMP stack is still plenty viable for personal web projects... especially given the extensive documentation on the internet and due to the fact that most pet projects won't need the extreme availability that may be supported on the MEAN stack and I think the more secure infrastructure of LAMP will actually be more useful...

  • @mariorivera6292
    @mariorivera6292 4 ปีที่แล้ว +2

    I’m really enjoying this channel a lot! Just discovered it a few days again. I would like your advice on something. Naturally, the answer to this question will ultimately depend a lot on how quickly someone can learn programming. My question is this: “Is 40 years old too late to learn programming from scratch, for example SQL, and still make it in the tech world and land a good paying position?” Part of me is discouraged, because I didn’t start trying to learn programming in my mid-twenties or even early 30’s. I’m not expecting to become a hot-shot at Google, but I’m wondering if I have a fair chance to nail something solid at my age in the future.

  • @treycoble4331
    @treycoble4331 4 ปีที่แล้ว +210

    Him: 95%... are lying to yourself and want to make that your career so you can make money
    Me: *Im just a 12 year old kid that just wants show my friends that I’m better than them...*

    • @rajjosenpai
      @rajjosenpai 4 ปีที่แล้ว +23

      Lol, you sound like an anime character

    • @Unit-sg1wc
      @Unit-sg1wc 4 ปีที่แล้ว +5

      We have the same interest I see...

    • @e.6z1
      @e.6z1 3 ปีที่แล้ว

      me: just a (almost) 12 year old kiddo that likes doing computery shit

    • @unbe0
      @unbe0 3 ปีที่แล้ว

      Im a 13 year old who wants to make money, that's it

    • @anashasiba2894
      @anashasiba2894 3 ปีที่แล้ว

      no man ur future more importante than ur friends

  • @tarekmoneimsaid
    @tarekmoneimsaid 2 ปีที่แล้ว +1

    After working for years with Java, I'm really enjoying learning Kotlin. It doesn't have as steep a learning curve as Scala or Clojure (pure funcional languages).
    Instead, it feels like an improvement over Java, with some very welcome features, such as the usual syntactic sugar (with the ability of creating DSLs, a neat feature), extension functions (no more Util classes), better functional programming support (at least more than lambdas and streams), etc...
    I'm mostly using it for personal projects, still figuring out the Kotlin way of doing things, embracing these improvements to write more concise code. It's fun :)

  • @robertoa.tarazona2708
    @robertoa.tarazona2708 5 ปีที่แล้ว +18

    Thanks a lot bro! Some of the information available can be daunting when you are first starting out but eventually you understand.🙋

  • @6y428
    @6y428 3 ปีที่แล้ว +2

    Dad explained what programming means to me, and told me that they make less money than avarage and I started liking it and liking it until it became my passion and now I know Unity c#, Roblox Lua, discord.js, C++, python, html. Only then to realise being a programmer can get you rich

  • @Ou8y2k2
    @Ou8y2k2 5 ปีที่แล้ว +52

    1. JavaScript. It's eating everything. *The End.*

    • @Aokiyoa
      @Aokiyoa 5 ปีที่แล้ว

      Agree

    • @Ou8y2k2
      @Ou8y2k2 5 ปีที่แล้ว +1

      @Luis CG I would have too, _a couple years ago._ The thing is, you'll need another language to get that initial job like: JS, Java, C++, etc.

    • @jeanpierre5941
      @jeanpierre5941 4 ปีที่แล้ว

      Teh script, can’t make syscalls, slow as shit, can’t eat integers. :)

    • @Markkkkkkkkkkkkkkkkk
      @Markkkkkkkkkkkkkkkkk 4 ปีที่แล้ว

      JavaScript can create a web alone without HTML
      +
      It can also create apps and games

    • @Ou8y2k2
      @Ou8y2k2 4 ปีที่แล้ว

      @@jeanpierre5941 Don't need syscalls since everything has a browser now, slow as shit didn't stop Java so it isn't stopping JS, and JS can eat integers up to 2^53. ;)

  • @theLUCKYdude17
    @theLUCKYdude17 4 ปีที่แล้ว +29

    I wanna know more of this "porndora" program he mentioned

  • @JS-ih7lu
    @JS-ih7lu ปีที่แล้ว +3

    This video is accurate. At the end of my CS degree, I had learnt all the common programming languages and could learn any new language in about a day (1 day for the basics and 2 days to be proficient). Like he said, programming languages aren’t important to professionals, because we know all of them, and it doesn’t take long to learn new ones. It’s the libraries, frameworks and support available for whatever you’re trying to program that matter because it means you don’t have to write your own 😂

  • @davidw.9711
    @davidw.9711 5 ปีที่แล้ว +4

    im a doctor and currently learning python since medicine gets more and more influenced by you guys (number of papers surged involving machine learning etc. pp.)

    • @yavornestorov
      @yavornestorov ปีที่แล้ว

      So, 3 years later, did you learn it, or did you quit? 😄

    • @user-zq1kk3gy7e
      @user-zq1kk3gy7e 3 หลายเดือนก่อน

      😂😂​@@yavornestorov

  • @KaranSingh-or7yy
    @KaranSingh-or7yy 5 ปีที่แล้ว +111

    14:40 *Universal truth.*

  • @GhulamAbbas-rh5kl
    @GhulamAbbas-rh5kl 5 ปีที่แล้ว +2

    Best video that shows right path. Thanks Joma.

  • @nikthomas2511
    @nikthomas2511 5 ปีที่แล้ว +6

    One question for a complete beginner? Learned the basics of Python, should I keep specialising on it or learn the basics of some others too(Java, SQL, etc).. Quantitative Economics student here

    • @CreepyBio
      @CreepyBio 5 ปีที่แล้ว +2

      If your curriculum requires you to learn all the other things, do so. Otherwise, I'd say depth is more important than width for a beginner, because when you get to expand your skills later it's far more easier if you have a indepth understanding of a specialised technology

  • @sakethmanda9590
    @sakethmanda9590 5 ปีที่แล้ว +7

    It's obviously Assembly, FORTRAN and Pascal. Those are the most happening languages right now.

  • @senseiph2913
    @senseiph2913 5 ปีที่แล้ว +7

    Every night I can't sleep because of Joma Tech and Tech Lead. I was confused by two of them. Does TechLead is the father of Joma Tech?

  • @antoinecantin1780
    @antoinecantin1780 3 ปีที่แล้ว +7

    Bruh literally the 4 languages I have practiced the most on the side with science degree in college and the things he said... getting my opinions confirmed lmao

  • @VibewithAsrar
    @VibewithAsrar 5 ปีที่แล้ว +273

    When I heard "porndora "I was dead 😂😂

  • @minhcuongtran3232
    @minhcuongtran3232 5 ปีที่แล้ว +40

    8:20 is fucking gold

  • @ShaferHart
    @ShaferHart 5 ปีที่แล้ว +30

    10:04 I had to pause and google that up 🤣

    • @kantar007
      @kantar007 4 ปีที่แล้ว +1

      don't look at the images that you get when you google this

    • @entity5209
      @entity5209 3 ปีที่แล้ว

      @@kantar007 too late

  • @internetalpha5173
    @internetalpha5173 5 ปีที่แล้ว +9

    I started actually programming a year or two ago and I remember after spending 3 months learning python, I thought I was ready for machine learning. Yeah python literally became some ancient codex as soon as I tried ml. But I will say this; python is really fun and interesting just because of the data analysis you can do. Im 16 so I've never got to use it in a work environment but it's just so much fun to parse random webpages and screw around. I've probably broken some laws but oh well.

  • @fbiagent1317
    @fbiagent1317 4 ปีที่แล้ว +12

    I'm learning Java then python then html and the c++

    • @romkagm7756
      @romkagm7756 4 ปีที่แล้ว +2

      Switch c++ and html. HTML is too hard, first learn c++...

    • @renn.or.something
      @renn.or.something 4 ปีที่แล้ว +1

      Good to you bro

    • @romkagm7756
      @romkagm7756 4 ปีที่แล้ว +1

      @@renn.or.something it was a joke...

    • @renn.or.something
      @renn.or.something 4 ปีที่แล้ว +1

      @@romkagm7756 i didnt aim it for you

  • @powerliterature
    @powerliterature 4 ปีที่แล้ว +1

    Hey Joma,
    Greetings. Great YT channel, nicely edited. I'm subscribed because content is great. You're very knowledgeable, honest and cool. Kudos Joma cool!

  • @freddy7304
    @freddy7304 4 ปีที่แล้ว +3

    An observation I want to add : I hear people say learn python for machine learning all the time. I think people want to learn machine learning only after they look at the high salary , not knowing that you can't just get into machine learning like you can with being a developer. Machine learning and ai is still treated as a traditional science , engineering field, not a programming field. You'll most likely need a master's degree to get hired .

    • @priscillaoduro4865
      @priscillaoduro4865 4 ปีที่แล้ว

      fred d exactly, machine learning requires very good math and statistics knowledge.

  • @Zwiebelgian
    @Zwiebelgian 2 ปีที่แล้ว +2

    I started with a language barely anyone uses, moved on to a language that barely anyone uses and now I‘m using a language that barely anyone uses. I think I‘m eligible for all three categories!

    • @mtekleel
      @mtekleel 2 ปีที่แล้ว +1

      Can I know what language it is? Fortran? Pascal? Basic?

  • @abdulmoizahmer9770
    @abdulmoizahmer9770 5 ปีที่แล้ว +19

    Stackoverflow ranked languages something like this in 2018
    1. Javascript
    2. Python
    3. Go
    4. Java

    • @IwatchYuTup
      @IwatchYuTup 4 ปีที่แล้ว +1

      this is not based on better or best but based on questions asked. Some read that because more questions asked as they are hard, confusing and not matured. I am experienced JS developer and yes it is true for JS, more people ask about JS questions on SO because it is shit language and nobody understand it easily. Thats why there is typescript makes things easier for devs.
      Microsoft has it is own forum for C# and VB. People prefer to ask questions there more. Because SO is full of arrogant idiot devs and editors. Newbie guy asks a dumb question because he doesnt simply understand. he is getting downvoted, closed question and scolded. On Msdn forums you are motivated with good answer. MS own developers are checking questions and answering with good support. why would you ask on SO?
      Same goes for mobile development there is Xamarin forum where you get better help than SO without nobody scolds you for your super dumb newbie question.

  • @levyalexandre3714
    @levyalexandre3714 10 หลายเดือนก่อน

    Boy oh boy! I have been watching shorts on this channel without subscribing until this one. I just both subscribed AND clicked on the like button. Sold!

  • @semlimi200
    @semlimi200 5 ปีที่แล้ว +24

    Lmao always love the humor you put into your videos!! 😂

  • @yogiturtleseraph8208
    @yogiturtleseraph8208 4 ปีที่แล้ว +2

    Scheme and C are used as starting languages because they are tight and minimalists. That mean you will only need a few days to know everything the languages offers. Mastering it is another story altogether; but the less time you have to learn specials syntaxs, the more time you can dedicate to learn to use your toolbox.
    With experience you might wear more and more toward a tight, small, well behaved toolbox anyway. That's why all the language end up looking the same: you're better of sticking to the core and avoiding any special constructs and eye candy.

  • @kilimandzharov5894
    @kilimandzharov5894 3 ปีที่แล้ว +10

    You can see four languages on the preview, cause Joma starts count from 0)

  • @carlosvaldez5647
    @carlosvaldez5647 4 ปีที่แล้ว +1

    Thank you for the guidelines!

  • @eric80372
    @eric80372 4 ปีที่แล้ว +4

    Studying as a mechanical engineer student, I think Matlab is the easiest one, but you cannot learn the details of coding while they’ve done all these for you😂😂
    Thanks for your detailed and useful suggestions!

  • @aqynbc
    @aqynbc 5 ปีที่แล้ว +1

    Glad to see you back with real info Joma :)

  • @abhishektyagi4428
    @abhishektyagi4428 5 ปีที่แล้ว +7

    Sir Could you please make a video explaining the resources you use to learn or enhance your programming skills

    • @abhishektyagi4428
      @abhishektyagi4428 5 ปีที่แล้ว +1

      @@ryzen7428 well my friend you are completely misinformed , are you sure you can learn completely from Google because I know I can't , if you think you can just answer my question - how to configure vs code for C++17 in Ubuntu or any Linux distro
      Even the official website of vs code lacks this sufficient documentation, how's that.
      Also yet another question - should you upgrade your Linux kernel, that would compromise the stability of the graphics driver of Nvidia how's that

    • @abhishektyagi4428
      @abhishektyagi4428 5 ปีที่แล้ว +1

      @@ryzen7428 so how do you choose between them ?

  • @aimenenouri9214
    @aimenenouri9214 4 ปีที่แล้ว +1

    The best advice I've heard in my life. Thanks a lot

  • @rohansampat1995
    @rohansampat1995 4 ปีที่แล้ว +14

    "most experienced programmers dont care about top languages"
    We dont but we still like to duke it out in the comment section yes?

    • @daniellige5311
      @daniellige5311 3 ปีที่แล้ว

      ya fuck java fuck js fuck python fuck c based languages

    • @rohansampat1995
      @rohansampat1995 3 ปีที่แล้ว

      @@daniellige5311 So you an assembly fan or something?

  • @potatoz4u382
    @potatoz4u382 3 ปีที่แล้ว +2

    This was a very helpful video.

  • @aliettienne2907
    @aliettienne2907 ปีที่แล้ว +4

    I want to build Kool stuff and nothing more that's why I want to learn coding. 😎💯👍. I won't go into a career that potentially can be complex, tedious and beyond my capability. I would only go into a career that I have absolute confidence doing it comfortably.

  • @rileydavidjesus
    @rileydavidjesus 4 ปีที่แล้ว +1

    For building cool stuff.
    1. Cut out Java and swift
    2. Keep learning JavaScript
    3. Learn Nodejs & REACT Native