Тёмный

My 6 Favorite Programming Languages | and why? 

Travis Media
Подписаться 231 тыс.
Просмотров 10 тыс.
50% 1

To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TravisMedia . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
In this video, I'll share my top 6 favorite programming languages that I've used over the past 7 years. I'll also give my reasons why.
What are your favorite programming languages? How would you rank them?
Leave a comment below and let me know!
Timestamps
00:00 Intro
00:29 Language 1
01:58 Language 2
03:12 Sponsor
04:17 Language 3
05:23 Language 4
06:01 Language 5
06:35 Language 6
** Video Mentions **
100 Days of Code The Complete Python Pro Bootcamp for 2023 - geni.us/n80Kf
Top 5 Resources for Learning Golang - geni.us/RBBcuWr
ZeroToMastery Rust Course - geni.us/DTe5LpB
** Career Path Coding Tracks **
Web Developer - geni.us/jBigBd
Software Engineer - geni.us/AbMxjrX
Machine Learning - geni.us/GporLlT
Python Developer - geni.us/tv2FJBU
DevOps Engineer - geni.us/MgHtJ
** My Coding Blueprints **
Learn to Code Web Developer Blueprint - geni.us/HoswN2
AWS/Python Blueprint - geni.us/yGlFaRe
** I write regularly **
travis.media
** FREE EBOOKS **
📘 travis.media/ebooks
LET'S CONNECT!
📰 LinkedIn ➔ / travisdot. .
🐦 Twitter ➔ / travisdotmedia​
🙋🏼‍♂️ Website ➔ travis.media
#programming #python #javascript #rust #csharp
* This video was sponsored by Brilliant
** Some of the links in this description may be affiliate links that I may get a little cut of. Thank you.

Наука

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

 

