JavaScript in 2 Minutes
2:42
Күн бұрын
Python in 2 Minutes!
1:59
14 күн бұрын
This Robot Has a ChatGPT Brain!
7:49
21 күн бұрын
Will Devin AI Replace Coders?
4:51
Mosh's Black Friday Sale (2023)
1:44
The Most Hated React Code!
8:12
5 ай бұрын
New Next js Course Coming Soon!
2:15
React Tutorial for Beginners
1:20:04
Mosh's Xmas gift to you!
1:08
Жыл бұрын
Don't write code like John Smith!
1:25
TypeScript Tutorial for Beginners
1:04:28
Docker Compose Tutorial
33:02
2 жыл бұрын
Java Collections Tutorial
32:22
2 жыл бұрын
Java Generics Tutorial
18:12
2 жыл бұрын
Java Interfaces Tutorial
15:42
2 жыл бұрын
Пікірлер
@Destinromarchives
@Destinromarchives 55 минут бұрын
Thank you Mosh.
@felixduran8134
@felixduran8134 Сағат бұрын
I struggled the most in my practice and my understanding of the java code language concepts
@JoaquinSolariCosta-it3en
@JoaquinSolariCosta-it3en Сағат бұрын
Hello there, I want to comment on the following warning/problem/bug that I was receiving while debugging for the first time: "Could not find the task ‘tsc: build - tsconfig.json’." Mosh says that we should set up the prelaunch task at 19:43, and it should be written in the exact same way as he does: "preLaunchTask": "tsc: build - tsconfig.json", But if you are disorganized like me, you might have saved your files in a different location than Mosh. In my case, I realized this because my "program" (the one on the line above the preLaunchTask) was not just in {WorkspaceFolder}/src/... but in {workspaceFolder}/myfirstrepositiry/TypeScript-Tutorial/src/ So, in my case, the preLaunchTask should be written like this: "preLaunchTask": "tsc: build - myfirstrepositiry/TypeScript-Tutorial/tsconfig.json", I hope this helps anyone who is learning how to formally write code for the first time, just like me.
@abduwahabhasan
@abduwahabhasan Сағат бұрын
this shit took me ours to understand
@arashace
@arashace Сағат бұрын
Thank you, Mosh!
@_sonicfive
@_sonicfive Сағат бұрын
AI is just another tool. Master it. AI just made delivery faster for everyone.
@haroonsaghir2653
@haroonsaghir2653 2 сағат бұрын
im having trouble with pycharm , is it okay to use visual studio? can anyone who has an idea let me know thx
@ayodelemartinsabiwo9963
@ayodelemartinsabiwo9963 2 сағат бұрын
Big time. You néed software knowledge and background to use AI to generate code and to debug the code.
@mucholangs
@mucholangs 2 сағат бұрын
People love to hype new things. AI is the latest new thing. Soon the bloom will be off that rose, and we'd move on to some other new thing.
@user-st9hi2yp1k
@user-st9hi2yp1k 3 сағат бұрын
Great tutorial mosh thank you very much!
@winifredesomonu8737
@winifredesomonu8737 4 сағат бұрын
AMEN!!!!!!!!!
@user-sk4fn2tp3u
@user-sk4fn2tp3u 4 сағат бұрын
Fews years ago graphic programig also replace android developer 😂😂
@user-vm4xy9eb8u
@user-vm4xy9eb8u 4 сағат бұрын
2:27:53
@codewithyemi
@codewithyemi 5 сағат бұрын
@programmingwithmosh Hi Mosh! There's a fraudster out there with a fake KZbin account named @-programingwithmosh.. The name ends with a dot. You may want to put out a disclaimer amd report the fake channel
@megcoleman3590
@megcoleman3590 5 сағат бұрын
Using this video as a refresher, and it's very well put together! Great work and thank you for sharing your knowledge!
@izzi917
@izzi917 6 сағат бұрын
Meta AI will most likely overthrow chat gpt
@Alittledose
@Alittledose 6 сағат бұрын
I did your Angular course in 2017 after high school, which kickstarted my journey. I’m a software engineer II at a bank now. Thank you.
@izzi917
@izzi917 6 сағат бұрын
I don't bother watching tutorials longer than 4 hrs. After learning the basics, try to build a project. If you hit a pitfall, simply google the solution. This way, you are learning on the job, and the knowledge sticks better.
@Rider_XD
@Rider_XD 6 сағат бұрын
patient_name = "John Smith" age = 20 if patient_name == "John Smith": print("new pateint")
@kaleembhattii1221
@kaleembhattii1221 7 сағат бұрын
Hi Mosh. You look like Dyral Mitchell (New Zealand, cricketer)
@martinkuliza
@martinkuliza 8 сағат бұрын
9:35 i would have gone for input("What is Your Name ? ") input("Hello Professor Falken. How are you today ") input("Shall We Play A Game ? ") input ("How about GLOBAL THERMONUCLEAR WAR ? ") LMFAO
@user-sh7hr9vs3t
@user-sh7hr9vs3t 8 сағат бұрын
Good ❤️🇧🇩🇧🇩🇧🇩
@Blackchicken878
@Blackchicken878 8 сағат бұрын
I am learning it for data science et software development
@Xenoforge78
@Xenoforge78 9 сағат бұрын
std...
@zarakshakeel8001
@zarakshakeel8001 9 сағат бұрын
I started this course but you have jumped to ready made databases. No learning on how to make a database.
@gwthamv2158
@gwthamv2158 9 сағат бұрын
can you recommend where to start with embedded system how to get knowledge about it and recommend any you tube videos that will make me better
@Marycha245
@Marycha245 9 сағат бұрын
nice tutorial that will not show how to do ANYTHING in windows, following all the instructions makes things work all up to the interpreter part and then its ggs
@Man-lg7vm
@Man-lg7vm 9 сағат бұрын
Only me notice the accent is different than before?
@MarioVe2
@MarioVe2 10 сағат бұрын
Thank You sir, just what i am looking for, keep it up!!
@te67harshkamble10
@te67harshkamble10 10 сағат бұрын
Excercise 1 : patient_name = ""Smith" patient_age = "20" patient_type = "new" print(patient_name) print(patient_age) print(patient_type).. please tell me if this is right. I don't know python at all . I have written the code from what you have teached me till 9:06.
@user-vk9ut4me7c
@user-vk9ut4me7c 10 сағат бұрын
An advice, in 3:30:01, after refactoring the "max" to "maximum", you can change the argument in print() method from "maximum(numbers)" to "maximum" in order not to confus audience
@martinkuliza
@martinkuliza 10 сағат бұрын
1:16 ME : Please god, Please God, Please god... Not Hello world, Not Hello World Please god, Please god... for the love of all that is holy 3:50............ Ohhh Fuck !!! We need to think up a new program into thingy, I PROPOSE HOWYA GOIN for the first project file and i submit that everyone should 1. Get rid of Hello World 2. and that damned CAKE explanation (We've had enough cake to last a lifetime)
@hazemsoussi5309
@hazemsoussi5309 10 сағат бұрын
GREAT !!
@ReDoG129
@ReDoG129 11 сағат бұрын
Did the calculator replace mathematicians? A.I. will never be a substitute for human intuition. Yes, I use ChatGTP to help me with my work, but it tends to be vague, and I can tell when it is leading me astray.
@nanamichael6798
@nanamichael6798 10 сағат бұрын
Hi there! Do you need experience before you can embark on Cs?
@luiggymacias5735
@luiggymacias5735 8 сағат бұрын
​@@nanamichael6798obviously no, because everyone had no work experience, but it would be easier for a newcomer to have a good enough project to showcase your skills, if you have work experience it should be easier to get job
@edheal3246
@edheal3246 11 сағат бұрын
Please do not use variable names that are both singular or plural (e.g. price and prices). One typo can make you lost lots of time! So change prices to list_of_prices
@kaanpiyano1
@kaanpiyano1 11 сағат бұрын
awesome
@anuchacko7382
@anuchacko7382 11 сағат бұрын
The ones you mentioned towards the end of the video, like what the next gen software engineer need to know more could you please make a tutorial for these topics?
@rakeshsd5954
@rakeshsd5954 11 сағат бұрын
I am not getting Excel spreadsheet how can I download can any one help me plz
@mkalifae
@mkalifae 12 сағат бұрын
You think the Nvidia CEO doesnt qualify? You are being biases my friend
@walichidi6400
@walichidi6400 12 сағат бұрын
Automation
@phil8899
@phil8899 13 сағат бұрын
So why do Cooks still make food! :)
@patmaperera1
@patmaperera1 13 сағат бұрын
You are an amazing teacher. Thank you Mosh
@rozaabolghasemi7102
@rozaabolghasemi7102 13 сағат бұрын
You are the best. I really enjoyed watching your video and learned every thing you thought. It is by far the best programming toturial that I have ever watched.
@MMDKhersi
@MMDKhersi 13 сағат бұрын
Funny to see people around in 2024 aleo trying to learn python 🌝
@saadkamboh5731
@saadkamboh5731 14 сағат бұрын
exercise 3 weight = input("Enter your weight: ") unit = input('Is the weight in (K)g or (L)bs ' ) if unit=='k' or unit=='K': converted = float(weight * 2) print("Your weight in pounds is ",converted) elif unit=='L' or unit=='l': converted = float(weight / 2) print("Your weight in kilograms is ",converted)
@josemauriciosanchezrubio8379
@josemauriciosanchezrubio8379 15 сағат бұрын
Very Nice explanation! Thanks you
@bryce3851
@bryce3851 15 сағат бұрын
For once actually something positive about coding jeez all these people saying don't learn this don't learn that . I guarantee none of these people have done anything or they just want others to fail . Thanks for video