The Programming Language Guide

  Переглядів 429,859

Traversy Media

Traversy Media

День тому

This is NOT another annoying top 10 programming language video. We will talk about how programming languages work including low-level & high-level, compiled, interpreted, etc. We will also talk about some of the popular languages and what they are good for.
👇 Website & Courses:
traversymedia.com
💖 Show Support
Patreon: / traversymedia
PayPal: paypal.me/traversymedia
👇 Follow Me On Social Media:
Twitter: / traversymedia
Instagram: / traversymedia
Linkedin: / bradtraversy
💻 Programing Language Crash Courses:
Rust - • Rust Crash Course | Ru...
C# - • Build a C# .NET Applic...
Go - • Go / Golang Crash Course
Python - • Python Crash Course Fo...
JavaScript - • JavaScript Crash Cours...
Kotlin - • Kotlin Crash Course
PHP - • PHP Front To Back [Par...
Ruby (Ruby on Rails) - • Ruby On Rails Crash Co...
Timestamps:
0:00 - Intro
1:02 - Low-Level vs High Level
1:43 - Machine Language
2:28 - Assembly Language
3:24 - General Purpose Languages
3:52 - C Language
4:47 - Compiled vs Interpreted
6:30 - C++
7:26 - Rust
8:46 - High Level, Interpreted Languages
9:23 - Java
10:50 - Statically Typed vs Dynamic
12:03 - Kotlin
12:58 - C#
14:40 - Go
16:00 - Python
17:20 - Ruby
18:54 - JavaScript
20:58 - PHP
22:37 - Swift
23:35 - Outro

КОМЕНТАРІ: 354
@kevinvikan3609
@kevinvikan3609 10 місяців тому
As someone who did struggle for 1 year to learn, I had to come here to say: the best way to learn are books that have interactive content. Those that make you practice what they teach on еach chapter. And that's what you need as a beginner: practice instead of complex subjects and concepts. Focus on learning your first programming language and everything else will be much easier once you learn. Edit: For those asking, the books that made me learn were "Javascript In Less Than 50 Pages" and "Head First Javascript Programming".
@TheReal_E.IRIZARRY
@TheReal_E.IRIZARRY 9 місяців тому
Stack Overflow saved me. rotflmao
@MartinezRBA
@MartinezRBA 9 місяців тому
I have seen this comment on other videos about programming languages haha, nice
@blackiesavage7661
@blackiesavage7661 7 місяців тому
Basically documentation
@secfeed6987
@secfeed6987 4 місяці тому
exactly, I had the same issue, I literally had to write my own curriculum as I couldn't find anyone that could teach it for beginners. This was when I was learning C#. The problem with all these courses, they actually don't teach you anything. They just tell you, great now build this simple function, good luck, and then you're just sitting there going WTF are you on about? Instead, I spent days going through books and videos and grabbing bits and pieces, threw it all into Github, I then consulted with a Project Manager to work out the best framework to manage my learning and learned how to use GitKraken to help me oversee my code. Best experience ever. As a beginner you need to be hand fed most of the stuff at the start so you understand what the code is doing, then you can start writing your own stuff. Instead, it's in reverse, you're told to write your all your own programs and you know nothing lol.
@eldi
@eldi 2 місяці тому
Disagree. And such a generic answer. Like, books? Really? Is that your tip for beginners? C'mon.
@AndrewBlucher
@AndrewBlucher 11 місяців тому
Great vid Brad. I'm a retired University Lecturer, I taught programming for 20 years. IMO you've given a great and unbiased intro to modern programming languages. As you said, you can't cover everything. For anybody reading who wants to dig deeper, here are a few suggested considerations - Library support. This is one thing that drives the popularity of Python, and is the bedrock of C and C++. - Object Oriented or not? OO is not just one concept: every language has it's own concept of OO. - A few languages that Brad had to leave out: Pascal (mentioned), Fortran, Cobol (yes people still use it). - Other programming paradigms. Lisp and Prolog are worth learning: they teach you different ways to think. - Stability. Is the language / framework / environment owned by a corporation that can change it at any time, or is it a Standard? Getting off Brad's topic, here are some other things to consider. - Test Driven Development. Check it out, along with criticisms. - Prototyping / Agile. They are not the same. Check out criticisms. Is Agile a passing fad? - Learn about preconditions, invariants, post conditions. Read Meyer Object Oriented Software Construction. - Read Stroustrup The C++ Programming Language. You'll learn heaps, not just C++. - Learn about debugging. Write your code to be debugable, along with testable. And now a caution: I've only seen one of Brad's vids and he seems to be thorough and trustworthy. Many other programming UKpostsrs (and online tutorials) are not, I've seen plenty who just sprout ignorant opinions and wrong "facts". Tutorials are good to get you started, but don't rely on a single source. When you really want to know something, go to (as they say) the source. The official documentation, the original author, the official website. Final advice: learn multiple languages. Experiment. Write your own interpreter. Have fun :-)
@alans8771
@alans8771 10 місяців тому
Thanks for sharing your wisdom and experience , will be useful :)
@user-ig2ej8iw7f
@user-ig2ej8iw7f 7 місяців тому
Thanks professor
@miroslavmikus6480
@miroslavmikus6480 7 місяців тому
One thing I think is missing in programming courses is adding new functionality into previous (home)works - which is how it works in real life jobs. Until then you can't appreciate proper coding style and software patterns and so on. Maybe even same project once with your own implementations (to know how it works) and once with maximizing standard libraries (to know how you could avoid bugs from previous project :D) and similar...
@AndrewBlucher
@AndrewBlucher 7 місяців тому
@@miroslavmikus6480 Sounds like you have attended one of my classes :-) Students would build up a significant project (2000 to 3000 lines of code) incrementally through the 13 week semester. If that sounds like a lot, well, yes it was! It was an elective subject that had high student demand because of the great skills they learned.
@AndrewBlucher
@AndrewBlucher 6 місяців тому
@@europa818 Who is "we"? I didn't mention Java.
@alicefraser5799
@alicefraser5799 2 роки тому
Love the t-shirt Brad! Thanks for another useful video. As a self-taught beginner I'm glad I bumped into you in one of the many many rabbit holes I found myself lost in this year. You've played a huge part in helping me navigate the labyrinth of the web dev / programming scene, and taught me CSS and JS. Always great content, no fluff and to the point. Whenever my brain is ready to cram in some more, you're one of my go-tos and I keep learning thanks to you. Respect.
@KennyYipCoding
@KennyYipCoding 2 роки тому
Almost thought you made one of those top programming language clickbait videos. Good thing I was wrong ! :)
@TraversyMedia
@TraversyMedia 2 роки тому
Nope. I wanted it to be objective and to help people understand more about programming languages. Top 10 lists are nonsense.
@BahLarry
@BahLarry 2 роки тому
@Kenny Yip Coding I haven't seen brad do click baits, bro.
@maxfrischdev
@maxfrischdev 2 роки тому
All tech -youtubers make these every year 😅 But THIS video is not one of them, it's a very neat rundown and comparison of the most used languages. Well made 🤘🏻
@quentincaldway
@quentincaldway 2 роки тому
@Kenny Yip Coding You'll never find Brad stooping to click baiting brother. He has a pretty sold rep. Appreciate all the content you push out for us Brad!
@leonarddavis8732
@leonarddavis8732 2 роки тому
All of his videos are excellent. You may want to subscribe to the channel if you're looking for this type of info.
@renujadecosta6408
@renujadecosta6408 2 роки тому
Congratulations Brad for being one of the favourite developers on the State of JavaScript survey 2021❤️❤️
@TraversyMedia
@TraversyMedia 2 роки тому
Thanks!
@Treedboxcom
@Treedboxcom 2 роки тому
Yeah!
@dansanger5340
@dansanger5340 2 роки тому
These types of videos are very helpful to people who are just getting into or back into software development, or people whose careers have been very siloed. Both apply to me, so thank you.
@emmanuelAumsuri
@emmanuelAumsuri 2 роки тому
I never found the quality content, and well explainable video like this for programing languages. Thanks so much! Your video is very useful.
@miraclehesed8959
@miraclehesed8959 2 роки тому
Very insightful. Thank you for this. I really needed to know this coding history and you just summarized it with precision. Awesome.
@mattgic42
@mattgic42 2 роки тому
Hands down you're the best crash course teacher I've ever had the pleasure of knowing. Just wanted to take the time to show my appreciation and admiration for everything you do for us.
@OldSloGuy
@OldSloGuy Рік тому
A well paced delivery! Lots of info succinctly presented with good audio. No background music is a big plus for me.
@kelechimoses5333
@kelechimoses5333 8 місяців тому
This is literally the best guide to programming languages i've ever seen!!...thank you so so much!
@shhrage
@shhrage Рік тому
Thank you for this information, noted all of it down and it might be helpful for me to choose what to learn and aware of the other programming languages and yes learnt new things too.
@VladBurlutsky
@VladBurlutsky 2 роки тому
Great video Brad!Thanks a lot for what you've been doing and creating!
@mmelimahlobo7656
@mmelimahlobo7656 7 місяців тому
Thanks Brad this was very helpful,I have heard many people discouraging from learning PHP
@christiflame7444
@christiflame7444 Рік тому
Thank you so much for this Video it Really helps to clear some things up!
@djl3009
@djl3009 2 роки тому
The 1st ever program I wrote was in machine code using hexadecimal instructions and memory addresses. That was for Intel's 8086 processor :) -- part of an "electronics instrumentation" module for a Bachelor's degree in Physics, way back in 1996!
@silloo2072
@silloo2072 Рік тому
You wrote in binary?!!?
@MiChEaLaDeNuGa-oj6wb
@MiChEaLaDeNuGa-oj6wb Рік тому
@@silloo2072 The real boss 😂
@franciscoflamenco
@franciscoflamenco 11 місяців тому
No, he wrote in Hex, but that's as close to binary as it gets for people I guess.
@deanthemage
@deanthemage 11 місяців тому
Very helpful and insightful especially to those of us just starting out. Thanks man
@KayGee_yt
@KayGee_yt 8 місяців тому
Im studying product design ans just trying to understand how coding works without becoming a developer myself. Breakdowns like this are great! Thanks man!!
@tolulopeokerayi8158
@tolulopeokerayi8158 2 роки тому
Your videos are so helpful. Thank you!
@ViorelMocanu
@ViorelMocanu 2 роки тому
As always, excellent video, Brad! :) Keep up the fantastic work!
@TheNoodleMint
@TheNoodleMint 2 роки тому
Thank you, Brad. This is very helpful for a beginner like me.
@averageguyvstheworld8601
@averageguyvstheworld8601 2 роки тому
Definitely appreciate you talking about web assembly, recently found out about it and it seems like it could be awesome
@user-di4bt7qu2i
@user-di4bt7qu2i 2 роки тому
Great info Brad. Watching your videos is always time well spent.
@djlclopez128
@djlclopez128 9 місяців тому
Thank you, very informative. Would you possibly make a video detailing which software careers use certain languages? (For example, machine learning careers and what languages they should learn or full stack development and languages needed) that would be very helpful as well!
@realfejiro
@realfejiro 2 роки тому
Oh Brad!!! You never fail to deliver. Thanks Boss. God bless you. With love from Nigeria.
@petecapecod
@petecapecod 2 роки тому
Great video! You cover many important details about how languages work, and their respective levels. This video is a must watch for anyone getting into coding 💯
@kiafaaxahmed
@kiafaaxahmed 7 місяців тому
progrminng c+++ jva
@tobimedase9312
@tobimedase9312 Рік тому
Thank you for this amazing video and for breaking it into bits.
@nikolavukovic5678
@nikolavukovic5678 2 роки тому
Great content, tnanks a lot! Means a lot. Would like to see some devops build/deploy and automation strategies .. Thanks take care.
@nikomitk8091
@nikomitk8091 9 місяців тому
I learned the assembly language of the 8051 microcontroller in school and it was one of the most useful things I've ever learned regarding technology, cause it absolutely changed the way I understood everything about the way a computer works, and it's given me a huge advantage in university, no matter what programming language.
@jimmypretzel4785
@jimmypretzel4785 Рік тому
Thanks a lot for this video, it was really helpful and well presented!
@samanfayazi1226
@samanfayazi1226 2 роки тому
Informational as always, thanks a lot Brad.
@umaruabdulmalik
@umaruabdulmalik 2 роки тому
Thanks Brad, much appreciated!
@ubaldo7227
@ubaldo7227 Рік тому
Thanks a bunch, very informative
@Gennys
@Gennys 9 місяців тому
So many of these languages have come such a long way, even in the last 5 years. It's remarkable. I really have to give props to the JVM team specifically. They have really done an incredible job adding features, allowing more languages to be run on the virtual machine. And the Java language developers as well have been really putting in the work since Java 8 implementing some seriously fantastic functional paradigms into the core language and really modernizing the language while being extremely considerate not to bloat the language.
@Lyrik-Klinge
@Lyrik-Klinge 2 роки тому
Thanks for the fantastic overview!
@malkiatsingh3057
@malkiatsingh3057 2 роки тому
Thanks for the Guide really helped me and I found the language for myself thank you !
@ColeCaccamise
@ColeCaccamise 2 роки тому
Great video Brad! Everything was really well explained
@sumitpanwar9695
@sumitpanwar9695 2 роки тому
I am Learning programming for the last 3 years right after high school I skip college and Brad ( Traversy Media ) is the best instructor for programming, and web development. I am done he's javascript course it was amazing after this I don't have to learn every single language from scratch I just need to learn the basic syntax. after all of this now work in Flutter, Web Dev, Starting Unity, all of this because of him ThankYou Brad ❤️
@marc.roelofs
@marc.roelofs 2 роки тому
Thanks. Very useful to show people an objective view on the different languages.
@scottwoodcock2779
@scottwoodcock2779 2 роки тому
Awesome topic! Great to have you share your insights on these languages and their use cases. Popcorn worthy! 🍿🥤
@venkatkosuri5224
@venkatkosuri5224 2 роки тому
Thanks Brad I got a job as a react js developer fresher just following your videos Keep sharing front end videos 🙏❤️❤️
@yt_bharat
@yt_bharat 2 роки тому
Best content for programmers, thanks for the wonderful presentation. Neat slides 🙂
@CodingPhase
@CodingPhase 2 роки тому
new setup looking nice bro
@michelchaghoury870
@michelchaghoury870 2 роки тому
great vid like always, can you make in the future some C#/NET Projects ?
@onlineVitamin
@onlineVitamin 10 місяців тому
valuable + on point . thanks for great content
@walidellhamdi
@walidellhamdi 2 роки тому
Thank you, very helpful
@mikev4755
@mikev4755 Рік тому
I've used assembly language, Fortran, Cobol, PL/1, Pascal, VB Script, C++, C# and several others. C# is easily the best environment. Also, there is another language between assembly code and machine code. It called micro code and defines the CPU functionality.
@apolmedrano3914
@apolmedrano3914 3 місяці тому
Youre a genius, hopefully I can get to your level one day
@petroslalakidis5316
@petroslalakidis5316 Рік тому
Thank you for this video!
@jomy10-games
@jomy10-games Рік тому
If you want to learn Swift, it has evolved a lot over the years. It can compile to Linux, Windows and WebAssembly. It's used for scripts, backends, etc. The most common use case remains apps for Apple Platforms ofcourse.
@hamzaassa1988
@hamzaassa1988 2 роки тому
Hi brad Thanks for all the amazing knowledge that you give for free. I just wanted to ask if you could provide these slides ( that mostly your videos have ). It would be amazing. Thank you.
@avatarhzh5035
@avatarhzh5035 2 роки тому
Great video as always Brad. One suggestion for this video is that I wished you included something like Haskell and then quickly described the difference between OOP vs FP. As it stands now the video is a bit biased towards OOP languages.
@thunderbayrider01
@thunderbayrider01 2 роки тому
Great explanation! Would you recommend a coding boot camp for someone wanting to start a new career in web dev, etc.? Or some other educational route?
@daniell8324
@daniell8324 2 роки тому
Thank you Brad, sir, for all the wonderful UKposts tutorial videos you have been making and I am following, I have also taken and completed some of your Udemy courses since 2019, they have vastly improved my skills and understanding as a Frontend Web Developer, thank you sir :) Just a request, could you make a tutorial video on the new CSS Cascade Layers please? Thank you.
@hinkhall5291
@hinkhall5291 9 місяців тому
I have always said to beginners that unless you are developing your own software where you get to pick your stack, the best programming language for you to start out with are the one that the companies in your area are hiring you to code in. Cause what you want is to get your foot in the door. After you do it for years then it really doesn’t matter cause what matters is _can you solve problems_ ? The language then doesn’t matter as much cause you can eventually learn any other language.
@Epikht
@Epikht Рік тому
Thank you brad 🔥
@yakimchuk
@yakimchuk 2 роки тому
Hi! Thank You for such understandable video. 🤓🤝
@vicious_toad
@vicious_toad 3 місяці тому
this is a GREAT video. thank you!
@azkme4fun1
@azkme4fun1 Рік тому
Very positive video. Well done!
@ishtiakahmed6336
@ishtiakahmed6336 2 роки тому
What a awesome video on Languages on The International Mother Language Day! After hearing about them, I choose C++ and Go for general purpose.
@akin242002
@akin242002 2 роки тому
Go is great. C++ is like having a life goal to become an astronaut. Not easy, but with time and strong determination it can be learned.
@inversion_media
@inversion_media Рік тому
phenomenal video, thank you
@nudecode
@nudecode 2 роки тому
Thanks Brad. As always loved it. Love shirt mate, can buy them on line?
@CarCinCal
@CarCinCal 2 роки тому
Great video as always - thank you for making this! But why not include Dart?
@PlotTwists
@PlotTwists 2 роки тому
I already know all of this but it was entertaining to watch so thanks :)
@AdamsTaiwan
@AdamsTaiwan 2 роки тому
C# can also contain unsafe C code, which is where they often put code that needs to be performant. While mainly statically typed, it also supports a dynamic keyword. I use it for code that 'plugins' at runtime.
@Triskelion345
@Triskelion345 8 місяців тому
Dam
@aidagarcia8823
@aidagarcia8823 9 місяців тому
I write machine code. I’m just built different
@kiche_allan
@kiche_allan 2 роки тому
Today I seem to be among the first views of traversy uploaded videos. Nice one. Thumbs up
@flogginga_dead_horse4022
@flogginga_dead_horse4022 2 роки тому
Sorry to see you didn't mention Elixir at all. Also a really good Python framework to use which is faster and more modern than Django and Flask is FastAPI.
@gcxs
@gcxs 2 роки тому
it's on 13th
@gimlam5909
@gimlam5909 2 роки тому
Since he didn't mention Lisp I think everything else is behind on the queue.
@starseven4736
@starseven4736 2 роки тому
@@gimlam5909 World is not ready for LISP dude. I love emacs and syntax seems annoying once you understand it, everything make sense. Ditch kotlin why not build android app in clojure.
@greg5023
@greg5023 2 роки тому
6:45 "C++ is object oriented". C++ supports OO development but a lot of C++ code is written that isn't OO.
@TraversyMedia
@TraversyMedia 2 роки тому
I just realized I made it sound like it has to be OOP. Thank you
@Voidstroyer
@Voidstroyer 2 роки тому
Originally the purpose of C++ was "C with classes". It has only become more and more functional in newer versions, but in most of it's lifespan C++ was used with OOP in mind.
@klutch4198
@klutch4198 2 роки тому
Thanks Brad!!! 🔥
@silentsiren611
@silentsiren611 2 місяці тому
This is a great video! I feel like this is one of the only guides that is 100% honest and factual
@peshutanpavri1599
@peshutanpavri1599 Рік тому
Brad, your videos have been so helpful to me, I have never seen you do any tutorials on Java ? Do you do Java or have any Java tutorials ?
@christian-schubert
@christian-schubert 2 роки тому
PHP was also my first language I really learned! (with Actionscript being the first language I ever used - together with what was then known as Macromedia Flash). Just sad to see that PHP gets so much hate nowadays, I think it's really come a long way in the last decade(s?) and certainly deserves better. P.S.: maybe a short introductory course to PHP 8 by the legendary Mr. Traversy himself would open a few eyes (although I do see why that wouldn't be a priority as there ARE - as outlined in this video - great alternatives out there)
@theyreMineralsMarie
@theyreMineralsMarie 2 роки тому
My first true programming language was Action script 3.0 as well. I made some pretty terrible websites back then lol
@Voidstroyer
@Voidstroyer 2 роки тому
I use PHP daily for my work and I hate it very much. The nail in the coffin for me is its syntax. Even clean code looks very ugly compaired to other languages. But this is just a personal bias of mine. The language is powerful, but also very ugly.
@marcosreal11
@marcosreal11 Рік тому
ActionScript taught me OOP. I miss Flash. If only CSS could evolve into a Flash-like system.
@clinicmasterinternational4342
@clinicmasterinternational4342 2 роки тому
Thanks for this update Brad, insightful. I was expecting to find Dart on list though, Kindly share thoughts. Wilson Kutegeka-Kampala Uganda
@chiragkhandelwal9178
@chiragkhandelwal9178 2 роки тому
Hey Brad Can you do some tutorials on System design btw new intro looks dope
@yutubl
@yutubl 2 роки тому
Nice programming languages overview for general entry purposes. Do you plan an overview over specialized so called domain specific languages: automation & robotics (Siemens S7), data science (R), mathematics (Mathematica, MAPPLE, MathLab), CAD/ECAD (Verilog) etc.
@Send_IT_Syndicate
@Send_IT_Syndicate 10 місяців тому
Thanks🎉 for the breakdown 8:37
@echobucket
@echobucket Рік тому
This is great, the one thing I think it's important to mention when talking about machine code and assembly is how different CPU architectures have completely different instruction sets. Other than that, this is great!
@_TheDudeAbides_
@_TheDudeAbides_ 2 роки тому
Assuming type does not have to be because of dynamic typing. In languages like for example Golang, they have type inference which assumes type but is still compiled. I think java also uses "var" for type inference.
@bjbell52
@bjbell52 9 місяців тому
I bought my first computer in 1979. It was an Atari 400 and it came with an Atari Basic language cartridge. So many people use to make fun of this version of Basic, in person and in magazines, that I thought maybe I should have bought a different computer. But I learned Atari Basic anyway. It's funny now in 2023 to find out that the design of Atari Basic was a bit ahead of its time. Atari Basic would check the syntax of a line typed in and would throw an error showing were the mistake was made. At the same time it would compile the line into bytecode, including the variable names. They would be assigned a token and that 1 byte token would replace the variable in the bytecode. That's how Atari Basic variables names could be 127 characters long with every character being significant but only using 1 byte in the bytecode.
@jeromealtariba7339
@jeromealtariba7339 2 роки тому
Thks for your video. Have just started Kotlin. Good language but still far from typescript in terms of productivity. But it makes life easier when creating android apps
@orjimaxwellchukwuemeka246
@orjimaxwellchukwuemeka246 2 роки тому
Thanks for your amazing teaching thanks I love your teaching. Sir can you give advice on language to learn in 2022 that offer high payment and places you in the technology high ends?
@SteveSmith-jc7pc
@SteveSmith-jc7pc 2 роки тому
Excellent summary.
@sida_g567
@sida_g567 2 роки тому
Please do a video on type of programming language means functional programming, object oriented programming things like that also some paradigm must be cool to see that
@ChrisM541
@ChrisM541 5 місяців тому
What's important to understand about assembly language is that it's a direct 1:1 with machine code. When you program in assembly you are also explicitly programming in machine code, since every opcode has a defined mnemonic. The programmer choses the required mnemonic (and operand if required) for each statement. The assembler simply looks up each opcode from each mnemonic, adding appropriate operands when present. It's a virtually instant process. Compilation is entirely different. What is very frequently overlooked when dealing with compiled languages is that feeding the same source code (in the same IDE on on the same PC) through different compilers will almost always produce different machine code. This can have a very significant bearing on executable size and execution speed. One compiler may also introduce bugs in the machine code that are not picked up till much later. It's highly recommended, particularly for C/C++ programmers, to have an expert level ability in assembly language. Only then will you be fully able to critically analyse/troubleshoot/debug any assembly produced from the compilation process. A C/C++ programmer with little/no assembly skills is handicapped to extremes - yes, they can code in C/C++ but absolutely no, their debugging will be spectacularly lacking.
@russellkemmit73
@russellkemmit73 2 роки тому
Great video Travis.
@ITentrepreneur
@ITentrepreneur 2 роки тому
Hi Brad, can you share with your list of most favorite frameworks please. #3 is Jango as we already know
@evam796
@evam796 2 роки тому
Could you make a video about a methodology to follow when you’re an experienced developer and you want to learn a new language/framework for freelancing? Of course you can’t charge your client for learning… so what is your strategy in that case? Do you try to build something on your own before finding some work? At what point do you feel confident enough with that new tech? Thx
@TheMetalMag
@TheMetalMag 2 роки тому
another great video thank you
@praveengopu9325
@praveengopu9325 2 роки тому
Nice introduction. 💙
@nirangasithara
@nirangasithara Рік тому
Thanks man !!
@jackinkc767
@jackinkc767 10 місяців тому
Thank you!
@henrymunoz2035
@henrymunoz2035 2 роки тому
Just finish your Mern tutorial last night. It was amazing thank you so much Brad
@TraversyMedia
@TraversyMedia 2 роки тому
Awesome. Congrats on finishing it. It's not easy to complete a course or series.
@skippern666
@skippern666 7 місяців тому
Started with BASIC in late 80's, and passed by a bunch of languages, now I use PHP and Python regularly.
@jwf3148
@jwf3148 Рік тому
One of my favorite tricks is naming a JavaScript file with the PHP extension, .php, and then embeddeding PHP in the JavaScript file - makes for great variable assignment using values strored in a database. let myage=""; The
@toranshaw4029
@toranshaw4029 2 роки тому
I still have to master the basics of CSS and JS but after that I plan on learning Ruby. Not sure where I'll go after that, as there are three options in the running for me, at this moment in time: Go, Python and Rust.
@user-lj9eq5fl5m
@user-lj9eq5fl5m 2 роки тому
Hello Brad, I am a junior full-stack javascript developer from Ukraine. And some part of my success was thanks to you! And now I need to make a migration from npm to yarn3. And I was trying to find some guidance on UKposts, and I cant. Maybe it could be interesting for someone else, and it would be interesting for you too))) I know you are best in guides creation.
@mmaranta785
@mmaranta785 2 роки тому
Are you in Ukraine now?
@Voidstroyer
@Voidstroyer 2 роки тому
Hey Brad. Excellent video as always. I noticed in the Ruby slide that you consider Rails as one of the best frameworks out there. Have you ever heard of Elixir and the phoenix framework? Elixir is a programming language that looks very similar to Ruby but it uses the Erlang Beam virtual machine. It is honestly a really cool programming language and the phoenix framework is also very nice to work with.
@ianwanyeki8386
@ianwanyeki8386 2 роки тому
Spread the Elixir gospel!
@Voidstroyer
@Voidstroyer 2 роки тому
@@ianwanyeki8386 I'm doing my best. Putting comments on big dev youtube channels
@TheTesuji
@TheTesuji 11 місяців тому
The reason why Ruby is so cool is that you can embed it in, lets say, a C++ project super easily, to provide a domain specific language for users to customise the behaviour of the software.
@larryjeffryes6168
@larryjeffryes6168 10 місяців тому
Like AutoLISP?
@billzade8158
@billzade8158 8 місяців тому
I LOVE the shirt man. I have a son that is on the spectrum, and I sometimes wish people would understand that they see the world differently
@kimchiman1000
@kimchiman1000 4 місяці тому
You took the words right out of my mouth. Gonna see if I can find one like it for myself. Great shirt!
@kritstims
@kritstims 2 роки тому
Man I get inspired just watching you talk 😂
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Переглядів 267 тис.
Every Programming Language Ever Explained in 15 Minutes
15:29
Flash Bytes
Переглядів 212 тис.
Пескоструйный АППАРАТ! #shorts
01:00
Гараж 54
Переглядів 2,2 млн
Python or JavaScript - Which One Should YOU Learn?
8:05
Tech With Tim
Переглядів 126 тис.
Is Coding still worth it in 2024? (as an ex-Google programmer)
13:36
How I would learn to code (If I could start over)
9:16
Jason Goodison
Переглядів 4,4 млн
God-Tier Developer Roadmap
16:42
Fireship
Переглядів 6 млн
How I learned to Code in 6 MONTHS & Got a Job Offer (Self-Taught)
34:44
My 6 Favorite Programming Languages | and why?
7:27
Travis Media
Переглядів 10 тис.
JavaScript: How It's Made
10:54
Fireship
Переглядів 864 тис.
Programming vs Coding - What's the difference?
5:59
Aaron Jack
Переглядів 1,9 млн
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Переглядів 1 млн
План хакера 🤯 #shorts #фильмы
0:59
BruuHub
Переглядів 990 тис.
Infrared Soldering Iron from Cigarette Lighter
0:58
ALABAYCHIC
Переглядів 1,8 млн
СКОЛЬКО ЕЩЕ БУДЕТ АКТУАЛЕН IPHONE 13?
14:10
DimaViper Live
Переглядів 57 тис.