Why I Haven't Been Posting
2:56
Жыл бұрын
How to Learn to Code in 2023
8:18
The Truth About "Learning to Code"
10:33
Full Stack Development Explained
4:52
5 RULES to Write Better Code
16:36
3 жыл бұрын
Пікірлер
@workinprogress0123
@workinprogress0123 Сағат бұрын
Didn't waste 1 sec. So much straightforward wisdom in 6 minutes.
@kimono_k6776
@kimono_k6776 11 сағат бұрын
True, it is the same as driving. Literally no one applies the theory 100%. The real world is madness and is not safe like your book and tutorial.
@noadsplease2737
@noadsplease2737 16 сағат бұрын
Using C++ doesn’t “…mean you have to learn how memory management works” you can program in C++ in a style that is very similar to Python, TypeScript, Ruby, etc. the syntax is still much more verbose than those but the semantics are nearly identical. You CAN get lower level if you want but you definitely don’t have to.
@vanniyo8988
@vanniyo8988 19 сағат бұрын
Too late i already played with c++, java and python. As well as been looking at JavaScript.
@jadentarison2983
@jadentarison2983 Күн бұрын
Would've been nice if there was a group to meet beginners in web dev to share ideas
@aimperialdesign6519
@aimperialdesign6519 Күн бұрын
Hello Andy! My nickname is Andy 😀😀
@Codermiguel
@Codermiguel 3 күн бұрын
C# is not bad these days to get started. Visual Studio is still a chunky download, but aside from the download time, it is easier than ever to get up and running, and the community support is decent. But yea, javascript is the one with the least barrier to entry needing only a text editor and a browser.
@DarkShroom
@DarkShroom 3 күн бұрын
python was the first for me for me but actually more important is a framework, so learn Godot, gdscript! then you can do C#, C++ and or GLSL (the godot subset) i've still not done my JS myself, but it would depend on what framework and thing you wanted to do, in your case maybe node.js i assume
@mrsat.dev.official
@mrsat.dev.official 4 күн бұрын
Great categorization
@truthjunkie3
@truthjunkie3 4 күн бұрын
Completely disagree. JavaScript is a mess as a first programming language. Too each to teach bad habits. It doesn’t protect the programmer so you can easily and unintentionally go down a very bad path. The cleanest languages to learn proper programming are swift and kotlin. They’re newest and won’t let you easily get into bad habits. But they aren’t widely used. Java is a good compromise. Often taught in schools. It’s fairly clean and widely used. I’d avoid JavaScript or python as first languages. But one you get the idea of OO concepts they’re fine to pick up later. In particular’s still somewhat avoid JavaScript and lean towards typescript to be a little cleaner.
@dylancook3282
@dylancook3282 4 күн бұрын
okay, no offence, 75% of this video is fluff and not necessary
@JH-qz1be
@JH-qz1be 4 күн бұрын
Here
@FouratiMohamed-g9f
@FouratiMohamed-g9f 4 күн бұрын
thanks so much
@kimutaifelix9092
@kimutaifelix9092 7 күн бұрын
Thank you so much, I wrote down everything that you mentioned.
@jc441-i3q
@jc441-i3q 8 күн бұрын
I gave up on programming despite trying over and over again. For example when I tried to learn C++ I followed several tutorials and yet when I completed them I still had no idea how to do anything. At this point someone would try to give advice like "You don't learn from tutorials, you need to write your own programs and learn that way!". That sounds useful but the problem with that is I simply didn't learn enough to do anything other than "hello world" and some math functions that any scientific calculator could do. How was supposed to make any progress with that? I just never understood how anyone could learn to code at all. There are some skills that I know I could learn if I put enough effort into it, such as learning a musical instrument or using 3D modelling programs like Max or Blender but coding seemed like something that was fundamentally impossible for me to grasp no matter what. Why? because the truth is that some people like me are just not intelligent enough to learn this skill and I wish someone had told me that before I wasted so much time on something that I could never achieve. 😒
@Alyayex
@Alyayex 8 күн бұрын
meanwhile my school, Hey first year, learn Java, then never have to use it again, because second year, let's learn python for data analysis! Wait, while you do that actually, learn Full stack in the same year in C#. Learn Git too while you're at it. And for the cherry on top, have front-end on a course seperately, so also do some javascript! Not to mention networking theory, math, AI,...
@WatThaDeuce
@WatThaDeuce 8 күн бұрын
Some people have 10 years of experience. Some people have one year of experience 10 times.
@link_team3855
@link_team3855 9 күн бұрын
9:25 Ugh i hate taking breaks. (I dont go back to what i was doing, and also because of THAT i have extreme anxiety whenever i need to leave a task :/)
@link_team3855
@link_team3855 9 күн бұрын
8:50 Ah so this is why it takes me 3 hours for 10 lines
@hardwiredX
@hardwiredX 10 күн бұрын
I have made multiple successful businesses with happy clients using PHP and MySQL, and for some specific demanding functionality I have used Python.
@onetakevic
@onetakevic 12 күн бұрын
quality videos 👏
@EbeduPaul
@EbeduPaul 12 күн бұрын
Everyone thinks like a programmer just a few notice it
@IndieGamesWTF
@IndieGamesWTF 13 күн бұрын
🤦‍♂
@MohamedSabry-gl5ur
@MohamedSabry-gl5ur 14 күн бұрын
actually the reason i'm watching this video because i searched about ( why i'm forgetting JavaScript codes ) and then i found you ! and you talked about the Async and promises (and this is my current level in JS ! i'm really suffered from it)
@alexikamran7039
@alexikamran7039 15 күн бұрын
I started 31 and had one year gap and start again and now 34 and hopefully get a job before my 34 is completed.
@einekleineente1
@einekleineente1 17 күн бұрын
Hope you are ok!
@teetoo3790
@teetoo3790 17 күн бұрын
With AI, most of these codes are just for fun. That old saying learn to code is mute now if you want a job. Time to learn plumbing or oil drilling.
@jorgeartaza9030
@jorgeartaza9030 18 күн бұрын
Everything you said in this video can I also included web design into it? What I mean is knowing different design styles, using colors, and using various tools like Figma. Apart from knowing front and Backend.
@eman0828
@eman0828 18 күн бұрын
Technically C++ is classified as a high level programming language like python and java. I think starting out learning scripting languages like PowerShell, Bash and Python is the way to go to get into programming. PowerShell is my first language I ever learned that didn't take long to learn. It made it easier to learn other languages like Bash and Python since all the programming concepts are very much the same.
@KarrotDaCarrot
@KarrotDaCarrot 20 күн бұрын
python
@ThatGeometryDude
@ThatGeometryDude 22 күн бұрын
Sounds fun! So of course I am going to discard this information and do the stupid thing: get into making the project I actually want to do that is very complicated haha
@abahiduh3246
@abahiduh3246 24 күн бұрын
THIS MAN HAS THOUGHT YOU NOTHING.... Being a software entails understanding CODING LOGIC OR PSEUDOCODE and using a programming language to apply it to real life.... they know this but are not teaching it
@zach.intech
@zach.intech 25 күн бұрын
Thanks for the video Andy. Appreciated. Do you think a lot of companies hire entry level full stack developers?
@LoganKline-t2k
@LoganKline-t2k 27 күн бұрын
Thanks for taking your time to do this video Andy!
@delagy
@delagy Ай бұрын
First it was html and css It was simple to learn but java script was tricky for me
@JohnOsezua-z7s
@JohnOsezua-z7s Ай бұрын
How about the self taught manual
@AbdullahiMoha-k9m
@AbdullahiMoha-k9m Ай бұрын
So the idea is to think like a programmer which means to be a problem solver
@PatMcFee
@PatMcFee Ай бұрын
Seeing this video raises more questions for me than answers honestly. I am a full time engineering student, who will be pursuing a B.S. in Computer Science up completing my Associate's degree. Next year I will be starting my first CS courses. Those are both Java and C++.....
@samsarasap4911
@samsarasap4911 Ай бұрын
engineering , medicine etc these schools will fucked your life really.. too much time too much energy for what ?! to be a slave and competing with a big pool of slaves...:(( people should think twice better have a successulf business than to be an employee
@samsarasap4911
@samsarasap4911 Ай бұрын
Better learn a foreign language than learning software.. it is just not worth it honestly... PEOPLE WANT JUST TO GET RICH AND THEY END UP IN JOBS THEY HATE
@Salamaleikum80
@Salamaleikum80 Ай бұрын
Just relax with some factorio
@rranft
@rranft Ай бұрын
Absolutely. Beginners should always start with assembly.
@burrillgray4812
@burrillgray4812 Ай бұрын
I think the title of this video is in fact “Unit Testing for “BEGINNERS.”
@burrillgray4812
@burrillgray4812 Ай бұрын
In response to the commentator who mentioned the “gibberish” comment…I think you need a more advanced and narrowly focused video…I appreciated Andy’s …”gibberish” as you put it! Thanks Andy, I used this as an intro for some beginner developers and it provided a clear, succinct intro for them! Great job!!!!
@remembersnippetgaming
@remembersnippetgaming Ай бұрын
well i try but i seem to use the same code in the same way idk how to break through that wall
@SothearithKONGMrMuyKhmer
@SothearithKONGMrMuyKhmer Ай бұрын
Interesting! Thanks for sharing this helpful information! 🎉
@josephkoziela4829
@josephkoziela4829 Ай бұрын
I was hoping to see it made from scratch
@akioasakura3624
@akioasakura3624 Ай бұрын
help. ive spent over 8 years trying to learn how to come up with original solutions/how to code stuff without google/tutorials/help etc. i still cant do it. people just say "practice", but how am i supposed to practice something i can't do? ive read some books about creative thinking and stuff like that and i just dont get it. pls help
@johnlehew8192
@johnlehew8192 Ай бұрын
Learn sql first, RESTful apis next, then a front end like NextJS. Then I would learn Python