Тёмный
Andy Sterkowitz
Andy Sterkowitz
Andy Sterkowitz
Подписаться
Why I Haven't Been Posting
2:56
Год назад
How to Learn to Code in 2023
8:18
Год назад
Full Stack Development Explained
4:52
3 года назад
5 RULES to Write Better Code
16:36
3 года назад
Комментарии
@kenneth7239
@kenneth7239 3 часа назад
*Clicks video Skips straight to comment section for the actual good advice.
@sazokuotsutsuki8848
@sazokuotsutsuki8848 День назад
20% dislikes omg. why bruh
@QueenieBea206
@QueenieBea206 2 дня назад
Thank you for this. I’m in school for Software Development and it’s tough right now so this helped my stress
@DeathbyZombiez
@DeathbyZombiez 2 дня назад
Worst advice ever. Bad info. Old video but I like Andy's stuff. But he did throw out some misinformation. Takes 5 minutes to setup for C# and you can build anything with it.
@baohuariley5740
@baohuariley5740 3 дня назад
Thank you so much for your video! I'm inspired by your video. I'm gonna ask a meetup organizer(senior software engineer) to look at my cv (Front End Developer position) and hopefully he can give me some advice!
@AlexUrsu-jp2wl
@AlexUrsu-jp2wl 3 дня назад
So I’m 13 and next year I’m going to an programming school but idk anything about scripting can you recommend me to learn some basics
@aimperialdesign6519
@aimperialdesign6519 4 дня назад
Let's GO ANDY!!!
@Yokar_mova1212
@Yokar_mova1212 4 дня назад
I feel I'm too old for it, I'm 24
@aimperialdesign6519
@aimperialdesign6519 4 дня назад
I visited your website and I'm inspired by it!!!
@Jerry-oz9ig
@Jerry-oz9ig 4 дня назад
You want my advice? Watch this video, and do the opposite of what it says. Unless you start with assembly language, you will not have an adequate understanding of a computer. Whatever success you might have in your hypothetical computer programming work, you will always be limited by your lack of knowledge of computer's internals, such as opcodes.
@PrashantRai-lz2cf
@PrashantRai-lz2cf 5 дней назад
I will still advice everyone to go with C as first language. It is hard initially, but after that it will benefits in every language. You will learn at very low level which will increase your analytical ability also.
@PapyrusTheCool
@PapyrusTheCool 6 дней назад
Welp I’m already learning c#
@rileycacamacdonald9690
@rileycacamacdonald9690 7 дней назад
Anderson Scott Gonzalez Maria Wilson Michelle
@mark-cardosobamfodinho7648
@mark-cardosobamfodinho7648 7 дней назад
I honestly believe that Java is relatively easy to learn, but it really depends on the teacher and the learning approach you use. If you master Java, picking up other languages becomes much simpler. For beginners looking to understand Java and eventually become proficient, I recommend starting with pseudocode. This foundation will greatly help you grasp Java more effectively. Many people make the mistake of diving straight into Java without a clear plan, which can make it difficult to understand the concepts.
@robinsoncrusoe22
@robinsoncrusoe22 8 дней назад
Bro which camera you're using the image quality is really good
@paultapiarojas522
@paultapiarojas522 8 дней назад
Happy to hear you like chilaquiles, A mexican lovely plate ! Greetings from a Mexican programmer
@johneric2720
@johneric2720 8 дней назад
I learned the C programming language first and I love it!
@K.V-l5o
@K.V-l5o 9 дней назад
Would it be cheating I watched yt videos teaching me how to do the exact thing I'm trying to build?
@majicMix911
@majicMix911 9 дней назад
Did you quit youtube?
@kebman
@kebman 10 дней назад
I've taught programming for over 10 years. Yes, JavaScript or Python. And honestly I've landed on JavaScript. It's not the perfect language, but it's the perfect language to get started with because you'll see instant results with minimum effort. Once you get bogged down into async and weird object orientation is when you can jump ship if it's not for you. I mean, those are also cool concepts, but if you get that, you'll get anything else also, so just use the language that best fits your use case. So, Rust it is! Or Go. I haven't made up my mind yet...
@kevinwestrom4775
@kevinwestrom4775 10 дней назад
You've been gone from your channel for a while,.. I hope you're ok,..
@dirkrobbertse4503
@dirkrobbertse4503 10 дней назад
Hi Andy, have you stopped making RU-vid video? Always loved your content, because I'm from the motor trade getting into programming and really love your content man
@raymaleh8851
@raymaleh8851 10 дней назад
Older gen developer here. I learned QBASIC as my first language. It was the Python of its time… all you needed is a text editor and an interpreter. Graphics were a breeze: you just had to set the VGA mode and then could use instructions like CIRCLE and LINE. It also could integrate with assembly if you wanted to really speed things up for games. Agreed that C++ is a better second language. I like to describe it to people as the manual transmission of computer programming. It gives you more control, but you can screw things up if you don’t know what you’re doing.
@1awesome180
@1awesome180 11 дней назад
So not only do I have to be the best candidate on the test, I also have to have to have portfolio of projects that directly align with the job position?? Guess I’m never getting a job…
@andalonds
@andalonds 11 дней назад
Done done and done. What next
@mariadelmarcaparos2324
@mariadelmarcaparos2324 12 дней назад
Python is my first language to learn is that okay sir???
@thenaeemprodhan
@thenaeemprodhan 12 дней назад
Thanks for you are video, this was really helpful. Thanks man!!!!!
@iJackJP
@iJackJP 13 дней назад
Im stuck in the beer and friend, cant have one hahaha just joking, im currently at javascript and having fun with it! Your videios are so motivational!
@tarekibneshowkot1290
@tarekibneshowkot1290 13 дней назад
the free session coaching link doesn't work
@StenchFinger-e7j
@StenchFinger-e7j 13 дней назад
No, if youre new to programming learn the basics. Dont take this guys advice. Theres more to it than just learning the language. people like you are wasting the time of people who want a career. "BECOME A PROGRAMMER IN 1 MONTH!!!!" "Skip the foundations!!! you dont need to know any of that!!!!"
@janovanwyk2487
@janovanwyk2487 14 дней назад
Can i use chatGPT but i type out the code by hand and what do you need to know to get a job i know html and all that fun stuff but i use chatGPT it is more easier 😅😅
@DragonIcon31
@DragonIcon31 16 дней назад
started with python, but even it was boring(for me). Then i learned C++, it became to easy (especially documentation an loops) and tried c# after. It is simple actually, but I agree about Java; it is harder than what people think. But Could be a good beginner language, just really needs storage space.
@AdelaidaLaska-c4p
@AdelaidaLaska-c4p 16 дней назад
Hernandez Michelle Jackson Edward Thomas Robert
@rileycacamacdonald9690
@rileycacamacdonald9690 16 дней назад
Harris Susan Thomas Deborah Young Helen
@carry_boats
@carry_boats 17 дней назад
good advice, thanks bud
@SuccessMindset2180
@SuccessMindset2180 17 дней назад
1. Programming languages should be specifically chosen to certain situations 2. JavaScript is great to start with 3. C++ is intuitive 4. Python is great for programming 5. SQL is great for databases 6. PHP is popular indeed 7. Swift and Kotlin are bit over saturated in current market 8. Python and JS are universal recently
@nazmulhoque5453
@nazmulhoque5453 18 дней назад
How about block code ?
@jameskhiisa5624
@jameskhiisa5624 18 дней назад
Hey thanks for the content. Just wondering is there a way i can get onto some assignment like projects, for example like the assignments in freecode camp but like with less information about the project.
@anoniemoss3566
@anoniemoss3566 19 дней назад
I do appreciated how you actually give some justification on your picks. Alot of other videos have some rando just with top 10 list, saying "uh. Its like, old and stuff, and uh, no one uses it anymore". I've heard some really stupid crap in those videos. While i agree with you on JS being a good start from the setup perspective, but it also throws new programmers some curve balls. My first language was BASIC. If i could back and start over, I would have started with C.
@kenfrank2730
@kenfrank2730 20 дней назад
In college my first language learned was Pascal. Followed by Fortran then C. But that was a long time ago, and the only thing I remember about C is that the instructor was a good looking gal.
@seetsamolapo5600
@seetsamolapo5600 20 дней назад
Simple: To do list app, Expense tracker, digital clock. Less than 200 lines, less than 5 functionalities
@TheRevenantBalor
@TheRevenantBalor 20 дней назад
Currently im learning C# with Murach's C# 8th edition. Im also using an app called sololearn that is really helpful and allows you to write code and troubleshoot other code examples. I was wondering what your opinion on this application was? Maybe do a video review of it, so we can hear your thoughts.
@TheRevenantBalor
@TheRevenantBalor 20 дней назад
Only 28 seconds in.... My language i am learning is C# because if its applications at work. We use alot of vb6, python, sql, JS, and C#, so far C# has been easy to learn for me, programming courses at work all use python and after what i have learned in C#, python feels very very easy.
@seetsamolapo5600
@seetsamolapo5600 21 день назад
Let's listen
@TheBigCrazyBird
@TheBigCrazyBird 21 день назад
learned luau (scripting) at 7th grade (for roblox studio) now i am in 9th grade and i want to mod minecraft so learning java and its kinda easy to learn. also know a bit of python. luau cost me loads of time but after that java and python are easy because you have understanding of the code.
@insoft_uk
@insoft_uk 22 дня назад
C/C++ is what all should learn, don’t have to become an expert or have it as your main language but once learned you will pick up any of the modern languages in a day or two and you will understand things more than if you say started with JavaScript or Python one of the slowest languages and probably see it’s end soon as a new faster language takes it’s place designed for machine learning, really Python is bad I’ve programmed in it.
@oluwanifemiorimoloye-ww6nf
@oluwanifemiorimoloye-ww6nf 22 дня назад
Wait wait... So just that book was what you read and you were able to build a Tetris app with JAVASCRIPT!!! I need that book ASAP Tbh how did you do that in just one MONTH?!
@CarolineOware
@CarolineOware 24 дня назад
C++ is not a low level language it is a high level language, assembly us a low level language
@PixelOutlaw
@PixelOutlaw 25 дней назад
Not everyone wants to grow up to be a corporate "dev culture" cubicle animal.
@ReciFee
@ReciFee 26 дней назад
great tips man, appreciated it!