Don’t learn web dev this way

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 9. 08. 2022
  • Learning web dev is hard, but taking the right approach can really help!
    #css #shorts
    --
    Come hang out with other dev's in my Discord Community
    💬 / discord
    Keep up to date with everything I'm up to
    ✉ www.kevinpowell.co/newsletter
    Come hang out with me live every Monday on Twitch!
    đŸ“ș / kevinpowellcss
    ---
    Help support my channel
    👹‍🎓 Get a course: www.kevinpowell.co/courses
    👕 Buy a shirt: teespring.com/stores/making-t...
    💖 Support me on Patreon: / kevinpowell
    ---
    My editor: VS Code - code.visualstudio.com/
    ---
    I'm on some other places on the internet too!
    If you'd like a behind the scenes and previews of what's coming up on my CZcams channel, make sure to follow me on Instagram and Twitter.
    Twitter: / kevinjpowell
    Codepen: codepen.io/kevinpowell/
    Github: github.com/kevin-powell
    ---
    And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

Komentáƙe • 859

  • @KevinPowell
    @KevinPowell  Pƙed rokem +825

    The real question is, did I spell is misakte on purpose, since I was talking about mistakes? 😉

    • @dancehalllyrics1303
      @dancehalllyrics1303 Pƙed rokem +27

      @Kevin Powell, I was seconds from commenting that you’ve spelled that word wrong, until the second after where it hit me that you might’ve done it on purpose 😉

    • @idowebwork
      @idowebwork Pƙed rokem +6

      Actually came to post a comment on just this.

    • @rajeshdhyani06
      @rajeshdhyani06 Pƙed rokem +22

      Ha ha... miskate would have been even better... mis-skate... get it? 😊 big fan btw 👍👍👍

    • @adegboyegawisdomubani6921
      @adegboyegawisdomubani6921 Pƙed rokem +2

      Are there still stuff too for backend project 👉👈

    • @cipherxen2
      @cipherxen2 Pƙed rokem +16

      It would have been much better if it was misspelt as "miskate", as you've referred skate in video.

  • @mazahuang1152
    @mazahuang1152 Pƙed rokem +2714

    they call it tutorial hell...

    • @biqbicle4982
      @biqbicle4982 Pƙed rokem +40

      yeah i almost fell in that rabbit hole

    • @ber2996
      @ber2996 Pƙed rokem +109

      How do people watch bunch of tutorials without actually doing anything anyway?
      Tutorials bore me af unless I'm actually doing them as I watch the video.

    • @fringe_minority
      @fringe_minority Pƙed rokem +30

      How do you learn about something without reading or watching it first?

    • @musstta01
      @musstta01 Pƙed rokem +26

      @@ber2996 honestly, because you feel you should "know more", even thought the whole point is that you can't know everything and should always be learing as you go with pretty much every project you work on

    • @HollowsDarkness
      @HollowsDarkness Pƙed rokem +2

      Im there and it sucks, but im mainly there with JS

  • @justahumanwithamask4089
    @justahumanwithamask4089 Pƙed rokem +694

    This is where free code camp succeeds. You actually build as you go Along

    • @emptybottle1200
      @emptybottle1200 Pƙed rokem +51

      yep, fcc's the best because you write your code

    • @width19
      @width19 Pƙed rokem +20

      Scrimba is still the best

    • @jakemealey5532
      @jakemealey5532 Pƙed rokem +36

      The Odin project also

    • @lua-nya
      @lua-nya Pƙed rokem +24

      It's very handhold-y though, so I would only recommend it to uninstall fear.

    • @lex-zt6uc
      @lex-zt6uc Pƙed rokem +7

      ​@@jakemealey5532 it's the best

  • @nielsbom5558
    @nielsbom5558 Pƙed rokem +369

    Barbara Oakley calls this the “Illusion of Competence” in her book “A Mind for Numbers”. This applies strongly to math as well as writing code.

    • @awesomebearaudiobooks
      @awesomebearaudiobooks Pƙed rokem +8

      It is competence too. Just a less practical kind of competence. It can be translated into actual competence, though, and more easily than from ground zero, by the way, because knowledge gives confidence.
      Of course, it makes the process way longer (for example, 12 months instead of 6), and you will have to build things at some point anyway, but making a project from zero and making a project after reading a book or watching a long video feels hella different and more chill, imho

    • @theseangle
      @theseangle Pƙed rokem +17

      @@awesomebearaudiobooks yeah when you watched somebody make a website from zero to design and to deploying you will then have a reference point to what your competence is. You'll not go blindfolded when you start making your own website. But without the "theoretical" knowledge you are going blind and will burn out quickly.
      But to be fair you don't need to binge watch 40 Udemy courses, just one good and quick walkthrough on CZcams will do the job. And ofc it's way more effective if you follow along the walkthrough

    • @0x007A
      @0x007A Pƙed rokem +3

      @@theseangle exactly one good introductory video about basic structure (HTML) and layout (CSS) for a simple landing page is worth more than 100 hours of videos building a complex website.
      I find CSS more difficult to master than any other aspect of web development or distributed application (dApp) development. CSS takes lots of practise to move beyond the basics.

    • @theseangle
      @theseangle Pƙed rokem

      @@0x007A nah one introductory to html and css is definitely not better than a turnkey website making walkthrough playlist, which will take even less than 100 hours. You kinda didn't get my comment above. And CSS is, while pretty difficult at first, it's a candy compared to all the obscure things you have to consider and think about while working or making a serious project. eg building complex client logic in JS. All the subtleties and subsurface issues you'll face while working with a framework. All the considerations you'll have to make while working with a backend developer and connecting the API. All the disagreements you'll have with the designer of the project. All the extra skills you'll need to have like the CI/CD, DevOps and all that kind of shii

    • @theseangle
      @theseangle Pƙed rokem +1

      @@0x007A CSS is easy, you just learn as you go. You don't really have to think much. You got a problem - you Google it. After a couple of weeks working like that your brain will generate its own solutions and you'll wrote your HTML beforehand predicting the CSS you'll have to write and adapting to it even before you started styling. Also I recommend following some kind of convention like BEM or Atomic CSS or whatever. It'll make things less confusing and your brain will have an easier time remembering the structure.
      I have actual work experience in frontend and I Google like a hundred things everyday. In HTML/CSS it all just comes down to browser support. If something has less than 94% support on caniuse I tend not to use it. With JS it's easy because of all the transpilers and building mechanisms like Babel, Typescript, Vite etc. Much of the modern code just get transpilers to raw ES6. Plus the built-in autoprefixer (PostCSS) in my framework (Vue) makes things easier.
      The main part of CSS is experimenting, gathering practical experience. Then your brain will categorize everything into certain patterns.

  • @basedserb1389
    @basedserb1389 Pƙed rokem +121

    I'm only starting with web dev but I can confirm this. If you only watch tutorials and don't apply your knowledge you can end up in a perpetual circle of watching random videos without writing a line of code. I started learning HTML/CSS around three months ago and I fell into the same trap. I recommend watching videos where developers actually build a website from scratch (or by looking at a random template). Those videos are usually several hours long but you can open your code editor of choice and simultaneously write code while adjusting the code to your preference. Benefit of it is you can pause the video to experiment or just to clear your mind and come back to it whenever you want. I also recommend making a secondary profile on your browser where you would only focus on code, because video recommendations from your main channel will eventually distract you. And don't give up and think you're stupid. I've seen experienced developers get stuck at trivial problems, it's all about being persistent.

    • @wandylim9598
      @wandylim9598 Pƙed 5 měsĂ­ci +4

      Do you have a list of youtube channels providing such tutorials?

  • @NikolasToCore
    @NikolasToCore Pƙed rokem +314

    Thank you so much for the list of practice resources! It very hard to find them on your own

    • @IAmSkyfree
      @IAmSkyfree Pƙed rokem

      Hi, there. Where can I find the list of practice resources?

    • @NikolasToCore
      @NikolasToCore Pƙed rokem +5

      @@IAmSkyfree do you mean the list from this video? It's in the very end of the video

  • @xxevnxxe
    @xxevnxxe Pƙed rokem +61

    I love the "Misakte" instead of "Mistake" lol

  • @chromechef891
    @chromechef891 Pƙed rokem +246

    So true. I fell into this habit when I started. Then after freecode camp I learned a bit more. Now in the Scrimba bootcamp and I'm going through your module 6 and css is now fun and easy to work with while still giving me challenges to think about. I come from a culinary background. To me now using CSS is like figuring out how to plate a beautiful dish.

    • @leonstone3443
      @leonstone3443 Pƙed rokem +2

      hes on scrimba!?

    • @cristianhernandez2848
      @cristianhernandez2848 Pƙed rokem +3

      Dope my boy. Big come up

    • @chromechef891
      @chromechef891 Pƙed rokem +7

      @@leonstone3443 Yes. Kevin has several modules on there. All great stuff!

    • @nandomax3
      @nandomax3 Pƙed rokem +11

      I also started with free code camp and it's was amazing, because it's a great learn as you code from the first sesssion

    • @misterwriter
      @misterwriter Pƙed rokem +5

      His Scrimba courses are great. My favorite is Per, he explains so well without being condescending.

  • @olawaseem
    @olawaseem Pƙed rokem +39

    This video specifically should be as first reminder every morning/day for newbie developers.

  • @mykyta-maria
    @mykyta-maria Pƙed rokem +23

    I learned basics of frontend programming myself and got my first job about 5 years. Video tutorials were one of the several sources of knowledge. And in the beginning, videos where someone codes and describes every step were extremely helpful. Because, when you don't have a mentor, this type of videos kind of replaces it, and you have an opportunity to learn the process itself.

    • @santiagom.3540
      @santiagom.3540 Pƙed rokem

      He is not saying that video tutorials are useless. He is giving some anchor for newbies from where to start doing projects

    • @AnesthesiaandCriticalcare
      @AnesthesiaandCriticalcare Pƙed 11 měsĂ­ci

      I second you...i like videos for sth new even if i dont write a single line of code..and its faster...we dont have to create a new wheel..somebody better than us has already done a better job than us ..and later i use chat gpt which actualy explains everything even when i copy paste code...that way i am faster and productive..and it has worked great with the least effort from my side

    • @juggles5474
      @juggles5474 Pƙed 7 měsĂ­ci +2

      Yeah I completely disagree with this guy and this common myth. At some point if you don’t learn beyond what your current skill dictates, you’ll hit a wall. Going through a course upped my game far further and faster than I would’ve done otherwise because I simply do not have the exposure to better coding practices that some of these teachers have. I do agree that you need to apply it to something though

    • @orange_penis
      @orange_penis Pƙed 7 měsĂ­ci

      @@juggles5474I think books are still far option if u want to up ur coding, videos are time consuming and not really designed to help u think for urself.
      So yeah if u are newbie or somewhat experienced then go with books and if u are vastly experienced then just move onto reading actual documentation instead.

  • @MichaelBromwell
    @MichaelBromwell Pƙed rokem +31

    You literally spoke to my soul. It feels like I know nothing even though I've gone through so many courses and classes. Definitely going to look into those links!

  • @Denn1sdw
    @Denn1sdw Pƙed rokem +102

    That's exactly what happened to me. Watched a whole course then realized my mind didn't save the content at all haha

    • @theburstgamer962
      @theburstgamer962 Pƙed rokem +3

      You should code along with them

    • @kimura_b4mv
      @kimura_b4mv Pƙed rokem +5

      ​@@theburstgamer962I mean.... What the fuck...? 😂 Whats the logic behind learning something by just watching, and never practicing during learning process..? If someone does that, maybe they should never try to learn anything; ever.

    • @theburstgamer962
      @theburstgamer962 Pƙed rokem +5

      @@kimura_b4mv There is something known as Programming hell go and search about it KIDDO

    • @zehrazeee136
      @zehrazeee136 Pƙed rokem

      ​@@kimura_b4mvi practice yet i get somewhere then try to do more better and go back to zero since a month now

  • @softpaw6234
    @softpaw6234 Pƙed rokem +38

    This is also true with 3D animation, I watched the video five times and didn't absorb a word of it, but as soon as I started actually following along and making a donut (simple object for the purpose of the tutorial), I was instantly able to extrapolate that knowledge for my own purposes. I spent an hour and a half to two hours learning nothing, and as soon as I started learning by doing, I figured out everything I needed to know for the moment in 2 minutes

    • @ayb2337
      @ayb2337 Pƙed rokem +1

      Wait you watched a tutorial five times without following it?

    • @jeklo3713
      @jeklo3713 Pƙed rokem +2

      ​@@ayb2337I can do it with my mind it's like I'm playing chess đŸ€Ł maybe I'm lucky because my memory not really bad

    • @jeklo3713
      @jeklo3713 Pƙed rokem +2

      ​@@ayb2337I guess when I watched toturial I stopped and think why they do that and like understand the logic even though I watched I still code but in my mind đŸ€Ł when I try to code it n my laptop I can do it I don't have a problem 😆

  • @saulgood2548
    @saulgood2548 Pƙed rokem +54

    As a skater I love that skateboard analogy. It’s definitely true!

    • @theasianviking86
      @theasianviking86 Pƙed rokem

      agreed on this

    • @peacefrog1938
      @peacefrog1938 Pƙed rokem +4

      Hi, my name is Aaron kyro, I'm a professional skateboarder from the San Francisco Bay Area

    • @UberBossPure
      @UberBossPure Pƙed rokem

      Yea but its same for all. You wanna learn math? Do it. You wanna learn climbing, do it. You wanna learn algorithms, do it. If you dont do exercise you will never deeply understand it and you will never ever be able to take action in this topic.

    • @mindo848
      @mindo848 Pƙed rokem +1

      glad there’s
      more skater web devs out there lol

  • @mattlaw4395
    @mattlaw4395 Pƙed rokem +7

    I’d say one of the biggest things that helped me when learning to code was reading documentation instead of watching videos, as in the real world you will be solving problems not found in videos

  • @davidferreira4518
    @davidferreira4518 Pƙed rokem +25

    This is so true and so easy to be stuck in it. It can even make you think that you can't do things when you start and still struggle after seeing so much tutorials.
    It's natural, even in my personal DIY projects I search a lot before starting and even when I think I have enough knowledge, I start and fail. But guess what? After making some mistakes, that's when I started finding ways to fix it and I can really see the difference between my first DIY project and a more recent one.

  • @rightbackatcha22
    @rightbackatcha22 Pƙed rokem +8

    I watch, write notes (easier for me to remember stuff by writing. I don't even review the notes sometimes). then try the code. thank you for the content Kevin!

    • @adikurniawan1816
      @adikurniawan1816 Pƙed rokem +2

      similar to me but i actually just make my note in the code itself using comment. And yes i never review that notes again but my goal is just to try to write that concept and explain it with my current understanding of it in my own.

    • @rightbackatcha22
      @rightbackatcha22 Pƙed rokem

      @@adikurniawan1816 👍👍👍

    • @ganjamangaaiaaai9396
      @ganjamangaaiaaai9396 Pƙed rokem +2

      I also refuse to scroll my low res screen up most of the time because i am so lazy ,especially while learning many times , and i rather use whatever brain cell i have left ,đŸ€Ł but the download solution button in fcc and a quick edit in that downloaded note with my own explanation in it works the best for me .. learningwise ,now if i can only apply this to my other learning aspirations đŸ‘»

  • @danser_theplayer01
    @danser_theplayer01 Pƙed rokem +1

    This is why I found a good video to watch that goes into detail but not too much, and gives you situations and challenges to do by yourself.

  • @Tony-cm8lg
    @Tony-cm8lg Pƙed rokem +17

    I just made up an idea for a project and started working on it. Learning the things i need as I go. I know a lot more now than I did when I was just watching tutorials

  • @asaduzzamansunam9845
    @asaduzzamansunam9845 Pƙed rokem +3

    The resources you've shared will definitely help me. I was looking for some place to find and practice my skills

  • @JanasV
    @JanasV Pƙed rokem +5

    Another tip:
    Each time you learn something new, think of ways to use it in different scenarios, think of possible usages, and try to do it yourself.
    When you start bringing your idea to life, you'll soon realize there's more than just what you learned that must be used to accomplish that - don't give up, start googling, searching for information, describing what it is that you want to do. All of that info absorbs better when you're actively trying to do something on your own, when you're searching for solutions and trying several different methods to do the same thing.

  • @rigg13
    @rigg13 Pƙed rokem +4

    Love you so much for this Kev. Been stuck in JS tut hell for 3 years. I just move from video to video relearning the same topics.

  • @hridoy8021
    @hridoy8021 Pƙed rokem +3

    You've always been nothing but incredibly humble! Truly, more than your expertise, you're humbleness draws me to watch your vids. God bless you and have a great day 💜

  • @medouchane8659
    @medouchane8659 Pƙed rokem +12

    Practice is important to learning programming

  • @tiamelancholyjeoncockity
    @tiamelancholyjeoncockity Pƙed 4 dny +1

    This is absolutely true and can be applied to everything, you have to get handy with it to actually be able to learn. Similar to studying and how note taking will help you in the long run instead of just memorizing everything.

  • @M_Zubair5017
    @M_Zubair5017 Pƙed 11 měsĂ­ci +1

    Very helpful and after follow these key steps of actually building after learning is very constructive.
    Thanks sir.

  • @TehKyros
    @TehKyros Pƙed rokem +7

    This is the thing that pushed me away for so long, until I watched one video that said something like "Get out of tutorial hell". Now I only watch things for a certain issue I'm running into or a quick beginner video to get the gist of a new process/language. I've learned so much more going about it this way.

  • @8koi245
    @8koi245 Pƙed rokem

    That's why your content is so useful, it saves my life when I'm trying to make specific things!

  • @stephenoshilaja365
    @stephenoshilaja365 Pƙed rokem +1

    This is Gold!!! I really appreciate this content @Kevin Powell. Thank you!

  • @alirezashirzad5785
    @alirezashirzad5785 Pƙed rokem +2

    One of the best advices for guys like me that that just started from scratch and good example skate boarding

  • @joserosales5311
    @joserosales5311 Pƙed rokem +3

    This is exactly what I need!!! Thank u

  • @aidanbanks1183
    @aidanbanks1183 Pƙed rokem +6

    Very good life lesson that also can be implemented to real life and to its situations, not just code. Well said

  • @CtisGaming
    @CtisGaming Pƙed rokem +1

    For anyone who wants to favorite/ playlist helpful shorts like this go to your youtube history> select the 3 dots next to it> add to playlist

  • @mitterfox98
    @mitterfox98 Pƙed rokem

    Thanks, this was the video i was looking for...not only because of the courses listed at the end...but more for the tidbit you narrated which is more effective..great work for influencing me

  • @boredguy1663
    @boredguy1663 Pƙed rokem +2

    This is a great advice. I see many people made the same mistake and try to learn from watching but the real thing come from experience. We have to find a balance between theory and practical.

  • @soroushiiiam6388
    @soroushiiiam6388 Pƙed rokem +4

    Such an awesome resources and tips tnx Kevin❀

  • @craigjohnson8279
    @craigjohnson8279 Pƙed 9 měsĂ­ci

    I loved the tips at the end. Thanks for sharing the knowledge Kevin! 😀

  • @koan__23
    @koan__23 Pƙed 3 měsĂ­ci

    Thank you for the suggestions!

  • @younessessousy5109
    @younessessousy5109 Pƙed 7 měsĂ­ci +1

    Thank you sooo much man. Seriously, this helps a lot.

  • @MarcelinoSandroni
    @MarcelinoSandroni Pƙed rokem +11

    After I have fully dominate typescript, I have learned Python, c# and java, just reading the docs, the most important is the logic, knowing algorithms complexity and data structure, project patterns and architectures.

  • @WakattA-
    @WakattA- Pƙed rokem +5

    One of them is you. While watching your videos I don't think someone will only watch it and in my case I've never done that. Thanks for keeping us updated.

  • @michellebraga1052
    @michellebraga1052 Pƙed měsĂ­cem

    Again you didn’t disappoint us! Thank you for the list

  • @thedude142
    @thedude142 Pƙed rokem +2

    Love the comparison to skateboarding, as i've found they both are very similar in how you gotta fall and get back up to learn and get better

  • @cosmicbeastx7300
    @cosmicbeastx7300 Pƙed rokem +39

    At first I watched a full course video which was just an hour long then i start to practice it and then i searched for individual problem on google and right now i am in a pretty good condition

    • @Ayob01
      @Ayob01 Pƙed rokem +2

      It seems a good way to learn new things.. keep going

    • @0x007A
      @0x007A Pƙed rokem +6

      You started practising once you finished the video. This is key because too many people watch a second and a third video thinking it will make them learn. Only through practise do we learn; knowledge is fine but skills are more useful because through practise the knowledge is applied.
      I took the same approach as you and it works. I make notes on paper of short code snippets, and a brief context-based narrative, that I have written so I can reference them in the future. Plus I can reread them any time.

  • @abduljamous792
    @abduljamous792 Pƙed rokem +1

    You are amazing sir!

  • @kedarhargude643
    @kedarhargude643 Pƙed rokem

    This man is such a gem. Helps sooo much. Thanks a lot, Kevin. Appreciate it!

  • @waleefalrooh8
    @waleefalrooh8 Pƙed rokem +2

    " you need to learn through doing" amazing phrase

  • @Levelupto1
    @Levelupto1 Pƙed měsĂ­cem

    Thanks for the resources ❀

  • @digidudehenry
    @digidudehenry Pƙed rokem

    Sweet. Thank you. I have taken a few classes in scripting and programming but I am looking for some hands on to get better. You are a amazing help. Thank you for this.

  • @SholVision
    @SholVision Pƙed rokem

    Thank you for this ❀❀

  • @Zwiebelgian
    @Zwiebelgian Pƙed rokem +2

    I thankfully never had this habit. I just used inspect element for an extended period of time and got so good at it, that when I fully took an interactive HTML course, most basics where already familiar.

  • @kenan2386
    @kenan2386 Pƙed rokem +17

    Watching tutorials and following with the tutorials
    And slightly modifying with what you understood, for example:
    He builds a login screen
    I build a sign up screen
    Which helps me experiment while learning
    Change some colors, some fonts and experiment and follow

    • @Morquioo
      @Morquioo Pƙed rokem +2

      Imo just diving into a project you don’t know how to build at first and learning on the way is the best method.

  • @kobruh9642
    @kobruh9642 Pƙed rokem +5

    bro learning by reading is so powerful. But it takes time.

    • @nxone9903
      @nxone9903 Pƙed rokem +1

      wdym takes time it's 10x faster than watching videos not to mention information is actually relevant. I am not talking about books however

    • @freerights6695
      @freerights6695 Pƙed rokem

      As long as you apply that knowledge then yeah

  • @ReligionAndMaterialismDebunked

    Watched again. Thanks again for the resources! :3

  • @Vijay_2024
    @Vijay_2024 Pƙed 4 měsĂ­ci +1

    Thank you ❀❀

  • @joshuaogah587
    @joshuaogah587 Pƙed rokem

    Thank you so much for this advice and the resources.

  • @CLeovison
    @CLeovison Pƙed rokem +2

    Thank you so much kevin

  • @zmurilo19
    @zmurilo19 Pƙed rokem

    This is exactly what I was looking for. Thank you so much

  • @BaciuIulian
    @BaciuIulian Pƙed rokem

    Thank you Kevin!

  • @thehybridtech3260
    @thehybridtech3260 Pƙed rokem

    Videos helped me a lot. Thanks to all đŸ‘đŸŒ

  • @elizakeating8415
    @elizakeating8415 Pƙed rokem +7

    Haha this is so interesting because I have the exact opposite of this problem (not with web development but with other skills like 3d modelling etc). I'm absolutely a Do-er first, and when I come up to a point where I don't know how to resolve something, it's like pulling nails to get me to actually sit down and watch tutorials, even though I know that if I did I would not only find the answer to my problem, but also learn new things that I wouldn't have encountered myself

  • @mohaktrivedi9591
    @mohaktrivedi9591 Pƙed rokem

    Thank you very much for sharing these amazing resources!

  • @hyugashikamaru3596
    @hyugashikamaru3596 Pƙed rokem

    Beautifully put

  • @Hispanol
    @Hispanol Pƙed 5 měsĂ­ci

    Thanks for the resources!

  • @xTakiusx
    @xTakiusx Pƙed rokem +1

    I was myself on the tutorial hell for a looong time!
    Then started doing projects and giving feedback on frontendmentor and I'm improving like 100% faster than just with courses!
    Sometimes I stop doing projects to learn new things on courses, but then inmediately go back and apply those things to new projects.

  • @user-ti1nr1vp3s
    @user-ti1nr1vp3s Pƙed 6 měsĂ­ci

    THANK YOU SO MUCH!!! This information and resources are VERY HELPFUL!!

  • @imadzaiour
    @imadzaiour Pƙed rokem +3

    I believe that the "codecademy" web dev path is a good one because it always give you a chance to practice

  • @helioobianchi
    @helioobianchi Pƙed 3 měsĂ­ci

    thanks for the tip! I'll definitely check those sites soon

  • @MrGhostYT_
    @MrGhostYT_ Pƙed rokem +4

    Tutorial hell was what caused so many setbacks in my journey; to the point where I had to go back to zero and move my way up. It was 2 years of it and when I realized that I couldn't even make a simple project myself, I was reluctant to essentially, start over.
    I've been coding for 3 years, and 2 years of it went to waste by just doing tutorials without making a project myself.

    • @Ril014
      @Ril014 Pƙed rokem

      But do you have a job tho?

    • @johnsiefert1395
      @johnsiefert1395 Pƙed 4 měsĂ­ci

      What did you end up doing? This is my exact same story

  • @ivanwritescode
    @ivanwritescode Pƙed rokem

    Thanks for the references! These are golden.

  • @rahuldeshpande4340
    @rahuldeshpande4340 Pƙed 20 dny

    bro the links u mentioned are super helpful. Also fellow Canadian here.. I took ur CSS course on coursera. Excellent investment

  • @sujoybha
    @sujoybha Pƙed rokem

    You Sir are a rockstar!!!
    Thank you

  • @badplayer3335
    @badplayer3335 Pƙed rokem

    Thank you so much I'm so glad CZcams recommended me this video

  • @uniqueux
    @uniqueux Pƙed rokem

    I've been doing web design for a while and I've designed and been apart of a tun of website projects. But I just put up my own responsive/adaptive static portfolio site and blog a few days ago using Netlify and it's so satisfying.

  • @realfejiro
    @realfejiro Pƙed rokem

    Kevin this is golden. Thanks Boss!

  • @getfreedata2623
    @getfreedata2623 Pƙed rokem

    Thank you Sir💖🙏
    We appreciate 🙏

  • @SVT000
    @SVT000 Pƙed 5 měsĂ­ci +1

    Best explanation ever

  • @user-dp5ek6yc9u
    @user-dp5ek6yc9u Pƙed 10 měsĂ­ci

    thx a lot for the list

  • @vanessastefanova
    @vanessastefanova Pƙed 4 měsĂ­ci

    I really appreciate this 😂 been copping so much shit for just diving straight in.

  • @MM-jr5sr
    @MM-jr5sr Pƙed rokem

    Thank you very much Kevin!

  • @benjaminlsubba
    @benjaminlsubba Pƙed rokem +2

    That's why it takes me days to finish an hour tutorials. Later I try to use it and still forget it

  • @OlaFowble
    @OlaFowble Pƙed rokem

    Thank you for the list of practice sites!

  • @jovanlaguitao3384
    @jovanlaguitao3384 Pƙed rokem

    Thank you Kevin! Helps a lot

  • @fidanalizada3850
    @fidanalizada3850 Pƙed rokem

    Really good content, appreciate all videos!

  • @benjaminnyamekye6892
    @benjaminnyamekye6892 Pƙed rokem

    Thanks man❀

  • @user-lm3wc8sc1v
    @user-lm3wc8sc1v Pƙed 8 měsĂ­ci

    Appreciate the advice 😊

  • @brandonsayring
    @brandonsayring Pƙed rokem

    Great analogy and solid advice, Kevin! ❀

  • @abdalrahmanalrefai8973
    @abdalrahmanalrefai8973 Pƙed 5 měsĂ­ci

    This is actually a golden advice that i was able to learn only recently, I wish I'd known this years ago

  • @KARIAP
    @KARIAP Pƙed rokem +6

    Sir, you read me like a book. I know HTML, CSS and i only recently learned JavaScript and React. I know how to read and modify codes but i can't make anything on my own.

  • @felixc.programs8209
    @felixc.programs8209 Pƙed rokem

    Really good content there! As someone who felt stuck in my previous career and really found myself through becoming a CZcamsr and a Data Scientist/programmer, thank you for your great content. Keep doing what you do!

  • @afamjames9561
    @afamjames9561 Pƙed 11 měsĂ­ci

    Great advice!

  • @joshy_vfxjj2514
    @joshy_vfxjj2514 Pƙed rokem

    Thank you so so much for this...
    This is my favorite learning a scope and it has helped me in web dev

  • @oogabooga7824
    @oogabooga7824 Pƙed rokem +3

    The way I learned was by doing a bunch of website ideas I had and just starting and if I had a problem then I would look at a course to learn the whole thing if it was pretty complicated or just quick CZcams video to fix it if it wasn’t to bad.

  • @siliconkala
    @siliconkala Pƙed 2 měsĂ­ci

    Sooo helpful ty❀

  • @galeflower3272
    @galeflower3272 Pƙed 5 měsĂ­ci

    THANK YOU. THIS is what I’ve been looking for.

  • @jacobwheeler6136
    @jacobwheeler6136 Pƙed 10 dny

    I started with the Odin Project and following the curriculum. While doing their courses, I'm working on side projects to practice more. I end up braking my code and fixing it. The knowledge sticks so well for me this way

  • @wickedclamor4882
    @wickedclamor4882 Pƙed rokem

    I needed this.❀

  • @skully3661
    @skully3661 Pƙed měsĂ­cem +1

    I feel called out, but I appreciate it.

  • @ronyc.7
    @ronyc.7 Pƙed rokem +1

    Totally agree with you, I've learnt more working on freelance projects than I've learnt from any course or video. And it's how I keep learning!

  • @andrejohnv
    @andrejohnv Pƙed rokem +2

    I always follow along with the tutorial, and not just mindlessly watching. That's a decent practice i think.