These 3 tips will help you learn code FASTER 👩‍💻

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 675

  • @CodingWithLewis
    @CodingWithLewis  2 ปีที่แล้ว +239

    What’s the best advice you have received? 🤔

    • @livinginthisgalaxy7961
      @livinginthisgalaxy7961 2 ปีที่แล้ว +20

      Apparently juggling helps with coding. It helps to train to brain.

    • @CodingWithLewis
      @CodingWithLewis  2 ปีที่แล้ว +12

      @@livinginthisgalaxy7961 I gotta try this

    • @livinginthisgalaxy7961
      @livinginthisgalaxy7961 2 ปีที่แล้ว +13

      @@CodingWithLewis not my own tip but after hearing this I realized that the only 2 people I ever known who practiced juggling were also programmers 😳.

    • @gamerneversleep4200
      @gamerneversleep4200 2 ปีที่แล้ว +25

      Programming tips i received:You should leave programming

    • @masterdyl101
      @masterdyl101 2 ปีที่แล้ว +3

      Googling stuff is ok

  • @VinukaThejana
    @VinukaThejana 2 ปีที่แล้ว +1926

    Reading other people's code is the way I learned 😊

    • @CodingWithLewis
      @CodingWithLewis  2 ปีที่แล้ว +160

      Arguably it's the best way to learn :)

    • @skip9827
      @skip9827 2 ปีที่แล้ว +30

      Where can i find others people code

    • @skip9827
      @skip9827 2 ปีที่แล้ว +3

      @@Kirtoisplayz Thanks

    • @aasthamaheshwari3679
      @aasthamaheshwari3679 2 ปีที่แล้ว

      th-cam.com/users/shortsAfiC6itTN6c?feature=share
      Might help you ❤️

    • @ٴٴٴٴٴٴٴ-ر9س
      @ٴٴٴٴٴٴٴ-ر9س 2 ปีที่แล้ว +3

      Me too:) And I'm More likely To Use Split Screen.

  • @Confusedcapybara8772
    @Confusedcapybara8772 2 ปีที่แล้ว +510

    Learning how to read documentation was a huge boost for me

    • @mohammedislam733
      @mohammedislam733 2 ปีที่แล้ว +14

      I want to learn how to read documentations too , any suggestions bro?

    • @Confusedcapybara8772
      @Confusedcapybara8772 2 ปีที่แล้ว +22

      @@mohammedislam733 usually whichever tech you’re working with will have some form of documentation. Check out their “quick start” or FAQ section

    • @ban_droid
      @ban_droid 2 ปีที่แล้ว +8

      Unfortunately every documentations for different language and frameworks have their own different way to read

    • @rMjojo
      @rMjojo ปีที่แล้ว

      What exactly is documentation?

    • @Confusedcapybara8772
      @Confusedcapybara8772 ปีที่แล้ว +4

      @@rMjojo “reading the docs” just means whatever you are working on has some documentation associated with it (hopefully), and whenever you want to use a specific feature you should be able to find it in there. Also it’s good for configs and debugging.

  • @VS1209
    @VS1209 2 ปีที่แล้ว +586

    "As a programmer you are more likely to read more code than write code". Well ain't that some truth !

    • @aasthamaheshwari3679
      @aasthamaheshwari3679 2 ปีที่แล้ว

      th-cam.com/users/shortsAfiC6itTN6c?feature=share
      Might help you ❤️

    • @Dr81a
      @Dr81a ปีที่แล้ว +2

      Copy and paste

  • @GamerDos
    @GamerDos 2 ปีที่แล้ว +39

    "How to fix my stupid javascript code"
    i felt that

  • @imnothere2802
    @imnothere2802 ปีที่แล้ว +16

    3th option is just 🔥. The "WHY" in reading people's code and trying to understand or come with a new idea can develop your skill way faster. Also i try to code as much as i can after a tutorial but without going to the parts when i get stuck and when i feel finished kinda, then i go and see where i did wrong from the tutorial. It helps remember essencial things faster and maybe sometime think outside the box. It works for me personally :)

    • @imnothere2802
      @imnothere2802 ปีที่แล้ว

      @@bipo4715 not everyone in planet has english as their native language, but hey glad that mistake made you smile. Stay safe.

  • @NotePortal
    @NotePortal 2 ปีที่แล้ว +15

    When I first got into programming I got into tutorial hell for 3 years and didn’t know why I didn’t know anything. So happy I got out of it 9~ ish months ago

    • @zakyvids6566
      @zakyvids6566 2 ปีที่แล้ว

      Did you follow same tips as the video and If so what programming language ?

    • @NotePortal
      @NotePortal 2 ปีที่แล้ว

      @@zakyvids6566 If you are just starting I suggest learning python as it is easy to learn for beginners and fun to make projects with. If you are confident with it and are familiar with other coding knowledge after learning it you can branch out to other languages (in my opinion that would be js).

  • @mattiaslp9645
    @mattiaslp9645 2 ปีที่แล้ว +134

    tutorial hell is right along the lines of repeatedly watching programming advice videos 🤷‍♂️

    • @BombShot
      @BombShot ปีที่แล้ว +12

      What? No it's not, this is a video to help you start actually learning, tutorial hell is when you don't learn anything because you're just copying tutorial code.

    • @w花b
      @w花b ปีที่แล้ว +6

      Then that's not tutorial hell but programming advice hell.

    • @faresthesis9734
      @faresthesis9734 ปีที่แล้ว +2

      More like advice hell

    • @steelyx
      @steelyx ปีที่แล้ว

      Can someone tell me whay advice hell is and is it bad, if so why?

  • @Insigniume
    @Insigniume 2 ปีที่แล้ว +7

    I got started by the guy in the tutorial teaching me something, then telling me to apply on the bigger picture of a project by myself as a challenge. Then once I finish the project, I try to do one completely on my own with the help of googling of course, but then I feel so proud when it works

    • @md.masumomarjashim
      @md.masumomarjashim 2 ปีที่แล้ว

      I get you. As I spent hundreds of hours learning and not doing anything with that knowledge I got nowhere. Once I started my personal automation project, everything just clicked. Whatever I forgot, I just opened the tutorial I subscribed to and it helped. And for any problems I got into, there was always SO, Google, and GH. Just awesome, I am very close now to turning my scripts into GUI app so I can share my project with other people in the same position as me in my company.

  • @birdpump
    @birdpump 2 ปีที่แล้ว +5

    I personally never really watched tutorials. I mostly fiddled around with code and looked at command references, and I learned very quickly that way.

  • @ilyasolgun807
    @ilyasolgun807 ปีที่แล้ว +27

    Not gonna lie, I’ve started my boot camp on udemy like 2 days ago and it felt so good trying to solve a problem on my own rather than going back into the course to see what I mad a mistake on. Took me like 10 minutes but at the end I was super happy I had solved my first problem

  • @priteshsingh4055
    @priteshsingh4055 2 ปีที่แล้ว +9

    "You are more likely to read more code then to write code" so trueee

  • @siddhant3725
    @siddhant3725 ปีที่แล้ว +6

    So true. I gained like more than half programming knowledge just by solving problems.

  • @justken5
    @justken5 2 ปีที่แล้ว +2

    Reading docs and other's code is very good advice.

  • @lorenzosala3527
    @lorenzosala3527 2 ปีที่แล้ว +21

    You inspire me everyday!

  • @positivityai-gb
    @positivityai-gb 2 ปีที่แล้ว +2

    So simple and positive explanation. God bless you brother🙏

  • @MohamedSharmarke
    @MohamedSharmarke 2 ปีที่แล้ว +3

    love these shorts. Also best advice, never over promise.

  • @enthuast3370
    @enthuast3370 2 ปีที่แล้ว +37

    I just realized that I'm trapped in a tutorial hell..!

    • @pushpakrai5303
      @pushpakrai5303 2 ปีที่แล้ว +2

      same

    • @vaibhavnayak3416
      @vaibhavnayak3416 2 ปีที่แล้ว +3

      Try building a project or game.
      Start with a simple project then do big projects.
      This is the only way in my opinion.

    • @helloworld2054
      @helloworld2054 2 ปีที่แล้ว

      Me too 😔

    • @spysynth1422
      @spysynth1422 2 ปีที่แล้ว

      @@vaibhavnayak3416 what type of project for java

    • @vaibhavnayak3416
      @vaibhavnayak3416 2 ปีที่แล้ว

      @@spysynth1422 how much Java do you know?

  • @victory_lucky
    @victory_lucky 2 ปีที่แล้ว +3

    "Read other people's code", I learned a lot more from that than I ever learned from tutorials.

  • @fkwebdev
    @fkwebdev ปีที่แล้ว +2

    Luckily I'm doing all these tricks 😁
    I mostly learnt not by seeing too many tutorials but making real time projects 😎😎

  • @Obito____Uchiha
    @Obito____Uchiha 2 ปีที่แล้ว +2

    This is my favourite programming youtube channel.

  • @MrJeffrey56
    @MrJeffrey56 ปีที่แล้ว

    I am a software Architect and have been developing for 4 decades. THIS is great advice and i wish people will hear the message. Thank you!

  • @Teryte
    @Teryte 2 ปีที่แล้ว +7

    How to make it look like your good at coding
    1) go to stack overflow...

  • @ErrorINAOfficial
    @ErrorINAOfficial 6 หลายเดือนก่อน +1

    I agree with all of these, they all helped me when I started out coding

  • @michaelc.4321
    @michaelc.4321 2 ปีที่แล้ว +2

    Honestly, the fastest way I’ve ever learned anything computery (coding, 3D modeling, etc.) is just by coming up with an interesting problem to solve in that realm and then researching everything I need to know to solve it one step at a time. I always end up learning WAY more doing that than just going along with written documentation or tutorials

  • @j.r.r.tolkien8724
    @j.r.r.tolkien8724 ปีที่แล้ว +3

    "Be a problem solver not a programmer" is so true it needs an hour long explanation

    • @evordricciedos4361
      @evordricciedos4361 ปีที่แล้ว

      How to solve a problem without being a programmer? Copy& paste?

  • @marshall3340
    @marshall3340 2 ปีที่แล้ว +3

    Big true. My school had us learn syntax of 5 languages instead of learning actual concepts. Such a waste of time.

    • @datboi1861
      @datboi1861 2 ปีที่แล้ว

      Same. Online coding challenges were a real eye-opener for me.

  • @marveII0us
    @marveII0us 2 ปีที่แล้ว +23

    This is awesome, useful advice

  • @realcontentgamer
    @realcontentgamer 7 หลายเดือนก่อน +1

    How I learned: making a new project without reading any documentation or watching a tutorial, so far I have extended myself up to 12 programming languages.

  • @kuratse205
    @kuratse205 2 ปีที่แล้ว +2

    This extends to basically anything you want to get good at. Great advice overall for anything.

  • @rolosilver3256
    @rolosilver3256 ปีที่แล้ว

    Stopping watching tutorials helped me a lot. I also explained the task, code and problems & resolutions in documents. It helped me remember and understand code better

  • @IronBrandon22
    @IronBrandon22 ปีที่แล้ว +4

    This one guy’s introduction to Java (for writing Minecraft mods) series had videos in-between the tutorials where he would have something for you to program using what he had taught so far. First there was “Program a simple trivia game” and eventually “Program a fully-functioning Tik Tak Toe game”. He also encourages messing around with the code however you want, suggesting you make a simple game of your own.

  • @littlegliscor8547
    @littlegliscor8547 2 ปีที่แล้ว +1

    This is so True, Excellently Well Done!

  • @owlighting826
    @owlighting826 7 หลายเดือนก่อน

    I learned web development in the early 2000s reading code available on the internet... At first, i didn't know why or how a piece of code would do something, i just knew it did. Little by little, reading the documentation, i learned how. Then i read a complete tutorial to make sure i didn't miss a piece of knowledge. Reading other people's code is really helpful.

  • @hellspawn3200
    @hellspawn3200 2 ปีที่แล้ว +2

    I definitely do these three things and have saved me a lot of headaches.

  • @Talha27
    @Talha27 ปีที่แล้ว +1

    I naturally done this all before I was beginner.

  • @LoskLive
    @LoskLive 2 ปีที่แล้ว +4

    I'm in that "tutorial hell".
    Thanks, you made me reconsider my choices.

  • @aninarzullo1938
    @aninarzullo1938 ปีที่แล้ว

    I really prefer reading and modifying others' codes rather than watching tutorials only and that really helps me!

  • @DarkSolidity
    @DarkSolidity 2 ปีที่แล้ว +6

    I found that watching tutorials at 2x speed inadvertently made type a lot faster, not sure why. At one point I was like how are these guys typing so fast, then I remembered it was 2x speed. It ended up being was a two fold reward, I wanted to spend the least amount of time on the tutorial I was watching and it ended up improved my typing ability.

  • @fluffykidgamer4538
    @fluffykidgamer4538 2 ปีที่แล้ว +1

    Thank you for this. At least let's me know that all the work I've put into this skillset has been in the proper direction so far. And you seem trustworthy and knowledgeable. I'll take it.

  • @TG47GRG
    @TG47GRG 2 ปีที่แล้ว +2

    More shorts like these please !

  • @torinmorris6648
    @torinmorris6648 2 ปีที่แล้ว +2

    I’ve watched 3 tutorials, one for python, one for JS, and a little for html.

  • @lunardev_
    @lunardev_ 2 ปีที่แล้ว +2

    These are some pretty usefull tips, but i would add 1 more thing.
    Do not overwork yourself. if you are stuck on a line that you can't get to work, than just take a break, maybe watch some youtube or play videogames , and try later, problemsolving is way more doable if you do it with no stress, and you will probably figure out the aswer sooner then trying otherwise.

  • @kevinbarrera5321
    @kevinbarrera5321 2 ปีที่แล้ว +1

    Gold nuggets as always my friend thank you ❤️👍🏾

  • @Thomas-do7wz
    @Thomas-do7wz 2 ปีที่แล้ว

    Tutorial hell hits me the most.. especially when transitioning or learning a new programing language. Honestly these tips apply not just with programing language but with other tech topics such as k8s, IOT, DB, networking etc... Training or tutorial are a good start but applying the tutorial to real world scenarios is the best way to learn.

  • @mochammadnaufalseptifiandi
    @mochammadnaufalseptifiandi 2 ปีที่แล้ว +2

    Vim (or vim keybindings) is also good for me to code faster. Although it has a steep initial learning curve, the benefits are worth more.

  • @Starving_indev
    @Starving_indev 2 ปีที่แล้ว +1

    How to code faster:
    1.Copy
    2.Paste
    3. Job done, you are incredible

  • @serg_sel7526
    @serg_sel7526 11 หลายเดือนก่อน +1

    Number 4: read the documentation. Even if you're at zero level, documentation usually have something like introduction and small tutorial that is enough to write code.

  • @Hamid-ej4ol
    @Hamid-ej4ol ปีที่แล้ว

    You know i'm learning programming slow but i'm doing it like you said and i don't regret it because its true that i'm going on slowly but atleast i'm learning properly

  • @realslimchaggy
    @realslimchaggy ปีที่แล้ว +1

    ChatGPT now is my best friend in solving issues😂

  • @crikxouba
    @crikxouba 2 ปีที่แล้ว +3

    I think the biggest problem is that most people really don't have any meaningful problems to solve with programming and reading code by someone without any objective can be supremely boring.

  • @shirakuyanai4095
    @shirakuyanai4095 ปีที่แล้ว

    I really liked one of your advice from another short is building your own projects on other people's open source projects that you like (if that's what you meant).
    Although might be overwhelming if you're not familiar with the language or concept but it's still a step in learning new things.

  • @confusinggameplays1687
    @confusinggameplays1687 ปีที่แล้ว

    That's exactly what I'm doing! I'm so happy what I'm doing is the right way to do things for the first time!

  • @BombShot
    @BombShot ปีที่แล้ว

    Actually good advice! Thanks! TH-cam kept giving me code advice like "Lol use stack overflow" or, "Learn c variants or you're a b**** a** p****." Good to see someone just be genuine.

  • @lucassouzasilva6842
    @lucassouzasilva6842 2 ปีที่แล้ว

    For the third tip worked a lot for me

  • @basti3754
    @basti3754 ปีที่แล้ว

    I think the best way to improve at programming is to not immidiatly google any issue you don't understand, but to try to figure out how to solve it using just the docs as it forces you learn how to solve the given problem, rather than just the copy pasting other people's code

  • @dotdankory
    @dotdankory 2 ปีที่แล้ว +6

    Tip 3 imo is the best
    I vaguely understand a bunch of programs by just reading them, most of the time if I don't understand a line I google and it and shows exactly what it means

  • @zemoxian
    @zemoxian 2 ปีที่แล้ว

    I especially like the reading code advice. A lot of what I learned about meta programming I learned by studying Ruby gems that used it like Rake, RSpec, etc.
    I often learn a lot about the tools I use by reading the code, as well.

  • @PyroCycloneArchive
    @PyroCycloneArchive ปีที่แล้ว

    One reason you read more code than you write is because you read the code when you write it, and read it again when debugging

  • @DaniSC_l1
    @DaniSC_l1 2 ปีที่แล้ว +1

    I think in general if you want to learn something you need to always do the thing that you wanna learn. One example is gaming, when you play a game for the first time its going to be confusing but the more you play, the more you understand how it works

  • @priyamkundu4767
    @priyamkundu4767 2 ปีที่แล้ว

    I wanna a say a big thanks to you. I facing problem with this 'tutorial hell'. As a 2nd year from a decent college I thought that the only way to ace a technology is doing a multiple courses on online platforms and TH-cam. Nowadays some thought are come in my mind that programming is not for me.
    I'm feeling stressful and stuck. You opened my eyes. Helped me to think twice. Helped me to understand how to learn programming in right way.
    BTW ♥️ from 🇮🇳. Your videos are really helped me a lot.

  • @pitaji_badewale
    @pitaji_badewale 2 ปีที่แล้ว +2

    After watching this video I found that I'm doing Right ❤️

  • @rayyanshaikh5591
    @rayyanshaikh5591 2 ปีที่แล้ว

    Reading other people's code is the best advice I can give someone. I learned unity C# from reading others code.

    • @spysynth1422
      @spysynth1422 2 ปีที่แล้ว

      But it gives me depression to read others code coz I think how did he write code by himself and i can't

    • @gggf4766
      @gggf4766 2 ปีที่แล้ว

      @@spysynth1422 read more

  • @abhi4u20
    @abhi4u20 2 ปีที่แล้ว

    Can you start a series of programming for absolute beginners. Specially people with experience in other domains such as design, account, marketing. Problem with experience is that you have a expertise and you brain is framed so so what exactly to unlearn? Learn new? Observe things?

  • @TheGreatDazod
    @TheGreatDazod ปีที่แล้ว +1

    Best advice I ever received was “All truth is assembled, you should always be trying to take in as many ideas as you can; keep what works for you and ditch the rest… by that I mean that someone else has already solved your problem, so just got find their solution as a starting place and then refactor it to fit your context”
    This idea has become what I like to call “open-source piracy” and it has never let me down in the 10 years I’ve been writing code 😂

  • @omnipotent1992
    @omnipotent1992 ปีที่แล้ว

    Reading documentation tends to leave out crucial steps for a beginner. Leading to stagnation and quiting.

  • @defacube
    @defacube 2 ปีที่แล้ว +18

    I didnt really learn from anything about python. Just a 1-2 hour tutorial. Then I forgot it all. Then I read (and watched) some stuff about hash in python. And I made a hash viewer app. Currently has 71 lines of code. Might be more in the future, who knows. I updated it 3 times in the same day.

    • @maverickstudiosofficial
      @maverickstudiosofficial 9 หลายเดือนก่อน

      What's your experience so far.
      I am starting out I need advice.

    • @defacube
      @defacube 9 หลายเดือนก่อน

      @@maverickstudiosofficial i quit python, idk why but I just don't feel like coding in it currently

  • @thecoldlemonade3532
    @thecoldlemonade3532 ปีที่แล้ว

    One of the ways I got better was reading code in language, and recreating it in another

  • @tuttoazzurri1
    @tuttoazzurri1 ปีที่แล้ว +1

    Lewis, great tips ….👋🏻🇮🇹

  • @drxpangel34
    @drxpangel34 2 ปีที่แล้ว

    I actually just started but I am learning the basics

  • @Enthub47
    @Enthub47 ปีที่แล้ว

    This the best .. I’m 70 percent good at tuts but can only 30% good applying it in reality

  • @Wenhomespontianak
    @Wenhomespontianak 2 ปีที่แล้ว +1

    So smart... thanks for motivation🙏

  • @Drunkenvalley
    @Drunkenvalley 2 ปีที่แล้ว

    I didn't start learning Vue by reading tutorials... I just started a job that had Vue in it. I find my easiest method of learning is being given the resouces to find the existing code, and how it relates to other code, then it's pretty straightforward from there...

  • @destroTNS
    @destroTNS 2 ปีที่แล้ว +1

    Reading other people's code is my job. I average writing around one line of code per week.

  • @adnysh3144
    @adnysh3144 ปีที่แล้ว +2

    How can I start doing projects if I haven't master the fundamentals? Is'nt it better if first I do tutorials to master the fundamentals and then start doing projects?

  • @warrensmith2902
    @warrensmith2902 11 หลายเดือนก่อน

    I use to pick up ancient programing languages by garbing a manual, and some sample code within 24 hours. Basically, there were only so many ways to open a file, read an input, compare data, move data around, do math, display text, write output, and close a file. Once you have a framework to be able to answer these questions, you can code in other languages rather quickly.

  • @RandyDaGamer
    @RandyDaGamer ปีที่แล้ว

    Thank you! Valuable info in a few seconds!

  • @aaronsalenga3221
    @aaronsalenga3221 2 ปีที่แล้ว

    That last bit is really important. “As a programmer, you’re more likely to read more code than you are to write code.”
    Very true. You may learn how to code on your own, but a key thing about programming is that you’re almost always going to be collaborating with other programmers, each of whom have their own styles, experiences, attitudes, etc.
    There will always be a certain level of self-sacrifice when working with a team. In other words, oftentimes you will need to adjust your own habits and style of coding to follow the coding conventions of the team. That’s the hardest part-being able to quickly pick up the work that others have done and adjust to the coding conventions of the team.
    So you should always be open and willing to learn. Coding is a journey that will have you constantly learning something new!

  • @archamedis
    @archamedis ปีที่แล้ว

    Point 2 hit. Thanks man!

  • @md.masumomarjashim
    @md.masumomarjashim 2 ปีที่แล้ว

    Great advice. I personally went through tutorial hell for python. Just keep learning and learning but never get the hang of even the most straightforward programming language. Then I started my Automation project using Selenium and Python, and I am a much better Python coder. I can understand others' code much better than when I was in tutorial hell. Now that I have finished my automation script using Selenium where most of my work is based on Web Browser, I have moved on to make the script into a GUI so others in the same position as me become more efficient and productive using my script.

  • @danielenease
    @danielenease ปีที่แล้ว

    This is some of the best advice! ❤

  • @cloudbounc3
    @cloudbounc3 ปีที่แล้ว

    The way I learned was coding card games and calculators that do specific things. I am actually still learning python by coding games like Mancala and Devils Grip

  • @Eagle-Fly
    @Eagle-Fly ปีที่แล้ว

    As someone who excels in his computer science class and after school programming classes which are considered to be really hard,
    I 100% agree, this is what you should do, now next time someone asks me how do I learn to code ill turn them to this video

    • @Ishaan-ok6uw
      @Ishaan-ok6uw ปีที่แล้ว

      If I don't any logic of programming then what will i do after reading others code??
      I learned every syntax and definition but it's of no use 😔....
      I'm having only one problem that nobody could solve 🥺... How can i make my own project?? How means how???
      How will i know what to do next???
      When to use Or execute this particular code step??
      All are saying only one thing build project! Build project! Build project!!!
      Nowadays im doubting myself I'm going to be a good programmer or should I quit this....
      Stuck with this from passed 1 month... By everyone are saying same thing practice practice practice, but what to exactly practice??

  • @pvpsushi
    @pvpsushi ปีที่แล้ว

    When stack overflow comes to help save the day

  • @MrLemonMedia
    @MrLemonMedia 2 ปีที่แล้ว +1

    Do cs50 I just spent all day to right a tiny bit of code (8hours for like 15 lines) but when it all came together holy I felt good and i did mot use any tutorial.

  • @TheUsamawahabkhan
    @TheUsamawahabkhan 2 ปีที่แล้ว

    Google is your best friend, love it

  • @vaibhavkothari8240
    @vaibhavkothari8240 2 ปีที่แล้ว +1

    Your videos are great.

  • @moonbeam7815
    @moonbeam7815 ปีที่แล้ว

    👍Thank You! Genius insight. Very practical, very attainable goals! Always super-cool presentations and you are SO smart and business-savvy!

  • @worldgroundnews4539
    @worldgroundnews4539 2 ปีที่แล้ว

    This channel is so cool!

  • @Friendly_Neighborhood_Dozer
    @Friendly_Neighborhood_Dozer ปีที่แล้ว

    A good tutorial isn’t about the thing it creates, a good tutorial explains everything it does and why it does it. No matter what the tutorial is about, wether it’s coding, a blender project, building a table or a Minecraft house. (of course, if it’s an “advanced tutorial” it doesn’t need to explain the bare basics)

  • @OCEH6
    @OCEH6 2 ปีที่แล้ว +1

    Awesome! Thank you so much!

  • @rukna3775
    @rukna3775 2 ปีที่แล้ว

    was stuck like that, learnt about tutorial hell, switched to docs and stackoverflow, asked help from discords and now i can do anything tbh. currently working on a meme generator im writing using only c and win32 api with the help of 2 winapi discord bros and after finishing that wanna also start contributing to open source projects. btw, i started out with brackeys

  • @Doom6622
    @Doom6622 ปีที่แล้ว

    Yep I am just starting making Minecraft mods I watched 1 tutorial on how to get it set up and started then I was on my own with nothing but google and looking at other peoples code to see how they did it has help me much more then tutorials

  • @LauLauHip
    @LauLauHip ปีที่แล้ว

    I personally always followed tutorials until I had the basics. I also tinkered around with them to understand them better. Once I had the basics I just startet using programming to solve problems I had. If I ran into something I didn't understand I I'd watch a video on how it works and how I can implement it.

  • @no_name3043
    @no_name3043 2 ปีที่แล้ว +4

    Love these shorts . Really informative and helpful .Thanks mate 👍

  • @kidwithpropellerhat
    @kidwithpropellerhat 3 หลายเดือนก่อน

    As a gamedev who's currently learning Godot and did a horrible game on Scratch recently, I agree with the first step a lot, and I want to add something to it.
    You might like check tutorials every now and then to know if what you're doing is right or wrong, but don't check tutorials like every milisecond. Try to watch the tutorial on progamming very carefully and memorise things! Tutorials will make you forget the smallest thing such as removing a certain filter in a sprite if you get into the tutorial hell trap.

  • @Gwizz1027
    @Gwizz1027 2 ปีที่แล้ว

    The only way I was able to learn an engine or language, was to make a full program (with only looking up what I needed help on) I now know Unity, Godot, and Unreal. And python. I now work for a Game Studio. I have learned to only look at forums, I don't watch tutorials for more then a minute to just quick grab something I forgot

  • @ArynSngh
    @ArynSngh ปีที่แล้ว

    Second one is actually life changing

  • @seno7904
    @seno7904 ปีที่แล้ว

    What I like to do is use a totorial to build a working project and then pick it apart line by line and letter by letter to get an understanding of how it works

  • @rileyschenk3541
    @rileyschenk3541 2 ปีที่แล้ว

    Love the shorts man!