Teaching yourself to learn programming? Start Here!

Поділитися
Вставка
  • Опубліковано 4 чер 2024
  • This video is meant for anyone is completely new to programming and want a simple and easy approach to move forward. I cover some basic principles for your gameplan as well as some suggestions on what you should focus on.
    👥 ** JOIN MY GROUP **
    Looking for a high-quality group of software developers where you can discuss your ideas and not be bombarded by spam? Then come join my free Facebook group! You can access it by going to: andysterkowitz.com/group
    📄 ** DOWNLOAD MY FREE REPORT **
    For my free report on the five best programming languages in 2019 (for beginners) go to: andysterkowitz.com/report
    📚 Head First HTML/CSS: amzn.to/2RP7Mxh
    📚 Head First Javascript: amzn.to/2xlwsUN
    ** Disclaimer **
    I'm a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon properties including, but not limited to, amazon.com. Amazon offers a small commission on products sold through their affiliate links. Each of your purchases via my Amazon affiliation links above supports my cause at no additional cost to you.
  • Наука та технологія

КОМЕНТАРІ • 691

  • @AndySterkowitz
    @AndySterkowitz  5 років тому +501

    For those of you who are completely new and just starting out, did this help clarify a path to get started?

    • @alexboyce8208
      @alexboyce8208 5 років тому +37

      Hey Andy,
      Great advise. It’s very easy to over complicate the learning plan and course collect.
      Would love to hear more about the different types of “disciplines” to specialize in (e.g., web dev, front-end, back-end, database, applications, games, others?). What the work looks like to know if I’d like it or not, and if so what next steps would look like after your 3mo plan?
      Thanks!
      Alex

    • @ez-od9xh
      @ez-od9xh 5 років тому +6

      Yes, this was really helpful. Thank you!

    • @wonder8611
      @wonder8611 5 років тому +3

      Thx great tips!

    • @Dominik2456
      @Dominik2456 5 років тому +9

      Would you also consider to make a video for backend aswell? And also some roadmap example, for example what was yours roadmap when you started?

    • @SidSharma108
      @SidSharma108 5 років тому +5

      Yes, also, I am going to buy these books you recommended.

  • @chrispeck9941
    @chrispeck9941 4 роки тому +350

    I feel like the hardest yet most important part is staying motivated the whole time. Great video

    • @kingcogles
      @kingcogles 3 роки тому +6

      This should be the most liked comment.

    • @goatzy_run
      @goatzy_run 2 роки тому

      Yeah

    • @i-jnked
      @i-jnked 2 роки тому

      currently reading this with my (now abandoned for weeks) personal project in mind :>

  • @afshah.7972
    @afshah.7972 Рік тому +25

    Thank you so much Andy for this super helpful video!
    My notes from this video:
    1. Keep things as simple as simple. (Remove complexity when possible as it can kill you. Do not buy more courses or books)
    2. Whichever language you learn make sure you are building projects along with going through your learning resources. Implement what you have learnt. Build projects on the side in your portfolio to make sure that you are using those concepts you are learning.
    If you are really a beginner make sure you learn these basics of web development:
    1. HTML (2 weeks to month- Head First HTML and CSS book)
    2. CSS
    3. JavaScript (2 months or more Head First JavaScript Programming
    4. Git (working on the same code or project collaboratively other people. It is a way to save the state or history of that project over time)
    5. Client-server architecture (basic paradigm of how the internet works and how websites work)
    If you spend 15 hours/week learning you can master the above in about 3 months.
    * For HTML+CSS: Build project to cement your learning. Use HTML and CSS to build one or two static websites as you learn. (personal or for a friend who has an online business who likes an online presence. Keep it simple.
    *For JavaScript: Build 2 to 4 projects to paint on your skills and see how quickly you can progress. Keep them dead simple. Build a to-do list, a calculator. Work on the basics and fundamentals. Get better at your problem solving skills to understand programming in general.
    *For Git: Get comfortable with the git command-line using github, posting projects on github.
    *For Client-sever architecture: Understand the basis of that. Understand more about HTTP traffic, networking in the internet.

  • @matrimanuel_791
    @matrimanuel_791 4 роки тому +112

    3:05 for web development
    HTML CSS
    JavaScript
    Git (work with other people)
    Client-Server Architecture

  • @broctot6006
    @broctot6006 3 роки тому +21

    I am 13 at the moment, I know nothing, 5 years from now I hope to new more. A lot more

    • @alphabeta3528
      @alphabeta3528 Рік тому

      Learn a bit math and ur good to go

    • @Honkers716
      @Honkers716 9 місяців тому +3

      2yrs later, you still coding?

  • @JJN-Studios
    @JJN-Studios 2 роки тому +8

    Honestly, you're so genuine, thank you for simplifying this whole journey! We're all very grateful!

  • @tracylf5409
    @tracylf5409 4 роки тому +21

    Hey Andy? Could you do a video that lays out EXACTLY the steps that YOU took yourself? I mean, from the minute you thought you'd like to do this. How did you start- PRECISELY? I'd be interested in knowing your personal timeline and the projects/languages you decided to go with and WHY. xx

  • @adamfistler4655
    @adamfistler4655 4 роки тому +8

    I've been a dev/devops/sysenginer guy for 20+ years, it's more about knowing concepts and learning to not reinvent the wheel and look around the internet for approaches because someone most likely have come across your use case and has wrote about it or have some library. Don't over complicate things, set limits to your sprints, don't over engineer and don't get caught in the trap of if you can put this feature in then we can do this then we can do that. Set limits to each release and don't promise the moon. Knowing concepts is more important than knowing the specific code off the top of your head, I hop back and forth between bash, python, ruby, c#, and even legacy perl. You just can always google how to implement the concepts in each language its more important to know whats possible and realistic than knowing the specific code.

    • @RadoscISlawa7224
      @RadoscISlawa7224 4 роки тому

      How is Perl any more 'legacy' than Python, Ruby or Bash (the last one isn't even a programming language, by the way)? Perl programs run faster than their Ruby counterparts; the language supports multiple inheritance in OO paradigm (which Ruby doesn't). There are some language specific features which don't seem very intuitive at first glance (like passing named parameters to a function in the hash-form, declaring data categories - scalars, arrays, hashes - rather than data-types or using hashes as objects) but turn out to be very powerful and logical when you get used to them. The only reason for Perl's falling off TIOBE index's first-ten was painful transition from Perl 5 to Perl 6, which caused lots of confusion in Perl community and was finally cancelled due to both languages incompatibilities (Perl 6 was finally renamed to 'Raku' and is now perceived as a separate language, as You probably know).

  • @dre6714
    @dre6714 4 роки тому +1

    Hey I have stumbled upon your channel recently. I am grateful that you create contents like this. Straight to the point, no bull****.

  • @tequinhoRB
    @tequinhoRB 3 роки тому +19

    This video is very helpful, thank you so much! I spent a lot of time trying to learn CSS on video tutorials. Now, I am learning CSS in the "Head First" book and suddenly it becomes easy!

  • @AdADglgmutShevanel
    @AdADglgmutShevanel 4 роки тому +6

    Really inspiring video. I gave up trying to learn 3 years ago, but now I'm back into it and taking the simple approach!

  • @Isaiah99002
    @Isaiah99002 5 років тому +7

    More and more value I get from your videos. Thank you Andy

  • @ishibam97
    @ishibam97 3 роки тому +6

    Hey! I am learning JavaScript from HeadFirst Javascript book and I wanna say this book is fantastic. Keep Learning Folks!

  • @abanumifesochi4147
    @abanumifesochi4147 4 роки тому +1

    I'm a beginner and I have found this video to be very helpful. I was initially intimidated by the volume of courses on programming and software development. This has given me a direction. Thumbs up 👍🏽

  • @ashwinchauhan756
    @ashwinchauhan756 5 років тому +270

    Bro you just boosted up my learning motivation for web development. Great job. :)))

  • @CodingJourney
    @CodingJourney 5 років тому +22

    Great content as usual! Keeping it simple is crucial!! 🙂

  • @aarongonzalez200
    @aarongonzalez200 3 роки тому +2

    Thank you very much, your video really let me realize I should focus on learning the basics first with web development regardless if I want to do game development or whatever else. Im changing careers from customer service/collections to something coding and this helps a lot.

  • @b.segueda5470
    @b.segueda5470 3 роки тому +1

    Thank you for being alive. For being a good teacher.

  • @vedprakashyadav175
    @vedprakashyadav175 4 роки тому +4

    all this time i was so confused about how to start learning this skills ..........u really solved it...thanxx man

  • @vrkumar7455
    @vrkumar7455 4 роки тому +13

    Nobody talks about:
    1) what kind of system/computer/configuration you first need to start or how many screens
    2) what you need to Install
    3) what is the Environment they talk about
    4) what is an editor
    5) how to check your work and where
    5) how much levels to pass and ideal time to spend.
    Thank you.

    • @crimsonleader8874
      @crimsonleader8874 3 роки тому +5

      1) depends what you want to make, the coding itself won’t eat up your pc, one monitor is all you need, others are optional. 2) I’d recommend github stuff and visual studio community. It’s what I’ve been using. 3) I believe your referring to the IDE or Integrated Development Environment. This is basically where you write your code, Visual Studio is one. 4) I think that is the same as 3, unless your doing something like games where that could be unreal/unity. 5) I use visual studio, that auto checks your work, does squiggles when stuff is wrong like word, and you can test run it so if it works, it works. 6) that’s very dependent on you, your knowledge and progress, however if your asking where to get like example tasks then I’d second that question cus idk either. Hope this helps 👍🏻

    • @aeb1305
      @aeb1305 3 роки тому

      Especially in college. In college its like "here is the textbook. Chapter 1 lab is due next week." - im currently taking the college journey for cs learning java

  • @Ben-nt1zl
    @Ben-nt1zl 4 роки тому +2

    This is really helpful and I can relate a lot. I've been doing html and css for about 4 months now but I constantly feel overwhelmed and feel as though I don't know enough because i'm always thinking from an employer's perspective. I've been putting off moving onto JS for that reason. Thanks Andy

  • @brightorton2941
    @brightorton2941 5 років тому +8

    I agree with you Andy, Thanks a lot

  • @jess8935
    @jess8935 4 роки тому +1

    This is super helpful advice. Long story short, I originally wanted to do web development when I first started college but the job market wasn’t great and I needed more job security. Through many twists and turns, I landed in HR and have been in the HR field about 5 years now. I’ve been thinking about switching careers for quite a while and right now is a good time to prep my self for this leap. I’ve just switched roles internally working as an Analyst and I now have more time to focus on “me” time in the evenings. I’ve got 6 months to prepare myself! Thanks the motivation and making these videos!

  • @maricelaCA
    @maricelaCA 4 роки тому +1

    Thank you for keeping it real and sharing your experience . Your info is valuable

  • @hemanshu877
    @hemanshu877 5 років тому +3

    Great advice build projects and make portfolio ,I just did that and now I got job

  • @vannakkeo7453
    @vannakkeo7453 4 роки тому +1

    I'm super new to the tech world. I'm happy that I found your channel.

  • @jaydenmoon1165
    @jaydenmoon1165 4 роки тому +21

    Oh no 🙁 I’m a course collector 😩 - thanks for pointing this out - now I gotta clear path to head for!

  • @2passportsandpostcards
    @2passportsandpostcards 4 роки тому +1

    Hi Andy, thank you SO much for this video! It was phenomenally helpful!

  • @arturogabriel8033
    @arturogabriel8033 4 роки тому

    Thank you very much for this content, I couldn´t find this kind of guide anywhere else. Keep doing it!

  • @courtlandkelly8422
    @courtlandkelly8422 4 роки тому +1

    I have been looking for a video like this, THANK YOU

  • @wilderfromero819
    @wilderfromero819 4 роки тому +1

    Yes, I am doing this tips right now, build a static website while learning, so I am fully aware on where I am in my studies. Thankyou sir, more power to you...

  • @Nabilo8501
    @Nabilo8501 4 роки тому +2

    All other youtubers are telling us to have a fucking jump start into a language like python without having any feedback about any thing or any shit about computers and internet.
    But your learning line is the only one that convinced me .
    Thanks man❤

  • @isaacronathan1693
    @isaacronathan1693 3 роки тому +1

    I think somewhere in the past I wanted to start coding because I subscribed. This video gave me the push

  • @anthonyoliveri4544
    @anthonyoliveri4544 4 роки тому +2

    one of the best videos i ever seen thank you for your contributions !!

  • @heromil
    @heromil 4 роки тому

    I have just discovered this channel and I am really amazed about the excellent content you share in your videos. Congratulations!!!! :)

  • @demonking4250
    @demonking4250 5 років тому +71

    Andy i was course collecting until now,but no more! Thanks for your vid.

    • @agustincai
      @agustincai 4 роки тому +5

      it is piratebay's fault

  • @SAMs3piol
    @SAMs3piol 3 роки тому +2

    This video is absolutely the best. Thanks Andy

  • @omar8424
    @omar8424 3 роки тому

    Perfect, exactly what I was looking for, thank you Andy

  • @ryanlyle9201
    @ryanlyle9201 3 роки тому +10

    I've spent days trying to figure out where to start and this has been the most helpful for a complete beginner. Other channels were ok to follow along but this is invaluable information. Thanks!

    • @yashaswikulshreshtha1588
      @yashaswikulshreshtha1588 2 роки тому +1

      Let me tell you something, I think we get confused about it because we don't even know what programming even is, it is not about language but it's about thinking literally you may know 10 languages but if you don't know how to think it's all trash, so I would highly suggest getting a environment where you can develop algorithmic thinking, it may feel intimidating but you will kinda regret it later on if you decide to just focus on code and not programming, I think a really good way to develop that is by learning game development, game development uses tons of complex logic, algorithms etc. Just download processing and start learning along the way create little projects aiming to make a some pretty neat game at your level.

    • @anaclara-sb7rr
      @anaclara-sb7rr 9 місяців тому

      great idea@@yashaswikulshreshtha1588

  • @diego_villena
    @diego_villena 3 роки тому

    I posted on a previous video, essentially asking for this exact video. Thanks!

  • @michaelbreezywilberforce2646
    @michaelbreezywilberforce2646 2 роки тому

    I just finished watching this video and I think my mind is now made up. Thanks Andy.

  • @upya3813
    @upya3813 4 роки тому

    well that was probably one of the best yt "beginners" tuts ive ever watched ... about anything. *HUGS*

  • @App_driver_bsb
    @App_driver_bsb 2 роки тому

    This video is pure gold ! Helped me a lot . Decided to become a software engineer and my school starts next month . And I was studying Java lil bit with not much progress but I will first go to html and css as you advices then back to Java

  • @redeagle9312
    @redeagle9312 3 роки тому

    Andy, thanks very much. Your suggestion gave a clear way for my next learning step.
    Looking forward for more helpful video so I can continue my journey.

  • @EricHillAuthor
    @EricHillAuthor 4 роки тому +8

    Well, just purchased Head First: HTML & CSS!

  • @milicaandrejic8945
    @milicaandrejic8945 2 роки тому +8

    Thanks for sharing. Really useful and to the point. Would you recommend any particular resources for the points 3 and 4 (GIT and Client-server)? I have learned some things along the way but would really love to get a good, systematic overview of it. Thanks a lot!

  • @thatamberchick
    @thatamberchick 4 роки тому +6

    Thanks for this info! Liked/subbed. This makes so much sense and helped a lot! 👍🏻👍🏻

  • @maritessquirona5175
    @maritessquirona5175 4 роки тому +1

    Thanks for this video, now I know my learning path clearly😊

  • @robkriger9095
    @robkriger9095 4 роки тому +1

    Thank you for the advice, I appreciate you man. I know that I am really interested in this field, but found myself doing pretty much everything that you were suggesting to stay away from, and I wasn't getting anywhere... Your advice makes perfect sense. Thanks again!

    • @kiwicami287
      @kiwicami287 4 роки тому

      Yeah im in the same boat, i decided to start with c# with The c# players guide book but i think i made it harder on myself, i learned things for sure but it also went over my head a bit i think, im gonna start fresh with html and javascript because i really enjoyed experimenting with c# and visual studio even if it was hard.

  • @MP-ih9wf
    @MP-ih9wf 3 роки тому

    Just came across this video. Best take away I learned is that I have been course collecting. I need to just pick one and stick with it for at least the 90 days instead of one chapter here and one chapter there. Thank you.

  • @egocentric222
    @egocentric222 4 роки тому

    Andy, I’m loving your content!

  • @demetrihamilton979
    @demetrihamilton979 2 роки тому

    Andy, thanks for the video. It really boosted my confidence in program development.

  • @hunsonabadeer4209
    @hunsonabadeer4209 2 роки тому

    Your videos helped me a lot! Thank you so much Mr. Sterkowitz.

  • @knw-seeker6836
    @knw-seeker6836 3 роки тому

    thanks for the great advice Andy
    much appreciated

  • @shantemonroe342
    @shantemonroe342 2 роки тому

    I'm actually going to follow these steps. Thank you!

  • @sidneyrodrigues9004
    @sidneyrodrigues9004 3 роки тому

    Really nice video buddy👍🏻 very helpful for me. Keep hustling!

  • @IvanManginiLopes
    @IvanManginiLopes 5 років тому +23

    Thanks for sharing your experience, it's very helpful have some direction or path to go. I'm get starting to learn programing and i want to get into IT career. cheers from Brazil!

    • @AndySterkowitz
      @AndySterkowitz  5 років тому +3

      You're welcome Ivan. Glad to help!

    • @frndstp
      @frndstp 4 роки тому +1

      Deu continuidade ao projeto, Ivan? O que você está fazendo agora? Um abraço.

  • @13RYUUZAKI
    @13RYUUZAKI 3 роки тому +1

    The only thing I add, will be, collabvorate in a public/open project in github when you fell confortable with. Thanks for the advices.

  • @kvk2530
    @kvk2530 3 роки тому

    thanks for this vid, exactly what i was looking for.. roadmap simple to follow and practical

  • @seunakinwunmi5742
    @seunakinwunmi5742 3 роки тому

    Just about to start Andy.. I've been seeing your video for a while.. I'm ready now.. Thanks for your help

  • @kays3599
    @kays3599 2 роки тому

    Thanks for reminding people is't a journey (like anything), not an overnight thing.

  • @Yup712
    @Yup712 4 роки тому +2

    I recently decided I wanted to get into programming due to health problems that are forcing me to work from home and I’ve always been interested in programming. I watched a few of your other videos and had decided to learn JavaScript first so I picked up a book you had mentioned, “Head First JavaScript Programming”. That book recommended knowing and understanding HTML and CSS so I picked up “Head First HTML and CSS” and so far the book is a GREAT resource!!! I’ve been doing like you said and trying to spend at least 1-2 hours every day studying or practicing coding. I haven’t started a side-project yet but I think that’s a great idea and will start one soon! Thank you again for your awesome channel and I don’t think I would have come as far as I have as quickly without your videos!!!

    • @azubuzom5574
      @azubuzom5574 4 роки тому +1

      genius2012 hello! I am also learning HTML and CSS. Have you started your project yet? I want to start one but I keep thinking to myself that there is more I need to learn before I start a side project and I think that’s holding me back a lot.

  • @courtneywilkerson6131
    @courtneywilkerson6131 4 роки тому +2

    Thank you for this video! I feel like I really have a game plan to start learning.

    • @Mentalzz
      @Mentalzz 3 роки тому

      How have you done ?? I’m reading this 7 months later hopefully your journey has been successful

  • @shubhamchauhan1893
    @shubhamchauhan1893 3 роки тому +2

    Hey Andy,
    I made up my mind this morning to learn coding and found your videos really wonderful for start. I really want to take this 3 month journey. Can you recommend a resource for learning client server architecture?

  • @jaytothe_
    @jaytothe_ 3 роки тому

    Yo I’m on chapter 12 of the html book. This is a great place to learn the language. Great video fam! 💪🏾

  • @joshuajurado2565
    @joshuajurado2565 5 років тому +17

    Thanks Andy, this was the perfect video of what im dealing with right now.

  • @nightwolf1966
    @nightwolf1966 4 роки тому +1

    I'm 53 yrs old and I'm just looking for a language to play with, my only experience is with DOS 6.22 and stringing different commands together along with autoexe bat so starter projects will be my main focus, also someone told me about Smalltalk and I have a video game on steam I'm going to start with, thank you for your video and time you have taken to help us, beginners

  • @mohdfazliab5627
    @mohdfazliab5627 4 роки тому

    You are the second person I know that recommend the Head First books after Derek Sivers. I am currently at chapter 8 of the Head First HTML & CSS book. It is really fun.

  • @XavierSmithXcellence
    @XavierSmithXcellence 5 років тому

    I definitely like that you focused on reducing complexity, which is actually a good life lesson in general. I'll be honest, though, as someone starting his coding journey today, hearing spending two weeks on HTML and CSS was terrifying! It looks like a beast to me.

  • @RameenFallschirmjager
    @RameenFallschirmjager 4 роки тому +2

    something that I love about you Andy is your sincerity which is obvious in your face and words when you talk about software development. not like some frauds (rafeh qazi) who try to sell their garbage tutorials and pretend if you learn very basics of programming you can earn six figures salaries within a couple of months.

    • @AndySterkowitz
      @AndySterkowitz  4 роки тому +1

      Thanks Ramin! I really appreciate your sentiment. I know what you’re saying about other UA-camrs and at the same time I imagine they mean well. At the end of the day it all works out for everybody. Cheers! 😊

  • @kaitlynburke1584
    @kaitlynburke1584 4 роки тому +1

    Wow, thanks. No BS advice or flashy editing. 🤙

  • @hanssacosta1990
    @hanssacosta1990 4 роки тому

    Thank u so much for your time man!!!

  • @depuli27
    @depuli27 4 роки тому

    Thanks for the inspirational videos you share that encourage newbies like me

  • @gritlup2089
    @gritlup2089 4 роки тому +2

    Just Subbed great content. I'm teaching myself Python and JavaScript right now, and I'm getting there.

  • @dancodaniel3014
    @dancodaniel3014 2 роки тому

    Your videos are always amazing thanks allot for making it simpler for us new be..
    Am type that always download every books I come across related to programming without finishing the one at hand ...

  • @marshmallowpeeps241
    @marshmallowpeeps241 2 роки тому

    Thank you for uploading this video. This made the world of tech and computers, for a newb, very welcoming and inviting. :)

  • @rajatrai2923
    @rajatrai2923 3 роки тому

    Thanks for your guidance.

  • @josemiguelpereirajesus7381
    @josemiguelpereirajesus7381 4 роки тому

    This video is very encouraging for me as I tried different ways to learn web dev. But I think keep it simple and learn the basics very well, it will help to grow in the future. I am learning now html and css, then I already have an idea about which website I would like to create after I finish the course. I was confused before because I didn’t know exactly on what to concentrate more but this video was very helpful and encouraging for me. Many thanks, Anca, London

  • @chrisbrittain3438
    @chrisbrittain3438 2 роки тому

    Thanks for all the free info man very helpful. Check back with ya in Six motnths

  • @mukteshkumar6426
    @mukteshkumar6426 4 роки тому

    Thank you dude
    This video might change my life , time will tell
    Thankyou very much

  • @1dayhabit
    @1dayhabit 4 роки тому

    A useful synopsis and a very similar approach to the Udacity Introduction to Programming course. I've opted for the books rather than the course (seven times more expensive than three Head First books). I appreciate your video - many thanks.

  • @evelinbaka5847
    @evelinbaka5847 4 роки тому

    It as quite helpful, I really needed some guidance about what should be my first step. You speak very clearly.

  • @KTZfilms
    @KTZfilms 2 роки тому

    This is fascinating. Don’t know the first thing about this stuff and your videos are great. I appreciate your advice and content.

  • @zettcompact8586
    @zettcompact8586 2 роки тому

    I agree, head first series is good. Among an ocean of iformation this series is worth every penny you spend. They have online projects, forums, youtube videos and some support for everyone.

  • @noneh-b988
    @noneh-b988 4 роки тому +3

    you come at right time friend , thank you so much

  • @augustogazzera9067
    @augustogazzera9067 2 роки тому

    great video Andy! thanks for your advices :)

  • @almarwahabobakr5235
    @almarwahabobakr5235 5 років тому +9

    Thank you for this valuable information .

  • @daviday87
    @daviday87 3 роки тому +4

    Longtime viewer here and fan of your content. I just started working my way through Head First JavaScript (currently on page 200 wrapping up chapter 4) along with the ZeroToMastery web development course on Udemy. I'm able to average slightly under two hours per day at the moment, but my question is the following: when you get blocked on a problem in the Head First book, or if a concept doesn't seem 100% clear to you, how do you proceed? How do you get a more thorough understanding of what seems like simple concepts not sinking in? I'm plagued with doubt of if I move forward with my reading without comprehending each component perfectly that it will come back to haunt me later on.

  • @jasonmugumya548
    @jasonmugumya548 4 роки тому

    Most precise video i have watched.
    Thanks a lot .

  • @vrkumar7455
    @vrkumar7455 4 роки тому

    But Sir you are quite fair and awesome for letting the Beginners know where to start, I guess. Thank you.

  • @barbaraamie3038
    @barbaraamie3038 3 роки тому

    Hi Andy. I’ve been told to TEACH Introduction to Programming to middle-schoolers without knowing what it is! Virtually, this will begin the last of January. I’m so very stressed because the kids will know more than me. I also have to oversee a coding club for 6-8 graders. This helped me to know what to do 1st. I’ll follow your suggestion. Thank you.

  • @Lifelonglearner91
    @Lifelonglearner91 3 роки тому +1

    Hi Andy! great videos. I feel the genuineness in your videos and how you explain this tech world to us, beginners. Can I get a bit of advice? I'm not sure if I should go change my career into Tech. I have worries like if I will ever be good with it or I will land a job without a degree with it or if I will have the determination to continue to learn to be really good at this. Thank you so much.

  • @andybailey2405
    @andybailey2405 3 роки тому

    Currently Backend Oracle PLSQL Dev with some ordsapi experience, trying to get into Ng Development, so I can get closer to Full-stack, your other vid on Observables helped a lot so I think I am going to start following all the videos you have up on breaking into that career path. Cheers!

  • @anny23108
    @anny23108 5 років тому

    Could you please make a video about how everything fits together? Not only what front end developer vs full stack is but rather something along the lines a new app - which you do in C++ - and how do you actually correlate this with front end tools, databases, etc.

  • @mystasusedtengaegg543
    @mystasusedtengaegg543 2 роки тому

    Bro, thanks you so much for recommneding us the Head First book, OMG! I love it so much, they really did a great job on teaching their readers the basics, also, the pacing is just *chef's kiss*. I'm already at the 500th page, Head First JavaScript is going to be my next goal, again, thank you so much!!!

    • @AndySterkowitz
      @AndySterkowitz  2 роки тому +1

      Yes! It's one of the best introduction books I've ever found :-)

  • @shakalgeria2786
    @shakalgeria2786 3 роки тому

    Thank you bro. Very good advices. Your videos are short and useful. Whish u the best

  • @SecTechie
    @SecTechie 4 роки тому +1

    What do you recommend for a good editor, if you want to keep it simple? Great video. Very informative. Thanks.

  • @rakers639
    @rakers639 2 роки тому

    I just turned 42 and I’m thinking about switching careers to programming. I’ve found your videos very useful.

  • @joana899
    @joana899 2 роки тому

    Hi Andy, many thanks for the video and tips. can you recommend any resouces to learn more about client server architecture?
    thanks!

  • @reconnectgaming9996
    @reconnectgaming9996 4 роки тому

    Hi Andy thank you for all that info. O would say I'm the kinda guy that may struggle with this but it's something I'd like to try. It can be over whelming trying to figure out which direction I'd like to go but I'm going to follow the advice and path way you've suggested. I'd like to eventually learn C# but I guess the basics come first. Expect some stupid question's from me!
    Thanks again
    Neil