19 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@TravisMedia
@TravisMedia 11 месяцев назад
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TravisMedia . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@Salah-YT
@Salah-YT 11 месяцев назад
I began my coding journey with JavaScript, but I've grown to love DART and Flutter. I'm on the verge of completing the Dart course, and I must say, it's been a fantastic experience. By the way, I wanted to kindly remind you about adding the sponsor link in the description, if possible. Thank you for the great content!
@AdrianTregoning
@AdrianTregoning 11 месяцев назад
I signed up to Zero to Mastery today. If I recall it was your video that suggested it. So far, so good. Thank you Travis.
@ModernTenshi04
@ModernTenshi04 11 месяцев назад
While I haven't really done much with PHP, I'd personally swap it out for Ruby/Rails. It's basically the polar opposite of C#, which is also one of my absolute favorite languages, but hoooooly cow does the dynamically typed aspect really let you cut loose and build stuff insanely fast. I can understand that some folks don't like the "magic" of Rails, and at first I didn't either, but once you understand that magic and know how to wield it the amount of stuff you just get for free is pretty crazy. I can create a model for a large table and I don't have to define all the columns as properties because ActiveRecord just uses the schema? Man does that save me a lot of time writing boilerplate. I also really like some of its conventions such as boolean methods ending with a question mark, and that it has the unless keyword so you can do the opposite of an if statement and don't have to write the negation of certain checks, which can also improve legibility of the code (do this IF, or do this UNLESS). Top if off with being able to fire up my entire Rails app locally with the rails console, which then allows me to set breakpoints and step through things or play around with my code directly from inside my terminal? It's just so good at letting you iterate and learn and experiment and debug quickly.
@davidjeremiahmalazarte7572
@davidjeremiahmalazarte7572 11 месяцев назад
Another nice video 🙏🏻 Thanks 😁
@jeffd6540
@jeffd6540 10 месяцев назад
Hi Travis, Nice video and good info.
@maxfrischdev
@maxfrischdev 10 месяцев назад
Thanks for the video Travis. Gogo 100k! 😉👊👊👊
@leoMC4384
@leoMC4384 11 месяцев назад
Web I first started I learned JavaScript and I fell in love with mobile development. But my React Native experience was awful. So I tried Flutter but in order to work on it, I had to learn Dart, which combines the good things of Java and JavaScript, statically typed, I had to learn the types, casting, null safety checks and all that. It was hard at first but I ended up enjoying it. Now I'm learning Java and Spring Boot. Still, for its simplicity, flexibility and the humongous community supporting it, my favorite is still JavaScript. 😊😊😊
@joshi1q2w3e
@joshi1q2w3e 11 месяцев назад
Do you think Go is good of I want to be a backend or fullstack developer? Can Go compete with Java and C# in the future?
@alexaneals8194
@alexaneals8194 8 месяцев назад
I am more of a backend developer. My favorite language although I have not done anything with it professionally is Assembly for 80x86. The other languages are C, C#, Python, T-SQL and PL/SQL. I like Assembly because it allows me to understand the underlying architecture. I like C because it's a relatively easy language to grasp in it's entirety. Once you learn the basics of C, you can start using it without having to know tons of APIs like Java or C#. Python or VB are good languages to mockup something really quick. T-SQL and PL/SQL keep me employed since they have become more niche languages as of lately.
@manojkumar-jt3fw
@manojkumar-jt3fw 11 месяцев назад
Can u explain the hype around Platform Engineering
@mrgdevops
@mrgdevops 11 месяцев назад
linkedin link is broken in ur description. coz of "..."
@dovh49
@dovh49 11 месяцев назад
C#, V, F#, JavaScript (TS), VBA (what I started on), nushell, powerscript, etc. Not in the order from favorite to least.
@TravisMedia
@TravisMedia 11 месяцев назад
Interesting list!
@jonathanjohnson2785
@jonathanjohnson2785 11 месяцев назад
JS scared the H*LL out of me. Couple months later can't understand why it scared me in the first place😅
@elsharpos
@elsharpos 11 месяцев назад
C# all the way
@lancemarchetti8673
@lancemarchetti8673 11 месяцев назад
PhP 8 with Laravel is a powerful package
@TravisMedia
@TravisMedia 11 месяцев назад
I agree!
@amigaworkbench720
@amigaworkbench720 5 месяцев назад
PhP 8 with Wordpress is a powerful package
@kicknotes
@kicknotes 10 месяцев назад
10+ years ago: C#, JavaScript, Python 5 years ago: C#, Python, JavaScript Today: Python, C#, JavaScript
@TravisMedia
@TravisMedia 10 месяцев назад
Interesting take
@teshanecrawford
@teshanecrawford 11 месяцев назад
My top 3 in order of preference: 1. C# - My first programming language 2. JavaScript with TypeScript 3. Kotlin
@khaledgoda1734
@khaledgoda1734 11 месяцев назад
Kotlin for what??
@teshanecrawford
@teshanecrawford 11 месяцев назад
@@khaledgoda1734 Kotlin to build android apps. That's the language they use at my workplace for Android.
@khaledgoda1734
@khaledgoda1734 11 месяцев назад
@@teshanecrawford so is Android development is a good job and on demand ??
@khaledgoda1734
@khaledgoda1734 11 месяцев назад
@@teshanecrawford can I contact with you in private
@teshanecrawford
@teshanecrawford 11 месяцев назад
@@khaledgoda1734 Yes it is a good job and is in demand. At the company they have a separate iOS team that uses Swift, and one that uses Flutter for cross platform mobile apps. Mobile apps in general are in demand, from my experience I tend to find that the need for cross platform is more in demand using React Native and Flutter.
@paypalmymoneydfs
@paypalmymoneydfs 11 месяцев назад
How do you like Spring Boot vs .NET?
@TravisMedia
@TravisMedia 11 месяцев назад
I haven't used Spring Boot but much prefer C# over Java
@moviescenes6372
@moviescenes6372 11 месяцев назад
Hi Travis I love your channel, I have a question I am going to apply for w3school online coding bootcamp, it will cost me almost 2700 dollars do you know if it is a good coding bootcamp? and also anyone in the comment section have any advice for me? thanks Travis and thanks everyone.
@huntercoleman1347
@huntercoleman1347 11 месяцев назад
No. I suggest that you do not enroll in the W3School's boot camp. There is nothing that you will learn there that you can't learn for free on RU-vid or elsewhere. Plus, no employer will care about a certificate from that website. Save your money.
@proggenius2024
@proggenius2024 11 месяцев назад
I recommend you Holberton school.
@moviescenes6372
@moviescenes6372 11 месяцев назад
@@huntercoleman1347 Thank you very much for your advice I really appreciate it, I will save my money thanks so much.
@moviescenes6372
@moviescenes6372 11 месяцев назад
@@proggenius2024 thanks so much for your advice I really appreciate it, thanks a lot.
@proggenius2024
@proggenius2024 11 месяцев назад
@@moviescenes6372 You're welcome. I am glad you find it helpful.
@samuelgarcia178
@samuelgarcia178 10 месяцев назад
(1)-Java (2)-JavaScript (3)-Python (4)-PHP (5)-Bash script
@user-Laravel-freelance
@user-Laravel-freelance 8 месяцев назад
My Favourite - PHP, Laravel, Vue, Nuxt
@ronaldjohnson4470
@ronaldjohnson4470 11 месяцев назад
C# my number 1 language.
@DevlogBill
@DevlogBill 10 месяцев назад
My favorites: 1: Kotlin, 2: JavaScript, 3: Swift, 4: C#, 5: Python, 6: PHP, 7: Dart (For Flutter)
@chintunikhil1695
@chintunikhil1695 11 месяцев назад
What about Java ?
@OtsileM
@OtsileM 11 месяцев назад
It's not in his top 6, that's all. It's subjective
@TravisMedia
@TravisMedia 11 месяцев назад
I haven't had to use Java much in the past so I couldn't include it.
@ashisharya65
@ashisharya65 11 месяцев назад
My favourite programming languages are : 1. PowerShell 2. C# 3. Golang 4. JavaScript 5. Python
@LTibor2012
@LTibor2012 8 месяцев назад
1. D 2. Nim 3. Ruby 4: Python 5. FreePascal 6. Fortran
@MichaelScharf
@MichaelScharf 8 месяцев назад
Typescript, python, java
@srikanthbrendon3243
@srikanthbrendon3243 10 месяцев назад
Nope threre is no solidity over than rust,it might hard to digest ethereum stack people like me😢
@kuthub1989
@kuthub1989 11 месяцев назад
for me it's only 2: 1. PHP 2. Javascript.
@TravisMedia
@TravisMedia 11 месяцев назад
Nice choice.
@edgardevelops
@edgardevelops 10 месяцев назад
Dont you have problem finding a job with only that language?
@kuthub1989
@kuthub1989 10 месяцев назад
@@edgardevelops nope, I am still using jQuery.
@proggenius2024
@proggenius2024 11 месяцев назад
Travis's 6 favorite languages are: 1. C# 2. Javascript(+TypeScript) 3. Python 4. PHP 5. Golang 6. Rust I will add Java and C instead of Golang and Rust.
@novak4697
@novak4697 6 месяцев назад
C# JavaScript (React...)
@swapnilpathak3616
@swapnilpathak3616 6 месяцев назад
C and cpp are laughing in the corner
@albirtarsha5370
@albirtarsha5370 10 месяцев назад
I have refused to learn PHP. Visually, it's a Frankenstein's monster.
@amigaworkbench720
@amigaworkbench720 5 месяцев назад
Comparing it to Frankenstein's monster suggests an amalgamation of disparate elements, possibly indicating a perception of PHP as being complex or disjointed. However, such judgments are inherently subjective and should be approached with logical analysis rather than emotional bias. It would be logical to consider the specific technical aspects and utility of PHP before forming a conclusive opinion on its merits or drawbacks.
@albirtarsha5370
@albirtarsha5370 5 месяцев назад
@amigaworkbench720 I don't care about its utility. It is just too ugly too look at.
@amigaworkbench720
@amigaworkbench720 5 месяцев назад
@@albirtarsha5370 You don't like $ symbol?
@albirtarsha5370
@albirtarsha5370 5 месяцев назад
@@amigaworkbench720 $ is okay for shell scripts. It's weird. It's like an operator but not.
@d3athsharker
@d3athsharker 10 месяцев назад
Language 1 Language 2 Language 3 Language 4 Language 5 Language 6 okay..
@kbsunil7464
@kbsunil7464 8 месяцев назад
Java not usefull
Далее
The Rust Standard Library is SO Confusing...Until Now!
11:45
Asus  VivoBook Винда за 8 часов!
01:00
Просмотров 274 тыс.
Whyyy? 😭 #shorts by Leisi_family
00:15
Просмотров 9 млн
My Unconventional Coding Story | Self-Taught
27:14
Просмотров 552 тыс.
7 Git Tips To Overcome Your Fear of Version Control
11:42
God-Tier Developer Roadmap
16:42
Просмотров 6 млн
Every Programming Language Ever Explained in 15 Minutes
15:29
Why Does Scrum Make Programmers HATE Coding?
16:14
Просмотров 492 тыс.
Is C# better than Python?
10:47
Просмотров 10 тыс.