How To Study Programming The Lazy Way

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 854

  • @roadmapsh
    @roadmapsh 3 місяці тому +1500

    👀📝

    • @Zahomies-u2z
      @Zahomies-u2z 3 місяці тому +11

      yeddddiirrrrr

    • @roadmapsh
      @roadmapsh 3 місяці тому +11

      @@Zahomies-u2z 🫵😎

    • @tuhin1264
      @tuhin1264 3 місяці тому

      Gook Work Guys
      I love your work ❤

    • @HaroutBlack
      @HaroutBlack 3 місяці тому +15

      Jesus is the only way to healing, restoration and salvation to all souls. Please turn to him and he will change your life, depression into delight, soul heading from hell to heaven all because of what he did on the cross
      “Whoever calls upon the name of the Lord shall be saved” Romans 10:13

    • @thetruevoyage
      @thetruevoyage 3 місяці тому +8

      @@HaroutBlack umm... honey, merci beaucoup but I don't think this is the place to do that...?

  • @rylanmarcum9520
    @rylanmarcum9520 3 місяці тому +2121

    "if that doesn't motivate you, here are some software engineer salaries to motivate you"
    damn you

    • @Birdguy112
      @Birdguy112 2 місяці тому +42

      *M O N E Y*

    • @terrorists-are-among-us
      @terrorists-are-among-us 2 місяці тому +2

      It pays to avoid humans. Wish I'd realized it sooner 😭

    • @mrtroll-ev2uv
      @mrtroll-ev2uv 2 місяці тому +13

      @@Birdguy112 mmmmmmmmmmmm DOLAR

    • @mr.boomguy
      @mr.boomguy 2 місяці тому +7

      @@mrtroll-ev2uv mmmmmmmmmmmmonye!

    • @tamasmayer1167
      @tamasmayer1167 2 місяці тому +15

      Yeah but the market is incredibly oversaturated with comp sci people, programming probably the most

  • @last.journey
    @last.journey 3 місяці тому +1445

    How to learn programming
    1- hard work
    2- good mentor (optional)

    • @snaifhassnan6348
      @snaifhassnan6348 2 місяці тому

      620

    • @hungtan419
      @hungtan419 2 місяці тому

      666 likes 💀

    • @eliot-b8i
      @eliot-b8i Місяць тому

      how to learn?
      Just read that shit repeatedly to understand what's inside

    • @ToastyPCvidya
      @ToastyPCvidya Місяць тому +1

      Work smart, not hard. Hard work is for suckers.

    • @yl6128
      @yl6128 Місяць тому +3

      no one ever talks about the ability to sit down for long hours at a time and not fall asleep reading dry reference manuals. that takes extraordinary endurance

  • @CybSuL
    @CybSuL 3 місяці тому +2909

    bruh if doing all of this is laziness, I'm cooked

  • @zatoichinunyabidness
    @zatoichinunyabidness 3 місяці тому +217

    This is great! As a software engineer, only 1 supplemental tip. When you do projects, create documentation. If you're producing production level code, you should be doing this for the future person using or maintaining your code.

    • @devlaunch-online
      @devlaunch-online 2 місяці тому +1

      True, even at work you will most likely be doing something similar.

    • @DREKI_01
      @DREKI_01 2 місяці тому +2

      What are good ways to document? The most I know would be making a flow diagram for a project, and putting comments in a code.

    • @ToastyPCvidya
      @ToastyPCvidya Місяць тому +1

      THIS! I could've saved myself a thousand headaches if I had just documented as I went.

    • @RoddPH
      @RoddPH Місяць тому +4

      Dumb question where can I learn how to make documentation?

    • @Dylaniel
      @Dylaniel 16 днів тому

      ​​​@@DREKI_01 The main thing is to create a Google doc containing the following.
      1. What are you trying to accomplish (primary objective)
      2. What are you using. (IDE, language)
      3. What are some of the things you will need to do to achieve your primary objective (secondary objectives/features)
      4. How will you go about solving the individual objectives described in 3 (things like classes/objects, functions)
      5. How do these implementations come together to achieve your primary objective
      6. Detail what you're doing to handle possible issues, invalid input, edge cases, where is your implementation strong or weak, what are some of your implementation's parts that will be faster or better than others, or slower or worse than others.
      DO NOT CREATE ANY CODE BEFORE THESE THINGS.
      You should not even be writing about how you will approach certain problems like how a function will be implemented to achieve a result. This is the time to write down the big picture stuff so you understand what's going on that is less understandable just from looking at the code on its own.
      Don't feel that your documentation should remain the same by the time you have finished your objective. Of for example you find out about/remember/figure out a better way to handle something, you can go that route, just make sure you change the documentation to reflect that.
      Your end goal with documentation is to create a piece of text that allows someone without any prior knowledge of your project to understand what you are doing to achieve your goal and be able to work alongside you and things will fit together.

  • @shadowslayer2248
    @shadowslayer2248 3 місяці тому +756

    As a programmer, when u have clocked 2+ hrs automating a thing u could do in 5 mins and it still doesn't work, Sloth videos are the only go-to stress busters. Please keep em coming and please increase frequency!

    • @Lucasjio
      @Lucasjio 3 місяці тому +5

      Any ideas on what to automate? I dont know why, but i cant come up with anything i do daily that is automateable.

    • @tiqosc1809
      @tiqosc1809 3 місяці тому

      @@Lucasjio wiping my ass

    • @mentoska7427
      @mentoska7427 3 місяці тому

      @@Lucasjio Deleting emails from your gmail inbox is fun

    • @NickFallap
      @NickFallap 3 місяці тому

      @@Lucasjio Make a program to automate grocery store checkouts. Then to build off that build another program to automate counting back change. Set perimeters for yourself and build off of those to come up with ideas, an example: 1 gallon of paint covers 200sqft and cost $19 so make a program that can take the height and width of an object and output the amount of paint needed and the total cost.

    • @akshatxd9871
      @akshatxd9871 3 місяці тому

      @@Lucasjiohome automation maybe
      try being lazy and think if the work that you are currently doing is requiring unnecessary repetition (it won’t apply if the work is sleeping 😅)

  • @CheatsOnDisplay
    @CheatsOnDisplay 3 місяці тому +289

    These 3am bugs will make you remember is so true😹😭
    I was building a practice project recently and everything was finally working when I tested it, lo and behold when I showed it to someone else it suddenly stopped working, spent a night finding and fixing it

    • @ACEmmanuel
      @ACEmmanuel 3 місяці тому +8

      Same shit happened to me 😭

    • @bonebreakingmarathon6550
      @bonebreakingmarathon6550 3 місяці тому +2

      did you by any chance forgot to save the project? if so then it might be the problem

    • @CheatsOnDisplay
      @CheatsOnDisplay 3 місяці тому

      @@bonebreakingmarathon6550 At this point I think it was just a simple testing problem. Didn't test enough on my own so when another test criteria was presented to me, the program naturally failed woefully

  • @monshdoesart
    @monshdoesart 3 місяці тому +433

    This script style is just beautiful. Intrusive and beautiful.
    Good stuff

    • @loocid455
      @loocid455 3 місяці тому +13

      Feels like a Bill Wurtz video almost.

    • @h2o848
      @h2o848 3 місяці тому +3

      the delivery is also great! i could tell when he was talking as the viewer with audio only

    • @suenogyal
      @suenogyal 2 місяці тому +1

      @@loocid455 Few seconds into the video and I looked for a comment that says this lol

    • @alefnull
      @alefnull 2 місяці тому

      @@suenogyal same lol. the influence is pretty crystal clear :P

  • @rafexinate
    @rafexinate 3 місяці тому +2613

    "Now go learn notion instead of learning programming."

    • @mahmoudmagdy2434
      @mahmoudmagdy2434 3 місяці тому +19

      😂😂😂

    • @mateusz7208
      @mateusz7208 3 місяці тому

      ua-cam.com/video/9dMnC2MTe_0/v-deo.htmlsi=IfrXdAWLrDjjMDyh
      explained in 5 minutes how to create kanban board in Notion

    • @akshaykumawat2910
      @akshaykumawat2910 3 місяці тому +7

      😂😂

    • @renzaldwinbarnedo4779
      @renzaldwinbarnedo4779 3 місяці тому +26

      Get a programming job at Notion.

    • @tuhin1264
      @tuhin1264 3 місяці тому +68

      I feel into the "Learning Notion" Trap once
      I unistalled it, felt like too much features.

  • @mustaphadantata2125
    @mustaphadantata2125 3 місяці тому +197

    Made me blink and breathe manually we have beef now

    • @kazuya-2727
      @kazuya-2727 3 місяці тому +11

      now you did it to us again

    • @wrawler
      @wrawler 3 місяці тому +1

      he's gonna pay for this

  • @katz357
    @katz357 2 місяці тому +69

    This is probably the most ADD-friendly guide I've ever seen. I can't imagine how much time you've put into making this video, but my brain really appreciates it! Keep on the great work!

    • @MoHaTa-u3f
      @MoHaTa-u3f 2 місяці тому +3

      Do people with ADHD need a lot of stimulation to be able to learn and focus? (genuine question)
      I don't have ADHD but I found this video brainfrying since its quite stimulating for me personally

    • @preciatebw
      @preciatebw Місяць тому +2

      @@MoHaTa-u3fSure does help with keeping focus, whenever he asks questions it makes people with adhd think about the questions instead of zoning out all the time, hence the many times he said “when, what, why” and such.

  • @DGonz0-
    @DGonz0- 26 днів тому +9

    this is the absolute best video I have every seen... sweet to the point, entertaining, plenty of action and movement... help I even cried it was so good.

  • @hitois
    @hitois 3 місяці тому +99

    I was almost crying back in time when I saw guys saying hey i know java what lng do you code, but I was like a multitool (started from c/c++, just in case) who didn't focus on any particular language but i solved puzzles my entire life. Still questioning myself if I'm doing the right thing..
    I'm happy that finally the importance of problem solving & overall mindset became more recognised, it's applicable to any kind of work, not only programming (but managers usually forget to think bout it)
    Great vid, love ya

    • @crediblesalamander8056
      @crediblesalamander8056 3 місяці тому +3

      i relate. im doing a math major with a cs specialization. really hoping this works out for me, because i don't have to learn a bunch of stuff im not interested in like webdev.

    • @dprown6123
      @dprown6123 3 місяці тому +1

      can relate so much. having recently graduated as a computer science bachelor, I feel like a know a little bit of everything but not particularly proficient in a skill or language, most of the work during uni (and towards learning code) were done in C. to top it all off my finals' thesis was completely theoretical.
      now I'm having a hard time looking for work since I haven't practiced much coding overall but I'm sure I could get going with anything quickly because of my learning experience in uni, which has really heightened my problem-solving fundamentals.
      (yes I need to get back to studying ASAP but having to deal with internal autism X ADHD quarrel in my head has never been optimal lol)

  • @filipedonatti5803
    @filipedonatti5803 3 місяці тому +26

    Loved this. Reminds me of something my old culinary teacher used to say: if you want something done quickly, make the laziest cook do it for you. That cook will find the easiest/fastest way to accomplish what needs to be accomplished. Once that cook gives you the solution you pass the task to the “talented or serious about their biz ones”

  • @Shahad99-x3h
    @Shahad99-x3h Місяць тому +6

    Bruh appreciate the editing part of the video! The more engaging and different the videos are, the more we are likely to actually watch them and so make use of their presented information. Thanks!

  • @quill-j6s
    @quill-j6s 3 місяці тому +79

    I swear diagrams are a game changer for personal projects. Going into a project sometimes I have no idea where to even begin, but just having a diagram showing all the core features and how they link up together can be super helpful when trying to come up with a game-plan.
    Also, your upload timing is crazy I was just going to search up a video about notion masterclass and you pop up in my recommended. My notion right now is just looking like a mess and I'm going to configure it soon so it's more centralized and neat. They also have calendar integration which is cool.
    Also, FYI if your going to university and they offer a study strategies course, look into it. I'm taking one and it's been super helpful so far, knowing how to learn is one of the most important skills to have.

  • @Speed-gq2tp
    @Speed-gq2tp 3 місяці тому +40

    This is hands down the best sponsored video I've ever seen.

  • @TheCodingSloth
    @TheCodingSloth  3 місяці тому +399

    Yeah I'm pretty lazy

    • @NSA.
      @NSA. 3 місяці тому

      You lazey fak

    • @masternobody1896
      @masternobody1896 3 місяці тому +3

      thanks man your video is epic

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

      You should probably make a separate channel titled TheComedicSloth for your follow-up career.

    • @airrstorm
      @airrstorm 3 місяці тому +3

      can you leave a link for the template to your leetcode notion thing

    • @conlolbutcooler
      @conlolbutcooler 3 місяці тому

      Same

  • @XmortoxX1990
    @XmortoxX1990 Місяць тому +5

    I need this video when I started my 2 year course to learn programming for mobile devices. In my mid 30's I'm still interested in making a video game and to learn how to make mobile apps or webpages, and it's been a rough time for me, but I'm not giving up.
    Programming is a door to many possibilities and income, and I want to make my dream games a reality, so I'll use every trick I can learn to make this task easier to me.

  • @jacobthompson4444
    @jacobthompson4444 2 місяці тому +6

    I am just giggling at the intro to this video! The call and response back and forth and how dry the whole thing is is so good! Well done! Very entertaining and very effective!

  • @SilentIFury
    @SilentIFury 3 місяці тому +8

    Man just casually drops the best study guide I ever seen. Thanks man!

  • @youdi615
    @youdi615 Місяць тому +25

    Watching a tutorial about getting out of tutorial hell is called recursion.

  • @MrXQ-n3y
    @MrXQ-n3y 3 місяці тому +194

    All I need is a paper and a pen. It feels different
    I'm more engaged when I write on paper. I've tried all sorts of software, but nothing comes close to a pen and paper

    • @1x5x7
      @1x5x7 3 місяці тому +48

      Same, it feels like my brain is actually paying attention to every single word I write, thus making it easier to remember.

    • @Mahdi-rw1px
      @Mahdi-rw1px 3 місяці тому +8

      Me too i find myself thinking better when im not using the computer

    • @Melty999
      @Melty999 3 місяці тому +5

      fr, but my handwriting sucks and writing takes a lot of time, so for me i'll just go for the lazy way. Typing!

    • @janpeters6776
      @janpeters6776 3 місяці тому +11

      I agree! Even using a tablet with a stylus can't come near a piece of paper and a pen, at least for first scribbles, and also it engages the (my) brain more. Then sometimes, once I gathered the essence of my notes, I might digitalize it, copy/past code snippets, screenshots etc, only to process stuff one more time using my brain. But always paper first!

    • @atharvarajadhyaksha4813
      @atharvarajadhyaksha4813 3 місяці тому +5

      YUP. Using pen and paper to study takes me back to my childhood when I actually wanted to do something big in life. Don't get the same feeling by typing.

  • @Yzurra
    @Yzurra 3 місяці тому +6

    this is incredible but what's more amusing is your editing style. This style of video maximizes our attention span by putting us on new stimuli through fast talking, conversation style editing, and constantly new images and information as opposed to slower forms of content. It's like I'm watching an 11 minute short. Keep up the great work!

  • @Delse.
    @Delse. 4 дні тому +2

    Nice throwback to the 'story of the entire world, i guess' video xD

  • @XavierFancie
    @XavierFancie 24 дні тому +2

    This process of learning through execution is very effective and can be applied to many practices. Observe, duplicate, digest, replicate, solidify. These are the steps boiled down to simplicity.

  • @alanwelch9216
    @alanwelch9216 Місяць тому +1

    I have never actually seen space repetition before thank you for sharing and making this

  • @lanawilliams7615
    @lanawilliams7615 2 місяці тому +1

    This is literally the best video I’ve ever watched…not just for starting to learn coding, but the big questions to ask yourself can even be applied for dealing with anxiety to rationalise a situation and calm yourself down!! Truly excellent video mate, liked and subbed 😁

  • @baylenin
    @baylenin 3 місяці тому +3

    the editing and jokes are golden, I'm hooked up

  • @Danielle00x
    @Danielle00x 2 місяці тому +1

    My ADHD and dyslexic brain finally understood what you did here!! I appreciate it❤
    New follower🎉

  • @carltongannett
    @carltongannett 3 місяці тому +171

    This video is very Bill Wurtz-y

    • @1000timka
      @1000timka 3 місяці тому +7

      thoughts this as well

    • @AnhLe-bo6hh
      @AnhLe-bo6hh 3 місяці тому +2

      ❤❤❤❤❤❤❤❤❤❤❤

    • @rileyjelinek3235
      @rileyjelinek3235 3 місяці тому +2

      Now start adding catchy jingles

  • @revoktorment440
    @revoktorment440 3 місяці тому +10

    Just what I needed my man! I've been working with JS for 7 years and want to learn Go but I was very discouraged about the idea of just starting to do it..

  • @kiro_gmd
    @kiro_gmd 3 місяці тому +3

    5:04 I got this far :))
    Also I love the amount of Easter eggs you put in the vid, really nice to notice them and makes it a very fun watch

  • @lovetahsin
    @lovetahsin 2 місяці тому +6

    1:31 love how you added a gameplay like them reddit tiktok posts😂

  • @Lawsuited
    @Lawsuited 2 місяці тому +1

    Excellent stuff! I've done a lot of tutoring and mentoring in the past. The most successful learning strategies were those that actively involved the learner in the learning process and had them think through what they were learning, the why, the how, etc. Otherwise, whatever is being learned will be looked at as arbitrarily chosen topics without any connections. This effectively "silos" what's learned and actively prevents proper integration of new information.

  • @rezmf9360
    @rezmf9360 15 днів тому

    This video was actually fu*king amazing I'm speechless. Just what i needed. My biggest problem is just staying disciplined and consistently showing up to do it. Also having an outline is very important otherwise you might spend too much time learning sth that should've taken you 1 hour only.

  • @globottle6811
    @globottle6811 2 місяці тому +9

    Lol 1:08 made me laugh out loud like an idiot, good video

  • @Luis-yk7vq
    @Luis-yk7vq 3 місяці тому +8

    I also use Notion to take notes. When learning about programming, I use code snippets and embed CodePen to see my code in action, specifically for HTML, CSS, and JavaScript

  • @bigodelock5832
    @bigodelock5832 3 місяці тому +585

    Too lazy to watch this can you make it 30 seconds?

    • @last.journey
      @last.journey 3 місяці тому +6

      Yeah

    • @gocygo01
      @gocygo01 3 місяці тому +2

    • @Morgan313
      @Morgan313 3 місяці тому +43

      1. Take notes in the form of questions and answers. Notion is recommended but optional.
      2. Add pictures and code examples to your notes.
      3. Use AI for info and quizzes
      4. Create cool stuff from what you learned (aka projects.)
      5. Use a Kanban board to keep track of leetcode problems.

    • @Princess_kitty14
      @Princess_kitty14 3 місяці тому +15

      too lazy, can you make it a tiktok with the latest trend song with reverb and slowed down please?

    • @tika6050
      @tika6050 3 місяці тому

      yeah, that's pretty good idea im too lazy to watch this fcking content. wasted my time

  • @TrueEmc
    @TrueEmc Місяць тому

    I really needed an app that could help me with organizing my ideas and stuff i need to do, thank you Sloth and Notion :)

  • @MBEdL
    @MBEdL 3 місяці тому +8

    I absolutely love how u had to randomly use light background to constantly wake me up xD

  • @Incolent
    @Incolent 3 місяці тому +5

    completely zoned out for most of the video. im doomed

  • @skepziev2565
    @skepziev2565 3 місяці тому +2

    actually goated for mentioning notion.

  • @MrDonutYoi
    @MrDonutYoi 2 місяці тому +1

    I'm subscribing only for how he smooth the ad entry was, nothing would have prepared me for it! Also, Kinda funny.

  • @HarrisonGao
    @HarrisonGao 3 місяці тому +2

    bro you are so funny and helpful, can't stop watching. Keep it up

  • @heroman3259
    @heroman3259 3 місяці тому +4

    6:10 the "just code" works for people who already have at least some background. To get there, its definitely best to attend a proper course, learning it just from yt tutorials is very boring and inefficient.

    • @alexh3158
      @alexh3158 2 місяці тому +5

      That’s the exact experience I’ve had everyone keeps saying to just code but I have no idea what I’m doing I’ve learned basic concepts like loops if statements functions etc but I can’t put them together to make something like people are saying it like it’s so easy

  • @ttja3112
    @ttja3112 3 місяці тому +10

    6:30, its been 2 weeks and I'm still blinking manually. :D

  • @ehname1
    @ehname1 2 місяці тому +2

    My ADHD appreciates your editing

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

    Wow I will never think that a programming channel will instructed me more than my school or even channel dedicate to that. Thank you so munch man I will try to apply the technic and definitely installing Notion !!

  • @husseindhooma5816
    @husseindhooma5816 3 місяці тому

    Awesome video, thank you for sharing Notion, finally got out under my rock, completely blown away with its features. God bless you with so much success.

  • @weepingnoods
    @weepingnoods Місяць тому

    I love you coding sloth, this video has filled me with determination

  • @tribes2archivist
    @tribes2archivist Місяць тому +1

    When you look at the thumbail and think to yourself "you can't compare a string and an integer", you know you're doing okay

  • @izitest2785
    @izitest2785 3 місяці тому +1

    You really opened up my perspective on a lot of things. Thanks for the great no-bs (but ironically with a lot of funny bs) advice

  • @ctzak626
    @ctzak626 3 місяці тому +2

    So helpful! I love notion but I've been struggling with using it to learn to code. I just used it to save code snippets. I will try to implement the question-answer approach to both understand the sintaxis and the idea behind, thank you!

  • @mussarat-fatima
    @mussarat-fatima 3 місяці тому +1

    my favourite channel 😭

  • @user-ln1vj9uc6j
    @user-ln1vj9uc6j 3 місяці тому +1

    this video was actually really helpful. thank you !

  • @Spiritofailure
    @Spiritofailure 3 місяці тому +2

    I fell asleep and I'm too lazy to watch a video again. Oh well, back to tutorials.

  • @David-tv9ow
    @David-tv9ow 3 місяці тому

    One of the most interesting, funny and educative coding videos I've ever watched!😂 I guess I've found my favorite youtuber

  • @Ayyavazi13
    @Ayyavazi13 3 місяці тому

    Just found your stuff and love it. Most of this one is basic psychological learning principles, but I haven't heard anyone other than a professor say it. Weirdly validating for me. Thanks again

  • @bropro386
    @bropro386 3 місяці тому +6

    This video really motivated me(specially the end😂😂).

  • @devvv4616
    @devvv4616 3 місяці тому +32

    Applying pareto principle, you can just start working projects immediately instead of having to do all those note-taking

    • @devlaunch-online
      @devlaunch-online 2 місяці тому

      Almost like writing projects works better than taking notes about writing projects

    • @onetruetroy
      @onetruetroy 24 дні тому

      Taking notes and keeping a journal of your progress is important. For posterity and comments you wouldn’t want to place in a program.

  • @calamitas3454
    @calamitas3454 2 місяці тому +1

    ngl this is the first time a placement actually looked like "damn i could use that"

  • @JapaneseJ
    @JapaneseJ 3 місяці тому +1

    Ah this channel is what I need
    . Thank you!

  • @weptashka
    @weptashka 23 дні тому

    even if this video wasn't about the programming (stuff I wanna listen about) it still would be as much entertaining as it is. awesome storytelling.
    author - you are my lil pretty pumpkin - go on and make more content!

  • @ArthurSilva-x5s
    @ArthurSilva-x5s 3 місяці тому +1

    bro just gave us the absolute best roadmap for learning to learn
    mind blown 🎉

  • @makarelsardines8457
    @makarelsardines8457 3 місяці тому +2

    WHY WOULD YOU MAKE ME BLINK MANUALLYYYY😊

  • @vax00
    @vax00 3 місяці тому +3

    Man you aren't lazy you just don't like too much technical stuff you like simple and concrete that works 🔥 i kinda feel same way

  • @mawill432
    @mawill432 3 місяці тому +1

    As always, thanks for helping me stay complacent and lazy.

  • @lovemelongtime8936
    @lovemelongtime8936 2 місяці тому

    this is what i needed man, i love you.

  • @Brodysseus113
    @Brodysseus113 29 днів тому +1

    This video title made me realize I use the word "Lazy" instead of the word "Tired"
    So when people tell me not to be lazy it prevents me from getting any sleep.

  • @cainothecreator8363
    @cainothecreator8363 3 місяці тому +1

    I wasn't going to watch this video because anything involving the word "Lazy" puts me off, but then I read the thumbnail and it made me laugh so now I'm here.

  • @hsjwvs
    @hsjwvs 2 місяці тому +1

    One thing that I realized is that, as a beginner, instead of focusing on every aspect of a language, learn the core. Once you get the idea of how programming works, go learn languages in the documentation. Im on this stage rn so i dont know what comes next. One thing I know that I can switch to any language pretty easily now. My goal is to master one.

  • @mujeebbabak2911
    @mujeebbabak2911 2 місяці тому +1

    Thanks, bro! You're the best!

  • @WTTMParanoidgamer
    @WTTMParanoidgamer 3 місяці тому +2

    Ill be testing this out since I've started learning sql as of today in college, Thank you for the simple explanation of the method since it seemed very temperamental and this should help me fix that

  • @TrxtaTutto
    @TrxtaTutto 3 місяці тому +1

    I have no idea what's the difference between object and class. I'm here to learn for a reason

  • @GENTLEMANDANIEL-ud7jq
    @GENTLEMANDANIEL-ud7jq 28 днів тому +1

    I never knew thumbnails can be used to roast people

  • @BearfootBrad
    @BearfootBrad 2 місяці тому

    I'm commenting because the last thing said made me laugh out loud (which is rare)
    This was an excellent video, I like the fast paced nature of it

  • @jgaming1972
    @jgaming1972 3 місяці тому

    this damn video format and content is very impressive. I was chuckling all the way. Thank you😄

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

    One way of learning something very well is, learn a few concepts, use them. Record yourself explaining it as if you are teaching it to another noobie. Or take your mother/father/sister/gf and explaing the things to them as if you are teaching them. I have learn a ton faster doing this.

    • @devlaunch-online
      @devlaunch-online 2 місяці тому +1

      +1 explaining something to another person makes you really think what you're doing

  • @GeneralChrisGaming
    @GeneralChrisGaming 3 місяці тому +2

    Me ima learn how to study
    Also me: where do I even start

  • @JustinPerez-k8z
    @JustinPerez-k8z 3 місяці тому +3

    That's crazy I came here for tips and I was basically told "Keep doin what you doin"
    Which Ig makes sense cause I got a +A

  • @zenitzo
    @zenitzo 3 місяці тому +2

    I cant believe he said this is lazy. I feel like an actual sloth now

  • @sarcasticserpent
    @sarcasticserpent 3 місяці тому +3

    "Flattening the curve" made my eye twitch

  • @Sean_9224
    @Sean_9224 2 місяці тому +8

    11:00 I'm motivated now

  • @shrpnss
    @shrpnss 10 днів тому

    6:34 "Most of you probably dont work out" hit me🤣

  • @Koraki5115
    @Koraki5115 Місяць тому

    The question part is actually very useful for everything not only programming

  • @lostwave69
    @lostwave69 3 дні тому +1

    doing my best to learn programming and sh and my brain starts to overstimulate every single time in less then 30 mins SOMEONE HELP ME

  • @flwtey3
    @flwtey3 3 місяці тому

    I love it how he just shows software engineer salaries to motivate us

  • @Jav3ra
    @Jav3ra Місяць тому

    thanks a lot my bro, you made me think about what and how to do very more clearly
    cheers mate

  • @teamkraken1620
    @teamkraken1620 3 місяці тому +3

    Hey, thank you for the tips! I hope one of your sleeves catches on a door handle for making me blink manually.

  • @slliks4
    @slliks4 3 місяці тому

    It feels like I am talking with myself. i love the video pattern ❤

  • @valeriagonzalez5168
    @valeriagonzalez5168 20 днів тому

    The way to talk itches a part of my brain that I didn’t know needed to be itched

  • @sofarsogod
    @sofarsogod Місяць тому

    This is an insane method pal, thanks :D

  • @azurefox7083
    @azurefox7083 19 днів тому

    I'm going to be so honest I haven't even watched the video yet. The thumbnail made me instantly want to subscribe and like. So yeah I'm here now 🤣

  • @NeetCodeIO
    @NeetCodeIO 3 місяці тому +8

    he doesn't miss 🎯

  • @ACdoesStuffYT
    @ACdoesStuffYT 6 днів тому +1

    Bruh, this is how every subject lesson is taught in school, im cooked

  • @zayrareyes6648
    @zayrareyes6648 Місяць тому

    If all of my lectures were presented in this exact format I think I’d be a genius

  • @ThePhilosophersCanvas
    @ThePhilosophersCanvas 2 місяці тому

    This video has become my morning life tutorial cause I keep forgetting wtf I'm doing most of the time

  • @zerokillbeast5635
    @zerokillbeast5635 3 місяці тому +1

    bruhh that salary definetly motivated me

  • @Etherall_
    @Etherall_ 2 місяці тому

    I like your editing style bro