How to Solve Coding Problems (the best way to learn)

  Рет қаралды 235,220

Aaron Jack

Aaron Jack

Күн бұрын

Freelance Coding is the way in 2024! Learn How: www.freemote.com/strategy
/ aaronjack
#coding #programming #javascript

Пікірлер: 358
@yanksbroncs413
@yanksbroncs413 3 жыл бұрын
You should definitely do more videos like this...one of the best I’ve seen for new programmers
@gastonliotta9180
@gastonliotta9180 3 жыл бұрын
I agree!
@gj4king1
@gj4king1 3 жыл бұрын
Great job
@Cruzylife
@Cruzylife 3 жыл бұрын
100% agree
@shahinansari6234
@shahinansari6234 3 жыл бұрын
Watch all of his videos. The thing I like about him is that he cares and really wants to help up and coming developers. He tries to give you the inside scoop also.
@gusiwanaga7380
@gusiwanaga7380 3 жыл бұрын
Totally agree!
@kirilllevakov5576
@kirilllevakov5576 3 жыл бұрын
In just one phrase you summarized all the programming: "Every problem or function is just a way of transforming inputs to outputs". You explained it better than most of schools and courses.
@merrymonarch
@merrymonarch 3 жыл бұрын
Exactly - "what am I really trying to do?"
@nikaellas.6814
@nikaellas.6814 3 жыл бұрын
I'm new to Python and started maybe a week ago. Now I happened to click on this video in the middle of my study break. And I just want to say that in my few days of learning, sometimes doubting myself and even think I haven't really learned or progressed much.. I just proved my doubtful self wrong! I paused your video by the time I saw the problem and even if it's just for a beginner, I'm so proud that I was able to solve it without even searching Google or anything. I even had like, the pseudocodes pictured in my mind and knew immediately what to do. It's just so amazing when you realize that your small progress takes you somewhere somehow. and I'm gonna keep learning! Let all the people who do whatever it takes to become a better person be successful, and happy with their learning process. I swear I had never appreciated myself in a long time like how I just do now. And this is getting emotional, sorry! It's just that, it's so hard to fall in love with learning.. but it's so rewarding.
@Charles-xc6sr
@Charles-xc6sr 3 жыл бұрын
coool
@nikaellas.6814
@nikaellas.6814 3 жыл бұрын
@@ark8tct man, it's so overwhelming reading these words of encouragement.. thank you so much for sharing your humble thoughts and I do wish the best for you to come as well! We'll just keep going and someday be in a position where we deserve to be!!!! ❤️ Kudos to you.
@nikaellas.6814
@nikaellas.6814 3 жыл бұрын
@@ark8tct no maaann, WE CAN DO THIS!!!
@polyglotpengyou
@polyglotpengyou 3 жыл бұрын
I’m learning pythonn too! And getting into this world.. do you have discord or something? It’d be great to encourage each other on
@nikaellas.6814
@nikaellas.6814 3 жыл бұрын
@@polyglotpengyou awesome! would be great if you can my discord it's mkindful#5878 let's study together too!
@EmilyHopeGrove
@EmilyHopeGrove Жыл бұрын
this.... needs to be at the start of every single learn to code self teaching material on the planet. Learning to problem solve is the real task at hand. Thank you so much.
@AaronJack
@AaronJack Жыл бұрын
🙏
@gapobohorc
@gapobohorc 3 жыл бұрын
Bro, I am pretty new to JS, a few hours ago I was thinking about where to find something where I can learn programing by just solving problems and get straight feedback on my code. This Codewars stuff is perfect. Big thanks for this. Greetings from Slovenia
@jasonm9825
@jasonm9825 3 жыл бұрын
Same here man!
@Raul-bc3zb
@Raul-bc3zb 3 жыл бұрын
This site seems to be the perfect compliment to any online coding course/class
@user-qy6tu9ip9v
@user-qy6tu9ip9v 3 жыл бұрын
I want to study software engineering but the coding portion seems so impossible...
@maulikshah28
@maulikshah28 3 жыл бұрын
@@user-qy6tu9ip9v hang in there bud, you’ll get there eventually
@user-qy6tu9ip9v
@user-qy6tu9ip9v 3 жыл бұрын
@@maulikshah28 I hope so. It can also get fairly boring but I will stick with it.
@anisac.1556
@anisac.1556 3 жыл бұрын
I love your ways of learning programming. Line by line testing may take longer but you can see your error and correct it at the line. This is far better than trying to debug 100 lines of code.
@tylercarroll9531
@tylercarroll9531 3 жыл бұрын
This one of the most practical and useful programming channels on youtube! The only reason I feel qualified to say that is I've watched wayyy too much of programming yt. Aaron Jack got me off of the breadth train and onto the depth and niche train. Forever thankful to content creators like this guy. Much respect, and keep up the amazing work bro!
@just_curious2927
@just_curious2927 3 жыл бұрын
About time somebody gets more specific towards a methodical structurred approach towards researching and solving problems! Thanks for picking this topic apart!
@toluajise4268
@toluajise4268 2 жыл бұрын
Watching this video didn't only teach me how to solve this code challenge, it has taught me how to approach logics and break them down. I am currently learning in a remote boot-camp and it seems like I have been battling with algorithms and data structures. Thank you for this @Aaron Jack
@AaronJack
@AaronJack 2 жыл бұрын
🙏🏼 Thank you!
@redakazitani6622
@redakazitani6622 3 жыл бұрын
Everytime I see you upload a video a "Yess!" gets out. Thank you Aaron, cheers from Tlemcen.
@TalsonHacks
@TalsonHacks 3 жыл бұрын
This really helps hone on my programming skills while not having any project ideas in mind. Thanks for posting!
@botirbrian6249
@botirbrian6249 3 жыл бұрын
That was what i was looking for . Thanks bro
@trikto9120
@trikto9120 3 жыл бұрын
All the steps that you have mentioned are very essential when coding. I had to learn this the hard way. I wish I had watched this video when I started to learn coding.
@tumpperi3891
@tumpperi3891 3 жыл бұрын
First video I've found actually teaching how to practice and get better. Thanks :)
@shellShock1111
@shellShock1111 3 жыл бұрын
Awesome, awesome video! Mentioning frequent testing, writing down pseudocode before going for the actual coding, 'print' debugging... The whole lot. Great work.
@mihaimodan8457
@mihaimodan8457 3 жыл бұрын
I loved it! I also do problems/exercises, but I'm pretty terrible at them. Your laid out workflow on how to approach this, clicks with me. Thanks!
@SennacheribBaal
@SennacheribBaal Жыл бұрын
Dude, this is awesome. Thank you for putting this out.
@joshuamarcano350
@joshuamarcano350 3 жыл бұрын
You're good at explaining things man really nailed it.
@dominicaphan3635
@dominicaphan3635 3 жыл бұрын
Can't thank you enough, way more useful information, practical and down-to-earth advices than almost half of my university teachers.
@mirodski1662
@mirodski1662 3 жыл бұрын
This is a great example of how to apply spaced repetition and testing when learning to code! I'll give codewars a try, cheers
@gorge5412
@gorge5412 3 жыл бұрын
You've really found your YT niche. Valuable info, great communication! Humble and sincere thanks to you, Aaron Jack.
@camc6864
@camc6864 3 жыл бұрын
Your videos are so good mate. I’m just starting out and you have helped me heaps. Thank you!
@chahalpawanpreet
@chahalpawanpreet 3 жыл бұрын
Thanks for keeping it real, Aaron & Happy New Years!
@olhas4933
@olhas4933 3 жыл бұрын
Really useful tips. Thanks a lot 🙏🏻
@KatzeMelli
@KatzeMelli 3 жыл бұрын
I love your content! Thank you! I have been learning to code for the last 6 months and after some tough times i feel things are finally starting to click! You really motivate me to work harder so thank you!
@melchiorao9759
@melchiorao9759 3 жыл бұрын
Best video for steps to bridge the main obstacle to really learning to code effectively I've seen yet, and I've seen pretty much all of them.
@ashwanthbalajir5153
@ashwanthbalajir5153 2 жыл бұрын
Man you are really an eye opener Lot of people used to say don't see the code and try it on your own and you are the guy who gave me clear picture. Starting my 100 days of code from tomorrow. Thanks
@jay_stack1270
@jay_stack1270 3 жыл бұрын
Thanks Aaron. really like your explanation- clean & clear 👍🏽
@king-manu2758
@king-manu2758 3 жыл бұрын
This is pretty much how I do things instinctively. Great video.
@BotanicalOdyssey
@BotanicalOdyssey 3 жыл бұрын
This is so great! Thank you Aaron!
@StingerSecSol
@StingerSecSol 3 жыл бұрын
Best advice so far. Thank you!
@Khaoz67
@Khaoz67 3 жыл бұрын
This is great! Keep these types of videos coming. A thought process of programming in detail
@bedo8341
@bedo8341 3 жыл бұрын
You had a similar video before and it was great!! I am following it till now and I feel more confident, pls make more videos about this playlist of tutorials trying to break down problems for us!!! Thanks a lot, Aaron
@xmhnab8737
@xmhnab8737 3 жыл бұрын
Thank God. Exactly what I was looking for. Thanks
@moonheart7434
@moonheart7434 Жыл бұрын
This was so helpful, more of this please
@anvarkhon
@anvarkhon 2 жыл бұрын
Aaron, you have the best teaching abilities, I have ever seen. Thank you.
@dacgraphix1832
@dacgraphix1832 Жыл бұрын
Thanks man. I really needed this because I am actually moving into the software development space but was filling kind of overwhelmed with tackling algorithm problems this video has gone a long way to encourage me to believe in myself again and how to go about finding solutions when next I am faced with a mental block, I really appreciate.
@ChicoWebDev
@ChicoWebDev 11 ай бұрын
You have answered many questions that were on my mind, thank you
@roswel47
@roswel47 3 жыл бұрын
Finally someone who put really helpful video
@rrroman870
@rrroman870 3 жыл бұрын
Thanks, Aaron! I was searching for an information how to think exactly in order to solve any problem, how to split it to a smaller tasks, etc. I think that more videos and information like this is crucial for juniors. How to get unstuck, this is a key. Anyway, I believe in it and it's working.
@t6hp
@t6hp 2 жыл бұрын
Wow, this is one of the best pieces of advice I have ever seen anywhere. Subscribed!
@imaaduddin7715
@imaaduddin7715 3 жыл бұрын
Super helpful video! Will definitely incorporate this to my studying!
@jalalbounaim
@jalalbounaim 3 жыл бұрын
Thanks for the suggestions !!💪🏻
@Danielspss
@Danielspss Жыл бұрын
for so far this is really the best video of how to solve coding problems, it really helped me a lot !!
@leel9186
@leel9186 3 жыл бұрын
I am confident this tip will help a lot because it employs active learning with spaced repetition and you're kind of your own feedback loop. Very clever Aaron and great tip about coming back to it. Nice video. Sub gained.
@edwinmwale5762
@edwinmwale5762 3 жыл бұрын
The most useful and practical advice I have seen
@aaronmachale8332
@aaronmachale8332 3 жыл бұрын
Great tutorial, thanks Aaron
@isferdinand_
@isferdinand_ 9 ай бұрын
Thanks man , You've been of massive help🥳
@zathkal4004
@zathkal4004 3 жыл бұрын
Your a real life hero fam... thanks!!
@shahinansari6234
@shahinansari6234 3 жыл бұрын
I really like your videos. Everything you mentioned before worked for me.
@ratmouse088
@ratmouse088 2 жыл бұрын
love videos like this, showing thought process along the way is very helpful
@AaronJack
@AaronJack 2 жыл бұрын
So glad!
@helloworld4788
@helloworld4788 Жыл бұрын
By far the best video in 2022 that helped to become a better programmer. Thanks ❤❤❤❤
@zacksc2574
@zacksc2574 8 ай бұрын
this helped me a lot. to actually think in this way seems more useful
@deepdaddy1208
@deepdaddy1208 3 жыл бұрын
Man you are looking PENG, this relocation ting is really working for you, big ups my g
@eliasesteban6805
@eliasesteban6805 2 жыл бұрын
Appreciate the insight!!! 🙏 Thanks Aaron.
@AaronJack
@AaronJack 2 жыл бұрын
🙏
@gastonliotta9180
@gastonliotta9180 3 жыл бұрын
This is great! Thanks Man !
@Winner4ever
@Winner4ever 3 жыл бұрын
This is a practical guide,thanks alot
@mysterychemical
@mysterychemical 3 жыл бұрын
This is good for beginner learning. And I think mentioning comments while doing multiple projects(comments may be many and mess even within one project but even comments refined over practicing many project) every issue faced or what code is actually written to perform on doing what specific task would be better in intermediate coding.
@sashankr6902
@sashankr6902 3 жыл бұрын
Thank you so much, Aaron! Super awesome tips, I was wasting almost 1 hour to solve the basic data structures problems on Free Code Camp. I will implement your tips now. You are awesome!
@123courage
@123courage 3 жыл бұрын
bro you’re goated for this video, thank you so much for this video
@redsantos6694
@redsantos6694 3 жыл бұрын
great tips! thanks very much! :)
@densetsudrawings6272
@densetsudrawings6272 3 жыл бұрын
Perfect thank you👍🏼
@glendysfilsinger5473
@glendysfilsinger5473 2 жыл бұрын
I have been struggling with problem solving for awhile now... that I was feeling really down about myself and my career. But this video saved me, Thank you Aaron!
@Sujetsi
@Sujetsi 3 жыл бұрын
I don't know what to say other than that this is a fantastic job of a video. You deserve way more likes and subscribes. Thanks dude and Merry Christmas!
@chrisdietrich1533
@chrisdietrich1533 3 жыл бұрын
thank you for this. please do more exactly like this
@slowlearner3785
@slowlearner3785 3 жыл бұрын
Very helpful. Thank you.
@mustafaahmed6110
@mustafaahmed6110 11 ай бұрын
that was really helpful , thank you.
@mounir003
@mounir003 3 жыл бұрын
Thanks for the Tips. And yes this is my Goal 😊
@JMuks
@JMuks 3 жыл бұрын
Of all the coding channels I am subscribed to, you have to be one of the best
@mumatim
@mumatim 3 жыл бұрын
You are the best dude, you just motivated me. I'm learning to code but I have no clue about how to solve real problems and combine that with syntaxis. Thanks, dude
@frankcastellanos
@frankcastellanos 3 жыл бұрын
Awesome video, thanks, you are one of the bests out there.
@praffsphr1136
@praffsphr1136 3 жыл бұрын
Very *very* useful video, many thanks Aaron.
@vietnhat5580
@vietnhat5580 Жыл бұрын
Thanks for sharing these great tips, it really changes my programming mindset and the way I approach a programming problem.
@AaronJack
@AaronJack Жыл бұрын
🙌
@annaphamclouds
@annaphamclouds 2 жыл бұрын
that was an amazing video. loved the recap.
@tsunamiisurferr1794
@tsunamiisurferr1794 3 жыл бұрын
Damnnn aaron, back at it again with another useful video
@ErnestoCode
@ErnestoCode 3 жыл бұрын
Bro, this has been my process all along and it’s worked wonders for me. It’s so reassuring to see an experienced developer like yourself share these nuggets of wisdom as well. Thanks for the great content.
@bongeliitela5869
@bongeliitela5869 3 жыл бұрын
Amazing, thank you.
@ToolsOutsideTheBox
@ToolsOutsideTheBox 2 жыл бұрын
This video was helpful in revealing to me that I have no clue what you were doing and assumes, apparently, quite a bit of prior knowledge/training
@harnoorsingh3962
@harnoorsingh3962 3 жыл бұрын
Literally the video I've been looking for
@user-bn2fo9hc9v
@user-bn2fo9hc9v Жыл бұрын
AMAZING video!!!! I would like to offer you my heartfelt thanks!!! I am 8 months into my coding journey and 2 months into my trainee role. I am so afraid of problem solving and this has been so perfect!!! Thanks!
@sunnycriti9809
@sunnycriti9809 10 ай бұрын
yep, thnx great video. one of the best
@bkr_vids
@bkr_vids 3 жыл бұрын
Really helpful, thanks 🙏
@thiquang37
@thiquang37 Жыл бұрын
You helped me get rid of my stupid confidence, Now first I need small and easy steps. Thank.
@qwertyguy1556
@qwertyguy1556 3 жыл бұрын
nice to see that you posted a new video🤍
@TKGZONE
@TKGZONE 3 жыл бұрын
great content as always
@Techgnome21
@Techgnome21 2 жыл бұрын
It's refreshing to see advice with actual steps. A ton of other coding youtubers just give vague "advice" with no explanations.
@AaronJack
@AaronJack 2 жыл бұрын
Happy to help!
@xariskaragiannis1190
@xariskaragiannis1190 3 жыл бұрын
Damn! The best video of its kind! Thanks for the help!!
@feruzbekabdunazarov4622
@feruzbekabdunazarov4622 3 жыл бұрын
Thanks for everything u r doin good luck to you
@nataliabenko6579
@nataliabenko6579 2 жыл бұрын
Wow, this is incredibly helpful info. Thank you, Aaron!
@AaronJack
@AaronJack 2 жыл бұрын
Happy to help!
@anisbazzine1408
@anisbazzine1408 2 жыл бұрын
Thanks for this video, it was helpful for me to know how to do that when feeling stuck in problem thanks again Mr.Jack .
@guitarman813
@guitarman813 3 жыл бұрын
Very good and useful video Aaron! Definitely going back to Codewars, HackerRank, HackerEarth, etc next year.
@user-vg5ex7yb7x
@user-vg5ex7yb7x 3 жыл бұрын
Sweet! Thank you for the tip!
@Greatfulone
@Greatfulone 3 жыл бұрын
Hi Aaron, I have watched a number of your videos and I wanted to thank you. I think your videos are specially helpful because you used to teach. A lot of the things you suggested worked for me. I took a class on Udemy, the Java Script class you mentioned, and learned so much.
@SR-uw5xj
@SR-uw5xj 2 жыл бұрын
Great video, thanks for posting this
@AaronJack
@AaronJack 2 жыл бұрын
🙏
@aidenwinter1117
@aidenwinter1117 Жыл бұрын
If professors could explain things like you do I would totally go to lectures
@ishidak3181
@ishidak3181 Жыл бұрын
Thanks so much!
@AaronJack
@AaronJack Жыл бұрын
😎🙌
@thedevlpr684
@thedevlpr684 3 жыл бұрын
Great video as always Aaron 👏
@andriysvlogs9319
@andriysvlogs9319 2 жыл бұрын
Great video Aaron, Thank you for showing where and how to start coding.
@AaronJack
@AaronJack 2 жыл бұрын
💪🏼
@sidheswarpatra3732
@sidheswarpatra3732 3 жыл бұрын
Really helpful. Thanks so much.
@Bertie211
@Bertie211 3 жыл бұрын
Thumbs up and subbed! Thanks man!
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
FASTEST Way To Learn Coding and ACTUALLY Get A Job
10:44
Brian Cache
Рет қаралды 931 М.
Each found a feeling.#Short #Officer Rabbit #angel
00:17
兔子警官
Рет қаралды 7 МЛН
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
15:18
Fullstack Academy
Рет қаралды 358 М.
The Most Important Skill You Never Learned
34:56
Web Dev Simplified
Рет қаралды 139 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
How to Learn to Code FAST (Do This or Keep Struggling)
11:00
Andy Sterkowitz
Рет қаралды 689 М.
Why Most People FAIL to Learn Programming
8:04
Aaron Jack
Рет қаралды 1,9 МЛН
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,4 МЛН
2-Minute Rule to Learn Coding - Atomic Habits
7:58
Sahil & Sarra
Рет қаралды 1 МЛН
Coding Was Hard Until I Learned THESE 5 Things!
7:40
Pooja Dutt
Рет қаралды 998 М.
Problem-Solving for Developers - A Beginner's Guide
10:44
Fireship
Рет қаралды 734 М.
Карточка Зарядка 📱 ( @ArshSoni )
0:23
EpicShortsRussia
Рет қаралды 786 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 1,5 МЛН
Где раздвижные смартфоны ?
0:49
Не шарю!
Рет қаралды 925 М.