Тёмный

One HACK to Learn to Code FAST (Must Know) 

Internet Made Coder
Подписаться 330 тыс.
Просмотров 114 тыс.
50% 1

Let me share something I realised that has helped me SO MUCH with learning any kind of complicated coding or computer science concept FAST.
Be it how asynchronous Javascript functions work, what Breadth-First Search. does or some maths concept, there is one method that can help you tremendously to gain an intuitive understanding of how something works rather than just memorising formulas & ideas.
MY FREE COURSE
🚀 How to Successfully Learn to Code and Become a Software Developer - A Step-by-Step Framework - skl.sh/3WvgSzZ
🧠 Sign Up to my Newsletter to get my Free Online Computer Science Degree Template - academy.internetmadecoder.com...
STUDY & CODING RESOURCES
💰 BEST COURSES TO LEARN TO CODE FROM ZERO & GET A JOB. Use Code FRIENDS10 for 10% off - academy.zerotomastery.io/a/af...
➕ BEST COURSE TO LEARN DATA STRUCTURES AND ALGORITHMS - academy.zerotomastery.io/a/af...
📗 BEST BOOK TO PASS CODING INTERVIEWS - amzn.to/3i8B8EK
📱 BEST MOBILE DEVELOPMENT COURSE - click.linksynergy.com/link?id...
MY BLOG
📗 JOIN MEDIUM TO ACCESS MY BLOG CONTENT - / membership
DESK SETUP GEAR
⌨️ BEST KEYBOARD FOR PROGRAMMERS - amzn.to/3Ly2mSD
🖱 BEST PRODUCTIVITY MOUSE - amzn.to/3gF7MgH
🔊 MY SPEAKERS - amzn.to/3waA5MP
🎧 MY HEADSET - amzn.to/3CNkdkt
💻 M1 MACBOOK AIR - www.apple.com/shop/buy-mac/ma...
PC PARTS LIST
💻 pcpartpicker.com/user/thomazo...
GEAR & APPS I USE
📸 MY CAMERA FOR RU-vid VIDEOS - amzn.to/3BjU7Vv
🎤 MY MIC - amzn.to/34Q1QP6
💵 Sign up to Wise to avoid fees when sending money abroad - wise.com/invite/u/tuomask39
🎵 WHERE I GET MY MUSIC - share.epidemicsound.com/pbcy6d
OTHER VIDEOS
💻 How I Learned to Code in 4 MONTHS - & Got a Software Engineer Job (no CS Degree) - • How I Learned to Code ...
⌨️ How I'm Teaching Myself Computer Science using Notion (OSSU) - • How I'm Teaching Mysel...
🖱 CS50 FULL REVIEW - Best Course to Learn Computer Science in 2022? (edX, Harvard) - • CS50 FULL REVIEW - Be...
💻 WEBSITE - www.internetmadecoder.com
📸 FOLLOW ME ON INSTAGRAM - / internetmcoder
DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)
Chapters:
0:00: How I learned to code in 4 Months
2:22 Resources
4:45 KEEP THIS IN MIND
5:05 How I'm learning Data Structures & Algorithms
6:15 I have something for you...
This video is about: how to learn to code fast, learning to code, struggling to learn to code, learning methods, be more productive, productivity techniques, learning techniques, how to learn efficiently, self teaching computer science, how to learn coding for free, how to become a software engineer, self-taught software developer, no cs degree, frontend developer, learn computer science, online, learn faster, no college, programmer, stack overflow, getting a programming job, web developer,code bootcamp vs college, notion template

Наука

Опубликовано:

 

