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
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
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.
@@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.
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 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.
@@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 😅)
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
@@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
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!
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
@@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.
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.
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
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.
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)
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”
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!
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.
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.
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!
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
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!
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.
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!
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.
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 😁
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..
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.
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.
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
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.
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.
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
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 !!
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.
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!
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
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!
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.
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.
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.
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
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.
👀📝
yeddddiirrrrr
@@Zahomies-u2z 🫵😎
Gook Work Guys
I love your work ❤
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
@@HaroutBlack umm... honey, merci beaucoup but I don't think this is the place to do that...?
"if that doesn't motivate you, here are some software engineer salaries to motivate you"
damn you
*M O N E Y*
It pays to avoid humans. Wish I'd realized it sooner 😭
@@Birdguy112 mmmmmmmmmmmm DOLAR
@@mrtroll-ev2uv mmmmmmmmmmmmonye!
Yeah but the market is incredibly oversaturated with comp sci people, programming probably the most
How to learn programming
1- hard work
2- good mentor (optional)
620
666 likes 💀
how to learn?
Just read that shit repeatedly to understand what's inside
Work smart, not hard. Hard work is for suckers.
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
bruh if doing all of this is laziness, I'm cooked
Frrrr
Same
Frrr
real
"there is a difference between being lazy and being irresponsible"
- me just now
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.
True, even at work you will most likely be doing something similar.
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.
THIS! I could've saved myself a thousand headaches if I had just documented as I went.
Dumb question where can I learn how to make documentation?
@@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.
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!
Any ideas on what to automate? I dont know why, but i cant come up with anything i do daily that is automateable.
@@Lucasjio wiping my ass
@@Lucasjio Deleting emails from your gmail inbox is fun
@@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.
@@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 😅)
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
Same shit happened to me 😭
did you by any chance forgot to save the project? if so then it might be the problem
@@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
This script style is just beautiful. Intrusive and beautiful.
Good stuff
Feels like a Bill Wurtz video almost.
the delivery is also great! i could tell when he was talking as the viewer with audio only
@@loocid455 Few seconds into the video and I looked for a comment that says this lol
@@suenogyal same lol. the influence is pretty crystal clear :P
"Now go learn notion instead of learning programming."
😂😂😂
ua-cam.com/video/9dMnC2MTe_0/v-deo.htmlsi=IfrXdAWLrDjjMDyh
explained in 5 minutes how to create kanban board in Notion
😂😂
Get a programming job at Notion.
I feel into the "Learning Notion" Trap once
I unistalled it, felt like too much features.
Made me blink and breathe manually we have beef now
now you did it to us again
he's gonna pay for this
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!
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
@@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.
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.
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
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.
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)
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”
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!
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.
This is hands down the best sponsored video I've ever seen.
Yeah I'm pretty lazy
You lazey fak
thanks man your video is epic
You should probably make a separate channel titled TheComedicSloth for your follow-up career.
can you leave a link for the template to your leetcode notion thing
Same
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.
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!
Man just casually drops the best study guide I ever seen. Thanks man!
Watching a tutorial about getting out of tutorial hell is called recursion.
FAXXXXXXXX):
fight fire with fire
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
Same, it feels like my brain is actually paying attention to every single word I write, thus making it easier to remember.
Me too i find myself thinking better when im not using the computer
fr, but my handwriting sucks and writing takes a lot of time, so for me i'll just go for the lazy way. Typing!
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!
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.
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!
Nice throwback to the 'story of the entire world, i guess' video xD
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.
I have never actually seen space repetition before thank you for sharing and making this
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 😁
the editing and jokes are golden, I'm hooked up
My ADHD and dyslexic brain finally understood what you did here!! I appreciate it❤
New follower🎉
This video is very Bill Wurtz-y
thoughts this as well
❤❤❤❤❤❤❤❤❤❤❤
Now start adding catchy jingles
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..
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
1:31 love how you added a gameplay like them reddit tiktok posts😂
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.
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.
Lol 1:08 made me laugh out loud like an idiot, good video
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
Too lazy to watch this can you make it 30 seconds?
Yeah
❤
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.
too lazy, can you make it a tiktok with the latest trend song with reverb and slowed down please?
yeah, that's pretty good idea im too lazy to watch this fcking content. wasted my time
I really needed an app that could help me with organizing my ideas and stuff i need to do, thank you Sloth and Notion :)
I absolutely love how u had to randomly use light background to constantly wake me up xD
completely zoned out for most of the video. im doomed
actually goated for mentioning notion.
I'm subscribing only for how he smooth the ad entry was, nothing would have prepared me for it! Also, Kinda funny.
bro you are so funny and helpful, can't stop watching. Keep it up
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.
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
6:30, its been 2 weeks and I'm still blinking manually. :D
Lol😂
My ADHD appreciates your editing
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 !!
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.
I love you coding sloth, this video has filled me with determination
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
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
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!
my favourite channel 😭
this video was actually really helpful. thank you !
I fell asleep and I'm too lazy to watch a video again. Oh well, back to tutorials.
One of the most interesting, funny and educative coding videos I've ever watched!😂 I guess I've found my favorite youtuber
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
This video really motivated me(specially the end😂😂).
Stay motivated
Applying pareto principle, you can just start working projects immediately instead of having to do all those note-taking
Almost like writing projects works better than taking notes about writing projects
Taking notes and keeping a journal of your progress is important. For posterity and comments you wouldn’t want to place in a program.
ngl this is the first time a placement actually looked like "damn i could use that"
Ah this channel is what I need
. Thank you!
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!
bro just gave us the absolute best roadmap for learning to learn
mind blown 🎉
WHY WOULD YOU MAKE ME BLINK MANUALLYYYY😊
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
As always, thanks for helping me stay complacent and lazy.
this is what i needed man, i love you.
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.
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.
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.
Thanks, bro! You're the best!
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
I have no idea what's the difference between object and class. I'm here to learn for a reason
I never knew thumbnails can be used to roast people
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
this damn video format and content is very impressive. I was chuckling all the way. Thank you😄
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.
+1 explaining something to another person makes you really think what you're doing
Me ima learn how to study
Also me: where do I even start
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
I cant believe he said this is lazy. I feel like an actual sloth now
"Flattening the curve" made my eye twitch
11:00 I'm motivated now
6:34 "Most of you probably dont work out" hit me🤣
The question part is actually very useful for everything not only programming
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
I love it how he just shows software engineer salaries to motivate us
thanks a lot my bro, you made me think about what and how to do very more clearly
cheers mate
Hey, thank you for the tips! I hope one of your sleeves catches on a door handle for making me blink manually.
It feels like I am talking with myself. i love the video pattern ❤
The way to talk itches a part of my brain that I didn’t know needed to be itched
This is an insane method pal, thanks :D
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 🤣
he doesn't miss 🎯
The one and only 👋
Bruh, this is how every subject lesson is taught in school, im cooked
If all of my lectures were presented in this exact format I think I’d be a genius
This video has become my morning life tutorial cause I keep forgetting wtf I'm doing most of the time
bruhh that salary definetly motivated me
I like your editing style bro