Learning To Code Was Hard Until I Changed These 4 Things

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 80

  • @fengsports2063
    @fengsports2063 10 месяцев назад +67

    100% FOCUS
    1. Don't get distracted while learning
    2. Wake up earlier...
    3. Take advantage of lunch.
    4. Use weekends
    5. ONE LANGUAGE AT A TIME
    6. Don't compare yourself to others
    7. There's no finish line...
    8. Take your time to make sure you understand what's happening
    9. Master the fundamentals
    10. When learning advanced concepts, don't get frustrated when progress slows down... KEEP GOING and things will click

    • @Crow184-83
      @Crow184-83 Месяц назад

      This is my screensaver now.

    • @ALEXNDJOCK
      @ALEXNDJOCK 17 дней назад

      That's it thanks oh 😂

  • @SriVenkatesh-z6l
    @SriVenkatesh-z6l 7 месяцев назад +14

    This guy is most relatable programmer ever

    • @Raffimedz
      @Raffimedz 7 месяцев назад +1

      Yepp underated❤️

  • @raldinehenry9580
    @raldinehenry9580 Год назад +37

    I needed this, I’ve been tempted to quit learning JavaScript because learning is difficult for me, I’m turning 38 and recently got diagnosed with severe ADHD. Thank you for this wonderful video!

    • @victorkoome9096
      @victorkoome9096 Год назад

      Try the Odin Project

    • @brian-cache
      @brian-cache  Год назад +18

      Don’t give up!

    • @Yuri-1930
      @Yuri-1930 11 месяцев назад +3

      Jesus loves you ❤

    • @AyoSaviioR
      @AyoSaviioR 10 месяцев назад +2

      Hope you still going strong man 💪🏾

    • @Yuri-1930
      @Yuri-1930 10 месяцев назад

      @@AyoSaviioR Jesus loves you ❤️ this is a sign

  • @Paranoid89x
    @Paranoid89x Год назад +8

    Thank you for this, I did a coding bootcamp that was great but i still felt like i didnt know anything and got frustrated about understanding some concepts so I slowly stopped coding or trying to code. Its been around 8 months now that I kinda gave up because I told myself I wasn't smart enough to code. I will give it another try and slow down. Again Thanks for the video.

  • @mazu3433
    @mazu3433 Год назад +8

    this is so helpful; I recently began learning how to code and first few weeks I was cruising but as it got to now applying the basics! it's starting to get hard and the information and tips you shared in this video really put some stuff into perspective for me. Thank you!

  • @ellygan
    @ellygan Год назад +6

    Your videos are such a joy to watch. All of the points are presented concisely, explained well, and there is a personal story. Great as always!

  • @ParrotMan01276
    @ParrotMan01276 Год назад +4

    Thank you, I've been learning C lately. I wanted to see how it related to other languages. Then I found myself into the process of getting it up and running.

  • @elizabethn4131
    @elizabethn4131 11 месяцев назад +1

    Thank you so much for this video. I'm 34 and have started my Data Engineering journey, and your videos have been very helpful. I hope to come back and share a good update on my transition journey. You've gained a fan from KE

    • @-Nikoli-
      @-Nikoli- 2 месяца назад

      Hows it going these days?

  • @Yuri-1930
    @Yuri-1930 11 месяцев назад +2

    This actually helped lots. It changed my mindset a lot on things. Thanks 😊

  • @kamdave1895
    @kamdave1895 4 месяца назад +1

    Am glad i stabled into this video.
    I have had poor focus and my beginning wasn't the best.
    My friend just told me to learn C.
    I didn't know where to start.....
    Anyways today am learning Java and the trick of focusing on one language is magic

  • @DigitalBrillianceHour
    @DigitalBrillianceHour Год назад +2

    Great video, I'm very big on teaching people fundamentals so that it's easier to grasp newer concepts later on. I'll be sharing this with folk, because engineering isn't as hard as people make it. You just have to approach it differently than people typically approach things now with a microwave mindset.

  • @EliezerLara-z6v
    @EliezerLara-z6v 7 месяцев назад

    Much needed video. I’m 32 and just started on JavaScript. Thanks this motivated me more

  • @thelawoflivingasucceessful5974
    @thelawoflivingasucceessful5974 10 месяцев назад +2

    I personally real get encouraged whenever i hear any of your videos bro thanks God bless.....would your advice someone learning coding via bootcamps, and do you think bootcamps plus the effort a learner put can land him/her a job? kindly make a video on this concerns

    • @brian-cache
      @brian-cache  10 месяцев назад

      I’ll add that to the list

  • @officialridwan_
    @officialridwan_ 10 месяцев назад

    thanks this was really helpful, i'm a software engineering student and i really find coding a bit tasking, but this video helped a lot.

  • @th3ja
    @th3ja Год назад +1

    Awesome content as always Brian!

  • @o_m8717
    @o_m8717 6 месяцев назад

    I just found you and I wish more and more people knew about you. Your content is very helpful and practical.

  • @boshy0989
    @boshy0989 8 месяцев назад

    Bro, you got really good advices. Let's keep it simple. Thanks, man!

  • @Raffimedz
    @Raffimedz 7 месяцев назад

    Dang bro really is underated. Down to earth guy with some clean editing and teaching skills. Thanks alot 👏🙏❤️

  • @A.A.Selwy-77
    @A.A.Selwy-77 Год назад +1

    So helpful, Thank you bro.

  • @mikeh4068
    @mikeh4068 3 месяца назад

    I found your channel today, awesome information!!! I subscribed immediately

  • @groff8657
    @groff8657 Год назад +1

    The point about mastery is paradoxically true. Because by focusing on JS you actually learn intermediate concepts that exists in other tech-stacks like async/await which came from C#. In the end it’s all the same.

    • @jessicajax8568
      @jessicajax8568 4 месяца назад +1

      IF you learn Python it is easy to learn JavaScript ... If you learned JavaScript first you will be able to learn Python (Python is more straight - forward) Data types and other elements are the same in some languages !!

    • @groff8657
      @groff8657 4 месяца назад

      @@jessicajax8568 Yes, however I slightly disagree with the straightforwardness of Python. It depends on the person and their way of thinking. For example, for me I find JavaScript and C# easier to read than Python. Because I'm used to verbose programming languages. I find it hard to parse Python's shortcut contractions and syntax. After long periods of time.

  • @TsTheSeason
    @TsTheSeason Год назад

    This has rejuvinated my drive sirr, Thankyou!

  • @DavydRicardo-i5b
    @DavydRicardo-i5b 6 месяцев назад

    Dude, Thank uuu so much! I truly needed this!

  • @estermalisa196
    @estermalisa196 Год назад

    Thanks, your videos are helpful!

  • @Canxxx146
    @Canxxx146 6 месяцев назад +1

    Bruce Lee:” I am an avarage person with a laser-like focus” If you are a self learner, you have to be obsessed with learning the skills you want.!

  • @lbBryant
    @lbBryant 11 месяцев назад

    This gives me motivation thank you for that. But what tip can you give for learning to code?

  • @mayankpatni5639
    @mayankpatni5639 Год назад

    As a fresher non IT to IT what to choose full stack web developer vs data engineer vs data analyst more job opening more package future growth

    • @brian-cache
      @brian-cache  Год назад +1

      Those are pretty different paths from web dev to data. Just try to choose and see how much you like either path. If not, then you can try the other. But see quickly if you dislike whatever you start off with.

  • @420_love
    @420_love 10 месяцев назад

    I've been trying different languages. So confused 😕 right now. I think I'm convenient with Python. But many people keep telling me Javascript is the real deal. I know I can do it If I put all interest in learning it. But I'm scared of wasting my time. I think I need help . Or maybe have a friend that can encourage me on this . And we share day to day experience of the journey of learning. I'm just confused and I'm turning 30.

  • @alimsh2680
    @alimsh2680 8 месяцев назад +1

    I'm trying to learn Python, and want to be good at it, but I find it hard to focus, and lose attention very quickly.

    • @innomind11
      @innomind11 8 месяцев назад +1

      im facing the same problem here

  • @louismario66
    @louismario66 Месяц назад +1

    Please if I get a reply I will be the most happiest, I’m actually learning css, JavaScript and html do you mean I should abandon two and just focus on JavaScript alone or css alone

  • @maggieincheva6475
    @maggieincheva6475 9 месяцев назад

    Shouldn't I choose what programming project I want to do? Perhaps the front end of web development

  • @hopekins974
    @hopekins974 9 месяцев назад

    Which lap top can give me the best experience in coding

  • @oscarderby4825
    @oscarderby4825 Год назад +1

    watch the whole video but at 4:00 minutes to the end he drops some platinum nuggets about learning to code.

  • @ProGamER__801
    @ProGamER__801 6 месяцев назад

    What is the easisest choice in programming for job ???

  • @LIOTBs
    @LIOTBs Год назад

    Very wise.

  • @garettclement6671
    @garettclement6671 10 месяцев назад

    The fact that you code and got some soccer tekkers>>>>>>

  • @sykessackitey4728
    @sykessackitey4728 Год назад

    thanks a lot so helpful

  • @DutchFlavour
    @DutchFlavour 7 дней назад

    Coding is a long road, people think you can learn it in 1 day. You can if you are a 1 on 1 billion type genius kid. The rest just needs to learn!

  • @aaronaustrie
    @aaronaustrie Год назад

    Exactly what I'm doing rn and I'm starting to hate it 😣

  • @mbahchibuzorsylvia9621
    @mbahchibuzorsylvia9621 7 месяцев назад

    where can i learn coding with recognized certificate?

  • @bikramduwal6394
    @bikramduwal6394 6 месяцев назад

    As a software engineer for around 5 years in desktop application winforms, should I move to AI or should i start learning frontend or master in backend (which i know more than frontend)..
    Could you please help me i am just confuse like where should I move ahead..

  • @PatrickMoses-nt6pn
    @PatrickMoses-nt6pn 6 месяцев назад

    Pls can u arrange a class for my 15 year daugher who want to start learning coding and AI

  • @markdavis7645
    @markdavis7645 11 месяцев назад

    Love these videos man, thank you so much, great advice in all of them. ~white guy who isn't racist

  • @AsmaaDiis
    @AsmaaDiis 2 месяца назад

    Thank you so much... U did assisted in unbearable moment i was confused

  • @boggalavamsi7186
    @boggalavamsi7186 11 месяцев назад

    Bro i need full course java script

  • @ABDIRAHIMO2
    @ABDIRAHIMO2 7 месяцев назад

    I am watching this video to get motivation to start Python. 😆

  • @toasttoasted3492
    @toasttoasted3492 8 месяцев назад

    You need to be a teach

  • @createvans
    @createvans 6 месяцев назад

    It’s curious you say that you learn soccer nowadays, because here in my fucking country (Brazil) we play soccer after the first days of life 😂

  • @cocoatea57
    @cocoatea57 7 месяцев назад

    Nice video
    But your gesture in playing football 😂😂😂😂

  • @luciusrex
    @luciusrex 3 месяца назад

    Why would anyone search polymorphism in Js? Just stick to functional programming

  • @theprotagonist8764
    @theprotagonist8764 Год назад

    CHAT GPT makes coding super easy. It not only gives you the code, but it breaks down what is what. So, yeah: CAT-GOT helps me learn.

    • @DigitalBrillianceHour
      @DigitalBrillianceHour Год назад +2

      When you're using CHAT GPT, are you also understanding the "why" behind the code? Are you cementing the fundamentals? I'm big on starting with a low - mid level languages that include all aspects of software engineering, and stay away from those high level languages that provide all these shortcuts and such, because those are for people who have spent the time and grit working with lower level languages to "do math with a pen", then they fully appreciate the shortcuts and know what's under the surface.

    • @theprotagonist8764
      @theprotagonist8764 Год назад +2

      @@DigitalBrillianceHour when I code, yes I understand the why. But can you provide me names of low level languages? Practice makes perfect.

    • @DigitalBrillianceHour
      @DigitalBrillianceHour Год назад

      @@theprotagonist8764 languages like C, C++, PHP are considered low - mid level. Really languages that don't have those "readability" enhancements that focus more on process flow than logic. Ruby on Rails is an example of that. It tries to be so abstract that you the low level concepts are hidden from you for speed. Not always good if you don't have an understanding of those concepts already.

    • @Aly_._
      @Aly_._ Год назад +1

      What’s CAT-GOT?
      1. Do you know which AI is most useful for coding?