2 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 143   
@enriqueavalos
@enriqueavalos 2 года назад
i’m taking 2 Udemy courses right now. doing about 1 to 3 hours a day. watching videos, writing down notes, drawing diagrams. using live server and going thru code in VS code. rewatching videos.
@patrick9969
@patrick9969 2 года назад
Do you use notion?
@adrianbornea
@adrianbornea 2 года назад
Triple the tutorial. Watch once code 3x and try to gamify it. Add other features. (Just a reminder for my self also 😂)
@viktorberczeli3009
@viktorberczeli3009 2 года назад
I did Colt Steele Web dev bootcamp, just stopped before the Back end part then took Jonas Schmedtmann JS course and now trying to build an app. Damn it is challenging. Very different when noone is holding your hand. Even though I use PC 25+ years I know basically nothing about coding. Long journey for sure. Must pay off.
@audiobookn
@audiobookn 2 года назад
How are you managing after 1month? :)))
@josiasguzman3318
@josiasguzman3318 2 года назад
I bought a Udemy course from Dr.Anyela Yu and there’s lots of information and it’s very detailed but the only problem i have it’s that most people never end up doing the whole course. It’s 65 hours of content. I found out that learning Html, css and JavaScript is the best way yo start
@keithakola
@keithakola 2 года назад
This is fantastic information. I graduated college 20 years ago and RU-vid didn’t even exist. God bless
@williamseipp9691
@williamseipp9691 2 года назад
There are 3 strategies I employ. 1. Overview: "find the border pieces." When you're doing a 500 piece puzzle you can gain momentum by doing the easiest thing first. You also understand at a high level where things go. Oh the red colors are here, this section will be too difficult, etc. When you do the same for a new subject you give yourself context for future bits of information. 2. Avoid rabbit holes. We're constantly googling new concepts but it can get easy to get sidetracked. There's a bare minimum to understand about a given subject to put it into use. It just takes a bit of discipline and self awareness that oh I'm not being productive, I'm just chasing a new shiny object. If I do find something interesting I'll grasp a high-level blurb about it on Wikipedia and make a note of it to re-visit the subject later. 3. Build on what you already know. I use analogies to understand on a superficial level what a given technology does. This is important for #2 because I don't need deep understanding of something in order to use it. Powershell for example, returns objects instead of pure text on the command line. Oh, APIs are kind of like the TOS for a service, but between computers. Oh, relational databases are kind of like Excel spreadsheets. Oh, GraphQL makes a bit more sense if I think about it in the context of a restaurant ( I was a waiter ). Sometimes the analogies are incorrect but more often than not it's good enough. There's no need to understand the inner workings of something so deep in order to use it, just as someone who's stepping on the gas pedal in a car doesn't need to study the combustion engine and a car transmission in order to drive. That is, until you do.
@jensrhude3519
@jensrhude3519 2 года назад
thank you for this insight! This helps me a lot.
@LIFTEDIT1
@LIFTEDIT1 2 года назад
LISTEN to this guy: 14 years in IT, a couple undergrads, CCNA, etc. and the first 2 points are really beginning to solidify for me at this point in my career. Had I began with this knowledge…
@LIFTEDIT1
@LIFTEDIT1 2 года назад
LISTEN to this guy: 14 years in IT, a couple undergrads, CCNA, etc. and the first 2 points are really beginning to solidify for me at this point in my career. Had I began with this knowledge…
@isirlasplace91
@isirlasplace91 2 года назад
Just found your channel recently and I love that you're willing to share these tips with us who are still learning!!
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Amazing!
@kp2947
@kp2947 2 года назад
A thousand likes! As someone on the journey to changing careers into software engineering I greatly appreciate this collection of resources.
@paulmilakeve
@paulmilakeve 2 года назад
Love your channel because you are bringing some very helpful insights for us to use to help ourselves. Thank you.
@zvndmvn
@zvndmvn Год назад
Being "right-brained" makes it especially difficult to grasp "left-brained" concepts, but once you do get it, that creativity can actually pull a lot of weight in the design process. To put it another way, Some people struggle with understanding but might excel at implementation, and others vice versa. The lucky ones excel at both! Anyway, I'm glad to hear someone else express the importance of visualization, and provide such great resources too! 💯
@armandot5099
@armandot5099 2 года назад
Thanks for inspiring me to take the coding learning by myself. Found your video and implemented same learning method!
@urahara264
@urahara264 2 года назад
Amazing content Tuomas thank you so much !!
@Jose_T131
@Jose_T131 2 года назад
Excellent as always , I agree , we need have a more visual approach when learning, school system shall add this
@germanandresruizhernandez3979
@germanandresruizhernandez3979 2 года назад
This channel is growing very fast, congratulations.
@anouarbf2963
@anouarbf2963 2 года назад
OMG your video came in time. I was feeling disappointed of my way of learning because I feel like I've spent a lot of time watching tutorials almost one year and still cannot build a simple project, which is really embarrassing
@hajee_talsy
@hajee_talsy 2 года назад
bro we’re in the same boat haha still havent built a proper project yet cuz ive no idea
@obinnakennedy3228
@obinnakennedy3228 Год назад
Same
@julievu22
@julievu22 Год назад
Aww thank u so so much ❤️❤️❤️ keep going 💯
@emmanuelolubodun4013
@emmanuelolubodun4013 2 года назад
Searched for this "best study tips for newbie software engineers" and your channel popped up, been addicted since then. Started my software engineering journey last month in ALX school and I'm overwhelmed by how hard it is hence why I searched. We just finished Linux, shell, bash and I still need to learn more for better grasping. It's really hard. Your channel is a gem really.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Thanks for the kind words & GOOD LUCK, keep grinding👊
@rafaykhattak483
@rafaykhattak483 2 года назад
do more of this!! this is amazing
@dhyeyy
@dhyeyy 2 года назад
this will help me in my k-12 exam thx 💙
@rohitsinghnegi2966
@rohitsinghnegi2966 2 года назад
i have watched all your videos it really help me improving and learning coding. keeping going buddy ☺️
@InternetMadeCoder
@InternetMadeCoder 2 года назад
That's so amazing to hear!
@enz1
@enz1 2 года назад
Insane growth been watching since 1K!
@InternetMadeCoder
@InternetMadeCoder 2 года назад
amazing!
@Abhi_9478
@Abhi_9478 2 года назад
Very! Very! Helpful 🙂 thanks for it. Please make a video on topic Web development vs app development.
@carlosluischavarriarivera9271
Hi From Costa Rica brother. Man, I just love it: 3Blue1Brown , I started viewing your channel this week, and I have to say "You Rock". I'm in the process of starting The University in Software Engineering and Math is one of those topics I found scary a bit. But I'm sure getting more confident with the resources I found on your channel. Thank you so very much, you make me really want to go all the way with this journey. Bles..!
@bellabear653
@bellabear653 Год назад
I must say I am impressed you really have gathered so many resources into one. You should really create a simple website and have all these links up. Also you could link to all your RU-vid videos and bump the SEO of your videos up as well.
@InternetMadeCoder
@InternetMadeCoder Год назад
I have one yeah, not utilized it enough I think
@KevinLim-vt1jn
@KevinLim-vt1jn Год назад
YOU HAVE SAVED ME FROM DARKNESS OF CODING TUTORIAL! THANKS ALOT!!! KEEP UP THE EXCELLENT WORK!
@vishalnangare31
@vishalnangare31 2 года назад
The world still exists today because of good people. Thank you.🙌🙂
@aathiranthiyash6572
@aathiranthiyash6572 2 года назад
Thank u so much man for this great video very informative
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Glad you enjoyed it!
@budijansen4773
@budijansen4773 2 года назад
1. visualization 2. combine learning methods
@codeyourcode-python8014
@codeyourcode-python8014 Год назад
Most of the time when I completed a code in Python, whether it was successful or not, I put it in THONNY IDE and run it step by step in debug mode to understand what really happened step by step. Sometimes we get the necessary output but we are not 100% sure how we achieved it. So I think it made my learning and understanding faster.
@rohith7929
@rohith7929 2 года назад
Good content brother. Currently I am learning to code to switch to a development role
@InternetMadeCoder
@InternetMadeCoder 2 года назад
that's awesome, good luck !!
@sanikaeshitadoifode8558
@sanikaeshitadoifode8558 2 года назад
You are right visualisation is important thing to learn any things all are this resource are very nice thanks
@sanikaeshitadoifode8558
@sanikaeshitadoifode8558 2 года назад
I really go into visualisation and think as it is really happened with me
@ranjandwivedi4336
@ranjandwivedi4336 Год назад
Very nice information brother God bless you
@somnathchowdhury7334
@somnathchowdhury7334 2 года назад
You're amazing guide!! ♥️ Which concepts of mathematics are needed to be a programmer...can you make a video on this topic plsss??
@InternetMadeCoder
@InternetMadeCoder 2 года назад
I'll make one soon!
@haamidfarhaan1681
@haamidfarhaan1681 2 года назад
Hope this channel grows into one of the most well known coding channels
@InternetMadeCoder
@InternetMadeCoder 2 года назад
let's hope!
@thelootmachine9257
@thelootmachine9257 2 года назад
I learn Data structure concepts from RU-vid channels by youtubers in my country to understand everything and coding stuff in my language. Rest I do deep learning from geeksfromgeeks platform and practice in leetcode. I loved your strategy dude.🔥
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Great!
@sanjaykanthyepuri573
@sanjaykanthyepuri573 2 года назад
Great ...Thank you bro .. I will try it
@EugeneHaroldKrab
@EugeneHaroldKrab Год назад
You, are slowly changing my life
@rh4270
@rh4270 2 года назад
Good Stuff!
@victorfreitas9638
@victorfreitas9638 2 года назад
Your channel is super cool. Keep it up.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Thank you so much!
@writayanpaul701
@writayanpaul701 2 года назад
Your videos just inspire me a lot and I am so hyped up that I have also started learning Web Programming through THE ODIN PROJECT and also planning to start with CS50. Can you recommend that is there any prerequisite before entering into the CS50 course?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
no prerequisites at all :)
@writayanpaul701
@writayanpaul701 2 года назад
@@InternetMadeCoder Thank you very much and after being proficient enough can you help me get a referral at the company you are currently working for?
@Selbstzensur
@Selbstzensur 2 года назад
I feel your struggle, same here!
@PcHabitat
@PcHabitat Год назад
Hello my friend, I saw your videos on CS50 and the CS50 web track. Do you recommend the CS50 track for the purpose of problem solving in order to get better at Web Dev?
@talhasial9337
@talhasial9337 2 года назад
Bro i am interested to learn coding and i am currently learn its basics and basic programs in c++..again best wishes for you👍
@InternetMadeCoder
@InternetMadeCoder 2 года назад
All the best to you too Talha, best of luck!!
@talhasial9337
@talhasial9337 2 года назад
@@InternetMadeCoder❤️
@TuomasKivioja
@TuomasKivioja 2 года назад
yo! Can't believe you gave me all your coding powers after I hit the like button!!
@InternetMadeCoder
@InternetMadeCoder 2 года назад
goes to show that one should always like my videos...
@johanamariapaulinourena3118
@johanamariapaulinourena3118 2 года назад
I love it! Me inspiraste a seguir aprendiendo a programar, anteriormente anteriormente había hecho un bootcamp y como no tuve una buena experiencia me había dado por vencido, pero ahora tengo 2 semanas que retomé mis estudios de programación de forma independiente.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Me encanta oir eso, estudiar independientemente es mi forma favorita a aprender cosas! Buena suerte!
@luiggymacias5735
@luiggymacias5735 2 года назад
El bootcamp te enseñaba react verdad?
@johanamariapaulinourena3118
@johanamariapaulinourena3118 2 года назад
@@luiggymacias5735 sí, pero en el bootcamp no duramos el tiempo necesario en aprender bien JavaScrip y por eso la verdad es que era demasiado abrumador poder consumir toda esa información
@germanandresruizhernandez3979
@germanandresruizhernandez3979 2 года назад
@@johanamariapaulinourena3118 para JavaScript he usado diferentes recursos gratuitos como los cursos avanzados de Udacity como Asynchronous JavaScript Request, ES JavaScript Improved, JavaScript Promises o JavaScript Design Patterns. Es más, los cursos de Learn JavaScript y Learn Internediate JavaScript de Codecademy también tocan estos temas de una manera didáctica.
@luiggymacias5735
@luiggymacias5735 2 года назад
@@johanamariapaulinourena3118 Si, es que en unos 3 meses no se puede aprender un lenguaje a profundidad
@RobertSpiller
@RobertSpiller Год назад
I wonder if using mind maps would make learning this faster? And how do you compare that to using notion? And can this way of learning apply to Python, which I'm learning right now, and is there a website similar to the one you're talking about in this video?
@diptammukhopadhyay7789
@diptammukhopadhyay7789 Год назад
Congrats on 100k subscribers🔥🔥🔥🔥🔥
@InternetMadeCoder
@InternetMadeCoder Год назад
🎉
@diptammukhopadhyay7789
@diptammukhopadhyay7789 Год назад
@@InternetMadeCoder 🔥
@el-kawther8937
@el-kawther8937 2 года назад
Thank U for sharing with us this informations ^_^
@hotmemes5624
@hotmemes5624 2 года назад
Good video bro
@luiggymacias5735
@luiggymacias5735 2 года назад
Gracias amigo por tus vídeos
@InternetMadeCoder
@InternetMadeCoder 2 года назад
un placer!
@Taskade
@Taskade 2 года назад
Excellent producitivty hack ;) Do the hard jobs first. The easy jobs will take care of themselves.
@AvivaMartin
@AvivaMartin 2 года назад
Half a million!!!!! Your crushhhhing it
@InternetMadeCoder
@InternetMadeCoder 2 года назад
haha thanks Vivi, it's CRAZY
@fahvygaming1118
@fahvygaming1118 2 года назад
Please what the best tutorial/course for web development. Please 🙏
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Let me know if this series sounds interesting to you! If you want to learn to code from zero, check out ZTM from the link below (NOT sponsored). Use code FRIENDS10 for 10% off (affiliate link): academy.zerotomastery.io/a/aff_7z2z3ppm/external?affcode=441520_vhlt5jy9
@sherryzia6770
@sherryzia6770 2 года назад
Hey so I am in your footsteps and currently in the Odin project I should complete it and then go for cs50 correct?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
you can do CS50 before, in between or after the odin project, works in any order
@sherryzia6770
@sherryzia6770 2 года назад
@@InternetMadeCoder thanks mate.
@raghavbhatia5898
@raghavbhatia5898 2 года назад
What kind of maths we need to learn coding? Like what are the main concepts we need to know?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
that's a great question - I'll make a video soon. But in general, discrete math, linear algebra, graph theory and number theory is important for computer science - not strictly needed for coding but it helps down the line.
@monalizafernandez9986
@monalizafernandez9986 2 года назад
AMAZING
@madhusaivemulamada3556
@madhusaivemulamada3556 2 года назад
Finding the right videos/courses is the key. How do you evaluate to choose one course over several other options available?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
I'm making a video about that soon! But generally, I just google them and find as many opinions and experiences as possible before deciding
@madhusaivemulamada3556
@madhusaivemulamada3556 2 года назад
@@InternetMadeCoder thanks 👍
@omkarmore4488
@omkarmore4488 2 года назад
Interesting
@potatopotato8767
@potatopotato8767 Год назад
I am a visual learner too, and in the last few years my memory became short...I will study something but after a few months ,I feel like I don't remember anything about it! Do you think these strategies will help me?
@InternetMadeCoder
@InternetMadeCoder Год назад
the key is to APPLY what you learn a bunch of times. That makes it go into your muscle memeory. DOn't try to memorise. Visualisation helps in understanding but after you understand, you have to apply it
@sayChristIsKing
@sayChristIsKing Год назад
1:29 what site is that handy tool from? Anybody?
@prasanjitojha410
@prasanjitojha410 Год назад
Bro please kindly help me . I love to do coding but i really don't know what exactly I need to do I mean which one ... like data scientist Web stack developer Software engineer A programmer... As a beginner what should I do ??? I am statistician what should be the best for me ...
@Ajazahm
@Ajazahm 2 года назад
Sir i feel like i dnt have enough time to learn code anymore.. plus it feels very wierd to me just to spend whole day on variable only etc .plus i dnt get how to understand statement or conditions ..any tips
@leeee4529
@leeee4529 2 года назад
Hey bro i am gonna learn programming, so which one is best a laptop or computer.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
doesn't matter
@frog6054
@frog6054 2 года назад
I prefer laptop because it requires less space and is more portable.
@leeee4529
@leeee4529 2 года назад
@@frog6054 thank you
@olagarto1917
@olagarto1917 11 месяцев назад
3blue1brown is a saint and should be cannonnized
@saishjethe338
@saishjethe338 2 года назад
Hey. Is calculus used in computer science.?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
not that much as far as I know but it tends to be taught in CS degrees so I assume it has some applications
@saishjethe338
@saishjethe338 2 года назад
@@InternetMadeCoder oh thanks
@omkarmore4488
@omkarmore4488 2 года назад
Love from india
@InternetMadeCoder
@InternetMadeCoder 2 года назад
@Intelmagnate
@Intelmagnate 2 года назад
good video
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Glad you enjoyed!
@notagain3732
@notagain3732 2 года назад
Cool
@joeyalfaro2323
@joeyalfaro2323 2 года назад
venkat subramaniam I watch every video he has parts I don't understand jot down time started and he finished. Then break down lesson. I hand write code on paper. Any words I don't understand I Google grasp concept, get plenty mental rest don't skip ahead it's slow crawl forward.
@rossbitchoka9825
@rossbitchoka9825 Год назад
is coding abstract?
@mohdymi
@mohdymi 2 года назад
👍
@tomc8157
@tomc8157 2 года назад
Hmm making money to eat and live is survival..so my brain better get with the program.
@sairaj_shete5324
@sairaj_shete5324 2 года назад
So you are currently on job or still learning?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
learning now, job starts in September
@user-ni2kr1mh8l
@user-ni2kr1mh8l 2 года назад
Sleep a lot, or for 1/2 hours after learning
@vasukalluru24
@vasukalluru24 2 года назад
Peace. I am on the way..
@Beimnetwondu
@Beimnetwondu 2 года назад
What do you do for living?
@InternetMadeCoder
@InternetMadeCoder 2 года назад
On a gap year. I have a Software Engineer job offer that starts in September.
@Beimnetwondu
@Beimnetwondu 2 года назад
Ok i am now finished highschool and what did you tell me to learn because what makes software engineering good than others
@cipheredzay
@cipheredzay 2 года назад
But you need 1:44 to say super secret crucial thing
@khadeerdudekula7168
@khadeerdudekula7168 2 года назад
👍 1st
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Congrats, cookie earned 🍪
@khadeerdudekula7168
@khadeerdudekula7168 2 года назад
Hay bro I need a suggestion,,, Am like watching some tutorials and writting everything on notes for practice and to learn it later....(in coding) ..so is this correct way?? Is there any other way to take notes for programming classes bec my way takes too much of time ?
@sundayconde
@sundayconde 2 года назад
@@khadeerdudekula7168 i have same doings. I hope @Internet Made Coder will reply.
@airflow0
@airflow0 2 года назад
You just need google and a brain. No need for hacks, no need for school. If you really want to code, just sit down and do it.
@mohdymi
@mohdymi 2 года назад
I think you mispronounced visualisation at 1:40 , but it's totally understandable :D
@InternetMadeCoder
@InternetMadeCoder 2 года назад
oh it could be haha
@EuphoricDan
@EuphoricDan 2 года назад
Dude, don't tell people they can learn coding in 4 months.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
Why not. They can. Adopt a growth mindset.
@EuphoricDan
@EuphoricDan 2 года назад
@@InternetMadeCoder I've been studying C++ for hours daily with the 1 on 1 help of a professional engineer for months. Waking up at 4AM, writing programs for 2 hours before work; coming home from work and doing another 2-3 hours. I'm no where even close to "learning to code". This is like another year away of 4+ hour a day study with 1 on 1 help (at least). Like, what do you mean "learn to code in 4 months?" There's absolutely no fucking way anyone is getting through the CLRS and mastering programming language in 4 months.
@InternetMadeCoder
@InternetMadeCoder 2 года назад
No one said anything about mastering.
@keithakola
@keithakola 2 года назад
C++ isn’t a walk in the park.
Далее
How I Study SMARTER, Not HARDER (my secret hacks)
9:13
How I FORCED Myself to Learn to Code
9:17
Просмотров 252 тыс.
🎙Пою Вживую!
2:59:56
Просмотров 1,2 млн
БАТЯ И СОСЕД😂#shorts
01:00
Просмотров 1,2 млн
People Dumber Than You Are Getting RICH with Coding
12:43
How I Learned to Code FAST
10:42
Просмотров 36 тыс.
How I Would Learn To Code (If I Could Start Over)
13:43
How I Take Notes for Computer Science using NOTION
13:22
Should I Take CS50 or CS50 Python?
0:58
Просмотров 200 тыс.
Why 95% of Self-Taught Programmers Fail (Honest Advice)
12:16
Bardak ile Projektör Nasıl Yapılır?
0:19
Просмотров 3,5 млн
Spring Samsung S10e
1:00
Просмотров 159 тыс.