Escape Tutorial Hell & Utilize Them In A Better Way

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 มิ.ย. 2024
  • In this video I'll talk about some ways to utilize programming tutorials in a way where you are not so dependant on them and break out of tutorial hell
    Sponsor: Linode Cloud Hosting
    Get $20 Free by visiting www.linode.com/traversy
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Course Links:
    www.traversymedia.com
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 693

  • @valentineoragbakosi378
    @valentineoragbakosi378 4 ปีที่แล้ว +114

    I was once stuck in this tutorial hell until I started building stuffs on my own. At first it was difficult but later on, I got a hang of it. And today, I'm on my way to being a senior developer.

  • @TraversyMedia
    @TraversyMedia  4 ปีที่แล้ว +569

    Tutorials and courses are absolutley necessary, especially for self-taught people like myself. I would never suggest that you stop watching them. I still watch them all of the time, but it is important to not be dependant on them. My opinion anyway :)

    • @madukomablessed4712
      @madukomablessed4712 4 ปีที่แล้ว +4

      I used php and mysql but I want to use flask because I know python better than php

    • @harshpatel7704
      @harshpatel7704 4 ปีที่แล้ว +11

      Yes i started programming with these tutorials. But over time, i started just watching the tutorials overall and then i directly start building projects. Now in just 2 years, now I can learn languages just from documentation. But i still prefer watching these videos first in fast forward to understand basic concepts.

    • @madukomablessed4712
      @madukomablessed4712 4 ปีที่แล้ว

      @@harshpatel7704 there is limited time for me to develop the website. Which will you prefer I use?

    • @alflud
      @alflud 4 ปีที่แล้ว +10

      It could be your monitor settings, looks normal to me on my gear - you don't look 'red' I mean, you look the same as you do in every other recent video.
      Dude, you're an awesome role model. "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."

    • @bokunochannel84207
      @bokunochannel84207 4 ปีที่แล้ว +2

      Thank you for the advice. Very helpful.

  • @yauul
    @yauul 4 ปีที่แล้ว +634

    I didn't know others went through this. I just have this crippling thought that I NEED TO KNOW EVERYTHING before building my own project. I went through so many courses but I still feel like I'm incompetent and I need to know more.

    • @TraversyMedia
      @TraversyMedia  4 ปีที่แล้ว +158

      YES!! I see this all of the time. Just start. It does not have to be anywhere near perfect. Just get your hands dirty

    • @ItsJustFil
      @ItsJustFil 4 ปีที่แล้ว +56

      yauul you’ll never know everything. I built a React front end using MaterialUI knowing limited react and learned MaterialUI by looking at the documentation and using stack overflow. Patience is key!

    • @yauul
      @yauul 4 ปีที่แล้ว +16

      @@TraversyMedia Very true. Thank you for this video Brad. We all truly appreciate everything you're doing for this community.

    • @yauul
      @yauul 4 ปีที่แล้ว +5

      @@ItsJustFil Similar experience! I started to build an MUI app but then version 4.5.0 just got released 2 hrs after I started. Then my brain started to mess with me again. "Gotta know the latest stuff, check for tutorials and then do it". It's quite difficult to find any tutorial for MUI released this year so I kinda gave up.
      I'll definitely get back to it again, make mistakes and learn.

    • @ritwikmath7937
      @ritwikmath7937 4 ปีที่แล้ว +7

      ​@@yauulyauul start building apps and search for required solutions... I am learning this way and it is a very efficient and practical way... you can learn essential things faster because your focus will be also on practical rather than only theories... try to implement your theoretical knowledge each time possible

  • @ismaelpena8555
    @ismaelpena8555 4 ปีที่แล้ว +80

    When you start to work, youtube dependency stops, and Stack Overflow will become your new best friend

  • @ifecojahs8151
    @ifecojahs8151 4 ปีที่แล้ว +109

    How to think like a computer programmer. I did a lot of research, on algorithms, so first thing you must do is to conceptualize the app or project, demonstrate it on paper, break it down to smaller pieces, before starting.

  • @lucasqefo7378
    @lucasqefo7378 4 ปีที่แล้ว +22

    One tip to my fellow programmers . Dont wast time on tutorials. Learn the basics and fundamentals from them. Second step is to build your own project. Building your own project will open your mind on thinking and flexibility. If you dont know something thats the best part, you got to do the research and transform online codes based to your needs. There are millions of tutorial that you dont even need and its time consuming and mentally draining. Stick with a big project and find solutions by your own inspired by tutorials. Hope everyone succeeds on its path.

    • @bladelazoe
      @bladelazoe ปีที่แล้ว +2

      So I take it’s a “I’m not sure how to build x, but I’m gonna learn what it takes to build x”

  • @tristansacotte6937
    @tristansacotte6937 4 ปีที่แล้ว +215

    Man you gotta be some sort of wizard every time a topic related to coding that im having problems with you release a video about! Thank you so much

    • @wasifnaqvi2213
      @wasifnaqvi2213 4 ปีที่แล้ว

      Same here man

    • @CraftedCodeWithHassan
      @CraftedCodeWithHassan 4 ปีที่แล้ว

      I agree with you, and this is the principle I used to learn things... :)

  • @janski3791
    @janski3791 4 ปีที่แล้ว +198

    Hey man, I wanna let you know that I don't know what TH-cam's programming section would be without you. Keep it up! :)

  • @noicehockey9920
    @noicehockey9920 4 ปีที่แล้ว +28

    That's great advice Brad. I was kinda in tutorial dependency but after landing my first react dev job I found out that real life projects consist of hundreds if not thousands of components. And one component might include 800 lines of code. And EVERYTHING and EVERYTHING comes from DATABASE. It is not even close to those to-do lists and tutorial websites.
    So mainly what I do for now is staring at someones legacy code and fixing bugs. I am a frontend-backend react bugfixer.
    Imo tutors need to change their concept, and maybe try to imitate a real life scenarios including: - creating git branches, and pushing upstream; -committing changes; creating/accepting pull requests.
    Have all the props in database and fetch them.
    Dont have premaid css(navbar or positioning) or solutions and search for solution online with students during course.
    Since most programmers dont write apps from scratch, especially junior ones as and idea for your course might be a ready app with like 40 components and full of bugs and feature requests. So you give challenges to solve bugs and add features. Ending up fixing all the bugs, adding features and have functional app. Here emphasis will be on not learning a technology, but learning a real life developer workflow scenario. So students will not have that rose-colored sunglasses on.

  • @AbreuArtu
    @AbreuArtu 4 ปีที่แล้ว +5

    I'm ashamed to admit that I've spent almost a year and a half in this journey of getting a job just to realize today how wrong my approach was and that all this time I've just been lurking in the Tutorial Hell. After all this time, this video comes as a eye opening hard truth that I need to face. I just want to add that many of us do start by following Colt's videos or Stephen's and I do love them, however they clearly suggest you to add their projects to your portfolio, and since we are all new to the field, we try to follow their advice.
    Thanks so much for this video!

  • @chucky50545
    @chucky50545 4 ปีที่แล้ว +19

    Its insane how relevant and helpful your videos always are. You've been a big help in my career. Thank you, Brad!

  • @kelvezu1585
    @kelvezu1585 4 ปีที่แล้ว +7

    You're the best teacher I've ever had. Can't say how grateful I am. I just want to absorb all the good characteristics you have. Thanks for everything.

  • @Shidira
    @Shidira 4 ปีที่แล้ว +23

    I feel like every time you post a video, you've just spent time in my head because your content always seems to be a bullseye on what I'm going through. I really appreciate you, your knowledge, and videos! Thank you so much for the content you provide us!

  • @fluntimes
    @fluntimes 4 ปีที่แล้ว +2

    I found this recently. Having spent so much time at home I watched and followed a few tutorials but felt I needed to start building things. All of a sudden the tutorials made more sense. When you try to solve your own code problems the material takes on a new meaning and you move from being acquainted with the code to owning it.

  • @adnanamin3666
    @adnanamin3666 4 ปีที่แล้ว +2

    Your being real and discussing common issues inspire me every time I watch your videos. Love your concern about the juniors in the field. Thanks for caring for us and leading us through a an easy way. :)

  • @DevSage
    @DevSage 4 ปีที่แล้ว +45

    I remember watching one of your tutorials back in 2017 about sending text messages through the Nexmo API. Ended up building a web app for the library at my university that sends text messages to students when certain books they're looking for are returned back to the library.

    • @TraversyMedia
      @TraversyMedia  4 ปีที่แล้ว +13

      That is so awesome. I love hearing stuff like that :)

  • @wespassick8369
    @wespassick8369 4 ปีที่แล้ว +2

    You are, once again on point. I love watching your courses and videos not only for the how to, but also for:
    1. The clear, easy to understand way you speak.
    2. Honest advise.
    3. You project a near one on one experience.
    4. It feels like you really care about the success of each person watching.
    5. Your humility is awesome. It's obvious you do your research and present a highly polished product but by not pretending you just pulled it out of the air on the fly, goes a long way in keeping me from getting frustrated.
    I still have a long long way to go but I'm having steady epiphanies now thanks to you and others. Please keep up the good work.

  • @LIFE-nr1yg
    @LIFE-nr1yg 4 ปีที่แล้ว +1

    I feel the same way, keep learning and learning, but what i found helps is doing bits and pieces of things you know. for example: i do navs in different ways and they come out right. then, i approach a whole page and so on and so on. i watch different videos for ideas and for strategy and architecture. thanks a lot for being so organized Brad. really appreciate your generosity. all the best to you and your family.

  • @MeMickyLuv
    @MeMickyLuv 4 ปีที่แล้ว

    I've watched a lot of tutorials many of them really good and helpful but to me this guy is a natural. Clear, concise and convincing. The stuff Traversy streams goes in and sticks. A big help, thanks.

  • @ritwikmath7937
    @ritwikmath7937 4 ปีที่แล้ว +2

    All my Udemy courses are half way done. I continously looked for various blogs, tutorials and read documentation for the technology I am learning. When I resume my course, I find out that I learned more than covered in the entire course. Big respect to you sir. You always guide us to the better future.

  • @edgarmokua3204
    @edgarmokua3204 4 ปีที่แล้ว

    I've just started programming and i have found myself trying to learn everything at once and jumping from project to project and this has led me deeper into the tutorial hell but your great advice has really brought things into focus and i will take your advice to heart,. Thank you for your great advice.You really have no idea how much it has helped. Looking forward to more videos like this.

  • @o.voytyn
    @o.voytyn 4 ปีที่แล้ว +29

    Wow, your channel is almost 1m subscribers, congrats, it's hard to image that a channel about programming can have it.

  • @akshaysharma1145
    @akshaysharma1145 4 ปีที่แล้ว +3

    There are many other good online TH-cam teachers available, but no body as honest and good like you.. You have changed my wrong perception.
    From Bottom of my heart thank you so much. 🙏

  • @king-manu2758
    @king-manu2758 4 ปีที่แล้ว +2

    Your channel is the most amazing resource I've found just recently having started trying to get into web developing. Thanks for everything you do man.

  • @aladdinovich
    @aladdinovich 4 ปีที่แล้ว +2

    From my deep heart, thank you man so much. Your videos always come at the right time.

  • @TheStrategist314
    @TheStrategist314 4 ปีที่แล้ว +207

    I'm scared to leave tutorial hell. I know that sounds crazy...smh.

    • @marcof1804
      @marcof1804 4 ปีที่แล้ว +60

      I promise you that you won't regret it. Once you've made 3 projects of your own, you'll not only feel accomplished and confident in what you've learned but many of the concepts you've studied through tutorials will ironically enough only become clear once you've used them without reference.

    • @TraversyMedia
      @TraversyMedia  4 ปีที่แล้ว +217

      No it doesn't. There are a lot of reasons why, I am not sure your specific reason, but I think people don't feel ready and many developers can be very judgmental when it comes to code (I deal with it all of the time) which doesn't make it easier. But you have to just not care about writing "bad code". Jump in and try and just make stuff work, have fun and don't overthink it. Shit I wish I said some of this in the video lol

    • @juliom6260
      @juliom6260 4 ปีที่แล้ว +2

      Me too mate. Good luck with that

    • @insideTheMirror_
      @insideTheMirror_ 4 ปีที่แล้ว +8

      I left it for a while but got back to gain some more knowledge. That while was so precious and made me feel a real programmer. The thing with with tuts is that you stop being productive while you learning.

    • @ThePropertyMakers
      @ThePropertyMakers 4 ปีที่แล้ว

      @@TraversyMedia well said

  • @shashanksinha6158
    @shashanksinha6158 4 ปีที่แล้ว +5

    when ever you come out with a video my brain burst out 😫 so much to learn from you thankyou

  • @curlblue18
    @curlblue18 4 ปีที่แล้ว

    I cant tell you how much I've been wanting you to make a video about tutorial hell! You have the best content on TH-cam for developers and I CANNOT WAIT for your algorithms/data structures videos. I have always had a hard time with leetcode and I know that your content would be extremely helpful for me to learn these concepts.

  • @obazeemonday310
    @obazeemonday310 4 ปีที่แล้ว +1

    New to programming and not ready to break out of tutorial hell just yet but these points are filed away and will be very useful to me when i start building my own projects. Thanks Mr Brad.

  • @akashnag3879
    @akashnag3879 4 ปีที่แล้ว +3

    Brad is a gem of a guy... His advices are precious.

  • @dzenish.2262
    @dzenish.2262 4 ปีที่แล้ว +3

    Brad, you're just awesome. Thank you for being so honest about things.

  • @albertdugba
    @albertdugba 4 ปีที่แล้ว +5

    Brad is such a huge inspiration. I just love your content

  • @celebritydev1
    @celebritydev1 4 ปีที่แล้ว

    I was waiting for this for a long time.
    You've cleared some of the hurdles for me right now.
    Thanks, Brad. You sure are great.

  • @alibaba0428
    @alibaba0428 3 ปีที่แล้ว +1

    This is great, I actually started doing all of this on my own and it’s really great to hear that I’m on the right track

  • @Handmantoot
    @Handmantoot 4 ปีที่แล้ว +1

    Man this is so true. I just passed General Assembly's Javascript course and I feel like i'm not ready for any job OR I'm gonna be an imposture! This was amazing to listen too and now i'm going to really start breaking down projects just to learn them in a way i can understand and grasp.
    Once again, thanks for the useful information! You're a life saver, Brad!

  • @kkwilson27
    @kkwilson27 4 ปีที่แล้ว

    I did your React: Front to Back, now I am doing your MERN: Front to Back, I am glad I did them in this order because the React course really prepared me for the MERN course. As In depth as the MERN course is, I am breezing right through it with profound understanding. All credit to you that it is absolutely thorough, there has been no point that I have gotten stuck.
    Thanks for the great job.

  • @milansakic7833
    @milansakic7833 4 ปีที่แล้ว

    Last week i started internship in local Serbian company. I was learning past 13 months, and yours channel was super useful. Thanks for great content

  • @Eduonix
    @Eduonix 4 ปีที่แล้ว

    You can watch a tutorial on full-stack web development at th-cam.com/video/BYRZeEBS5Cs/w-d-xo.html

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 4 ปีที่แล้ว +62

    Just build something that comes from your mind, doesnt matter that is not unique

  • @ranzorethor5295
    @ranzorethor5295 4 ปีที่แล้ว +1

    Great advice! I caught myself in the same loop and until I decided to create my own webapp using what I'd learned I realized that I learned faster, and actually learned things to memory doing it that way and actually researching the concepts that I needed to implement.

  • @KylePrinsloo
    @KylePrinsloo 4 ปีที่แล้ว +1

    Excellent choice of video and well needed! We're so conditioned to buy books, courses and attend events, but too many of us just sit on the knowledge and don't apply what we know.
    Thanks for sharing Brad

  • @tenzinmigmar7266
    @tenzinmigmar7266 4 ปีที่แล้ว

    Thank you very much Brad for teaching so many people around the world including myself. I really appreciate your good work. Happy new year!

  • @SergioArroyoSailing
    @SergioArroyoSailing 4 ปีที่แล้ว +3

    You're such a great guy Brad giving all these advice. Keep up the great work! :)

  • @hansrajrouniyar8762
    @hansrajrouniyar8762 3 ปีที่แล้ว

    The very interesting think in your talk was that you were speaking the real experience out.
    I am into programming from last 2 years but really lacked this insight of deconstructing the tutorials and articles instead got happier with stuff that came up as immediate results.
    Will try to incorporate everything gradually that you mentioned.
    Thanks Brad

  • @danielotienoke
    @danielotienoke 4 ปีที่แล้ว +3

    This is really Great Brad. Currently, I am using your API Masterclass tuts to build something different that will solve a problem in my town and planning to use React for its Frontend.

  • @cwlbroeders
    @cwlbroeders 4 ปีที่แล้ว +3

    Thx for the effort and your honesty mr Traversy

  • @mdminhajuddinkhan3014
    @mdminhajuddinkhan3014 4 ปีที่แล้ว +1

    Love your honest advices. Can't wait for your data structures and algorithms series.

  • @arnelarnaldo7376
    @arnelarnaldo7376 4 ปีที่แล้ว +1

    Thanks so much Brad for all the lessons I've learned from you whether it is about life or web development. God bless you and your family.

  • @melissapthai
    @melissapthai 4 ปีที่แล้ว +1

    Love this! Another thing I do is to pause the tutorial right before adding a certain feature, try to implement it myself, and then continue the tutorial to see if I did it right. I've actually caught some bugs in Brad's tutorials with this method :)
    BTW, thank you so so soooo much for all you do Brad! I'm a software engineer who left my 9-5 to explore the world of freelancing. I'm used to working with custom frameworks only used by my company so in some aspects I feel like a beginner again. Your tutorials have helped me immensely in regaining my confidence as an engineer and exploring the freelance life!

  • @Unifono2012
    @Unifono2012 4 ปีที่แล้ว +2

    great points. Thanks for the video.
    I usually just watch the beginning of the project tutorials for getting ideas. I look what you are going to build (or other channels) , stop the video and try to figure it out myself. When I'm finished or even if I got stuck or failed, I come back and watch how you solved it. I don't really see the point of coding along to a tutorial, except for some muscle memory

  • @reachammad
    @reachammad 4 ปีที่แล้ว +1

    I needed to hear this once again as I've fallen into tutorial hell again during this quarantine as I've decided to learn C++. Thanks!

  • @BoisNation
    @BoisNation 4 ปีที่แล้ว +1

    I didn't know that this was actually a thing before watching this video. After watching tutorials and courses, I felt very confident that I could actually do something , but then I couldn't and was totally lost. This video really helped Brad, even though I'm a little late on it. Thanks for sharing!

  • @8dholland
    @8dholland 3 ปีที่แล้ว

    You are the real deal. I can tell. My own instructors said don't go out and learn a bunch of stuff you won't use. Stick with your technology and get indept. Thumbs up.

  • @mehmetemin5404
    @mehmetemin5404 4 ปีที่แล้ว +2

    Thank you for the advice Brad, that was helpful 'cause lately I've been lost without tutorials and feeling like I know nothing which is so depressing.

  • @ramyniranjan5751
    @ramyniranjan5751 4 ปีที่แล้ว +1

    What a valuable lessson from brad, recently i watch your passoword generator tutorial and build completely my way.

  • @usamahussain4461
    @usamahussain4461 3 ปีที่แล้ว

    I really learned a lot from this outspoken guy...:) I mean he is an inspiration. There are 2 other TH-cam channels and my friend to thank, but literally the steps that he told to follow (deconstructing, connecting to Database etc.) are exactly the ones that I had in mind. One other thing that I used to do was searching for an "ideal tutorial", the one that would teach me everything without having to search for other ones and then "combining" them. But then these amazing people taught me that there is no such thing. Thank you sir :) I really admire you

  • @JoeWong81
    @JoeWong81 4 ปีที่แล้ว

    Great advice Brad and that was very brutally honest and you're giving actual advice on how to get over that hump. That's what I love about your channel.

  • @olawalemoses8958
    @olawalemoses8958 4 ปีที่แล้ว +3

    It's so easy to fall into tutorial hell especially when you want to be a senior web developer in three months because many web platforms are easy to relate with. Thanks BOSS I hope I can get you to mentoring me...

  • @jeffbee6090
    @jeffbee6090 4 ปีที่แล้ว +1

    Thanks Brad! great input.... I felt that would be the case but appreciated hearing it from you!

  • @betaman2009
    @betaman2009 4 ปีที่แล้ว +45

    You know sh*t got real when the tutorial creator makes a video about escaping tut hell

    • @TraversyMedia
      @TraversyMedia  4 ปีที่แล้ว +11

      Just being honest. Also, tutorials are very important and I would never say don't watch them. But they need to be used as a resource, not a crutch

    • @betaman2009
      @betaman2009 4 ปีที่แล้ว +1

      @@TraversyMedia hahaha I totally agree.. btw I loove your channel, I've been here since like 2017!

  • @thepassionatecoder5404
    @thepassionatecoder5404 4 ปีที่แล้ว +1

    1. Deconstructing concepts that are used in project and building other project in which you can use concepts you learned in the tutorial
    2. Combining tutorial. learning new features in each tutorial and add them to your project. Do not try to finish many tutorial you can. you have to get concepts.
    3.Reading code. This is equal but not less than writing code. Reading code improves you as a programmer.
    4.Contributing to open source. It is like your working environment. There is always ganna be some kind of bug in the code which needs to be fixed so this is very very good practise.
    5.Stick with the stack that you liked most and seems easy.
    6.Solving algorithmic and data-structures related challenges. This helps with breaking down problems and familirizing yourself with syntaxt of the language and overally ganna make you better programmer.
    7. Interacting with other developers which ultimately you r ganna do this once you get a job.
    8. Reading official docs of your chosen language or framework or library.
    Thanks Brad. These concepts are definitely ganna make huge difference in your programming life if you follow them seriously.

  • @macmillianmalope8338
    @macmillianmalope8338 4 ปีที่แล้ว +1

    Your videos are on point and I'm learning a lot from them, hopefully one day I'll get to develop something great with the knowledge I got from your videos.

  • @mohammadurgur953
    @mohammadurgur953 4 ปีที่แล้ว +3

    My goood !!!!
    When I watched this, I laughed so I almost fell of my chair.
    This is EXACTLY how I feel.
    Sometimes I have the feeling that ok, I got it...
    Then, when trying to do something of my own, I´m totally lost, mixing parameters, using wrong text in wrong place.
    My goood.
    Thank you !

  • @AneesKhan-uz4mz
    @AneesKhan-uz4mz 4 ปีที่แล้ว +1

    Amazing as always Mr.Brad

  • @tarikutadese7794
    @tarikutadese7794 4 ปีที่แล้ว +1

    Thank you brad. I have been really dependant on tutorials even on the things I understand very well. from now on, I am gonna change this bad habit and try to work on my own ideas. Thank you so much.

  • @Likorca
    @Likorca 4 ปีที่แล้ว +1

    This is great, I'm just starting to learn how to code and this information is godsent. Also, you channel is a goldmine, I'm on a bingewatch.

  • @shanemturner
    @shanemturner 4 ปีที่แล้ว +2

    Great advice. I find myself exactly where you say even after recently completing a BSc in Computing & IT and purchasing many online courses. Just last week I started creating a complete invoice and payroll management system using good old fashioned research, Google and referencing the course I have purchased and watched. Thanks For the vid :)

    • @Carl-yu6uw
      @Carl-yu6uw 4 ปีที่แล้ว

      Yeh? Well good luck writing a payroll engine for UK localisation.. That's a lot of PAYE, NI rules, RTI, court orders, absence management / SSP, SMP, pension, penserver...

  • @rossthemusicandguitarteacher
    @rossthemusicandguitarteacher 4 ปีที่แล้ว

    Very important advice. I am just over a year into my commitment to learn coding. Taken many tutorials, but I have completed 6 of my own projects. Very happy to have had this advice early on

  • @bertrandfossung1216
    @bertrandfossung1216 4 ปีที่แล้ว

    Brad..you're simply the best. Thank you very much for all the work you're putting to make people like me better.

  • @ariolverab
    @ariolverab 3 ปีที่แล้ว

    Thanks for the advice Brad, we’ll keep that in mind. Even when you don’t make tutorials (technically speaking) it motivate us, this video arrived just in time. Happy destructuring tutorials !

  • @theshowman8478
    @theshowman8478 4 ปีที่แล้ว +1

    Very good advice as usual.
    Telling prospective employers you've done a lot of tutorials isn't really going to cut the mustard.
    Of course doing tutorials (especially the ones here) are essential for getting started,
    but I still believe one of the best ways to get practical experience is doing volunteer work for a time.
    This has the advantage of getting real world experience and at the same time you're not going to be too pressured for quick results which can help improve your self confidence and get a portfolio of work. I did this myself many years ago in order to move from older (pre-internet) technologies to modern ones.

  • @alanlane5961
    @alanlane5961 ปีที่แล้ว

    Brad, I recently discovered your web site and videos on youTube, and this video you made is spot on about me! I have been doing tutorial after tutorial for over 3 years, and I keep wondering How much do I need to know of this stuff to land an entry level job? You are correct, building apps and writing code is the best way to learn, and I feel as though I have learned a lot in the 3 years of tutorials, but I cannot write code or create something because I have no clue where to start. Thank you for this valuable insight, and now I can regroup and start in a new direction and maybe finally leave a job I hate for one that I can enjoy and grow professionally! Thank you for all your great advice and teaching, you have inspired me to go forward in this field!

  • @mplovecraft
    @mplovecraft 4 ปีที่แล้ว +53

    I think the problem for many people is that they lack a solid foundation. It's tough to start building something on your own if you have big holes in your knowledge of the basics. I also think that people over estimate their own skills after doing tutorials. They make a ToDo app in JS and react without really understanding what they are doing and without havivng the JS basics down and then think they can make advanced apps using react. What they should do imo is focus on getting their JS (in this case) foundation down and then begin building easy and small projects that they can actually manage and then build and expand on those.
    Yes, it might not be what you want to do now, but maybe it's better to spend 50+ hours on JS before moving on instead of just jumping straight into taking 5 super cool React tutorials where you lack the prior knowledge to grasp the concepts and ideas presented to you. It's just my opinion and how I work, we all learn differently

    • @geoffreygriffith7703
      @geoffreygriffith7703 2 ปีที่แล้ว

      I find if I have an Idea of what I want to do, if I have and end in mind, it's not that difficult to code it. Even if I don't know how to do it, the motivation is there to learn how to do it, and I end up learning things that I did not set out to learn in the first place. I don't understand video that say they are teaching someone who may never have programmed before, say JavaScript, but then in the first video introduce complex IDEs and frameworks. So now you have to learn JavaScript, the language of the framework and IDE. But I realize how complex developing apps have become, it's not like one time when you could develope for just Win95. Complexity comes when your app must work on windows, linux tables, phones and TVs. There are some who suggest that beginners begin with a text editor and maybe the command line, because the focus is on the syntax of the language you're learning and programming concepts. I also think programming is the important thing, not the language. Sometimes some of us may be learning a programming language and not learning to program.

  • @mjunior1413
    @mjunior1413 4 ปีที่แล้ว +5

    I needed this, for the motivation mostly.

  • @markanthony9432
    @markanthony9432 4 ปีที่แล้ว

    Thank You! This is spot on for me because I was just about to pack it in as a freelancer. Two things I've learned recently which are very important to me were research and finding one or two people to listen to here on YT.
    Researching is well over 50% of this because you don't know what to code if you don't know what to code...and I don't mean the language.
    I used to pick a facet and watch as many different people as possible. Now I may do that in some cases, but I'll go back to two individuals who I get the most out of afterwards...you're one of them.
    I also learned to raise my rates...lol.
    Thanks

  • @kresimircosic3753
    @kresimircosic3753 4 ปีที่แล้ว +3

    Brad the type of guy to suggest the viewers not to watch his videos for revenue, but to actually learn how to learn.

  • @neila880
    @neila880 ปีที่แล้ว

    I recently stopped watching so many tutorial videos and instead came up with some projects to do and it's been fun building them. It took some time to get the hang of but after that initial period of not looking for a tutorial to build an app / program and just building it yourself, it vecame a lot more fullfilling. And you learn how to break things down into parts, focus on one, finish it and move onto the next one.

  • @neilpearce
    @neilpearce 4 ปีที่แล้ว

    Top man Brad, your tutorials/courses are always great and you do dive deep into the 'why' not just the 'how'. However, I would like to mention and recommend Will Sentence as the way he teaches JS is superb. It goes so in depth that if you do lose your way he goes back over it again and again until it sticks - very good!!

  • @deepakgupta-eg9lb
    @deepakgupta-eg9lb 4 ปีที่แล้ว

    I am very glad to see u first time. Your suggestions are very precious for us as freelancer

  • @saichandra8839
    @saichandra8839 3 ปีที่แล้ว

    It's 2 am and I'm thinking how to get out of these tutorials and what to start building... This video popped up on TH-cam suddenly... Right info at the right time... Keep inspiring Brad.. 🔥 The world of developers needs u...

  • @Hotatoes
    @Hotatoes 4 ปีที่แล้ว +1

    Brad Thank you so much day after day you do really inspire me alot and when iam over my head u realse a video that show's me the way and put me back on the right track
    thank you so much

  • @jaironcuadra
    @jaironcuadra 4 ปีที่แล้ว +1

    Valuable insights my man! Always helpful.

  • @vickshri
    @vickshri 4 ปีที่แล้ว +8

    I can relate to this Brad. I am in the beginning of my web development learning phase and I often bump into watching video courses. And I just type what they say. Thanks a lot for the tips to get out of it👍

  • @user-wj3pv9xb8g
    @user-wj3pv9xb8g 4 ปีที่แล้ว

    Man you've helped me so much throughout my learning much respect and love for u God bless you man keep up the good work

  • @richardwilliam7030
    @richardwilliam7030 4 ปีที่แล้ว +1

    I was able to create an insurance app backend with your node js masterclass course.God bless you Brad 😉

    • @compton8301
      @compton8301 4 ปีที่แล้ว

      That's amazing! 👌🏿💯

  • @zakhariihusar6975
    @zakhariihusar6975 2 ปีที่แล้ว

    I saw your videos before. But I did not realise that you are the same guy who made many awesome "crash courses", helped me to unstuck so many times 🔥🔥🔥

  • @Korudo
    @Korudo 4 ปีที่แล้ว +1

    This seriously is an essential video. Thanks for this, as i definitely let myself get stuck here for too long.

  • @ran25257
    @ran25257 4 ปีที่แล้ว +2

    Thank you SO MUCH Brad. You helped me to Sort-out My Life !!!. I Owe You a Lot !!! Bless You !!!

  • @alexandermeneses5688
    @alexandermeneses5688 4 ปีที่แล้ว +1

    Amazing! Really, what I needed to hear. Great content, I'll stick around!

  • @Ernuna
    @Ernuna 4 ปีที่แล้ว +3

    Hey Brad, this is my 1s year as a frontend js/react dev job. Started as an absolute beginner with your free html crash courses then udemy courses etc. And I really love watching tutorials in the evening. I can watch your or other guys top courses on udemy like HBO series, every day. And honestly I would not call it tutorial hell, its like watching NHL game, or whatsoever. I am just enjoying them after hard day at work (real life react app is much much complicated). Following, learning, watching best practices. Imo there is no need to feel guilty for continuous watching tutorials.

  • @htetlynnhtun101
    @htetlynnhtun101 4 ปีที่แล้ว

    This is the biggest problem, roadblock I'm facing right now. I really really appreciate your tips and advises. Thank you so much sir.

  • @Themaxmerock007
    @Themaxmerock007 8 หลายเดือนก่อน

    Your message reached me. Thank for this video man

  • @UstadJi
    @UstadJi 4 ปีที่แล้ว

    A Great Teacher And Even Better Mentor And Friend. Thank You Brad

  • @Bestodds1
    @Bestodds1 4 ปีที่แล้ว

    Your advice videos have a lot of substance. I even had to take written notes on this one.

  • @berenjor
    @berenjor 4 ปีที่แล้ว

    Video on point!
    I couldn't do without tutorials, they really speed up the learning process and it's as close as it gets to one-to-one training. But it is true that you can deceive yourself by believing that you get something or that you know how to build something as you code along. The reality though is that you're not going to properly learn the stuff without a bit of a headche and frustration and that is scary at the very beginning.

  • @1polyron1
    @1polyron1 4 ปีที่แล้ว +3

    A man of the people. Respect.

  • @rodrickngonyoku5042
    @rodrickngonyoku5042 4 ปีที่แล้ว

    I love how this guy is just genuine

  • @urbanmunda2451
    @urbanmunda2451 4 ปีที่แล้ว +1

    I was struggling with this problem.this video kind of helped me.ty

  • @AunSuhel
    @AunSuhel 4 ปีที่แล้ว

    I went through a similar problem when i stopped working out the concepts myself. Will start on my own projects. Thanks a lot for the much needed push. And Get well Soon! :)

  • @erayozaydin3636
    @erayozaydin3636 3 ปีที่แล้ว

    When I watched your 1 hour c sharp tut at the firs time, I changed the some data but still structure is the same. When I try to add time limit for it, I figured out stack-overflow website.This was the time for me to figure out how different class work and dictionary and read codes from others.After that, I learnt constructors and enum type. Also, go back to algorithm basics😃This is a fast and strange learning path for me but I started to understand how apps, games and programs work. So...Thank you so much to teach and motivate people. World needs people like you👌