How Do You Approach Learning from Tutorials?

0
2
Asked By CuriousCoder99 On

When it comes to learning from tutorials, what's your method? Do you watch the entire tutorial in full before diving in, or do you take the approach of copying everything as the instructor does it? If you tend to watch first, do you take notes while viewing? How detailed are those notes—do you jot down everything you find confusing, or do you just make a note to investigate certain topics later? Finally, after completing a project, do you upload your work to GitHub and mention the creator of the tutorial? Is it still necessary to give credit if you don't copy everything exactly?

4 Answers

Answered By DevDude42 On

It really depends on your experience level. When you're new to something, it's common to pause frequently, try it out, and maybe Google concepts to fully grasp them before moving on. As you get more skilled, you might find you can absorb a lot just by watching.

TechBeginner01 -

Yeah, when I was starting, I paused every couple of minutes. Now, I watch the whole thing first and then try coding the project from memory.

Answered By LearningNinja On

It really varies! Sometimes I follow along closely, doing it step-by-step if the topic is new to me. I aim to get something working quickly, rather than fully understanding it at first. After the tutorial, I rebuild the project in my own style, tweaking everything according to my needs. I only make notes in the code comments if I hit a tricky part. Though I haven't credited anyone in the past, I’ve realized it might be good practice to do so eventually.

AppreciativeLearner -

Thanks! I love the method you mentioned; it sounds super effective for grasping new concepts quickly. Your final point about focusing on your own learning really resonates with me!

Answered By CodingBuff On

I usually skim through the whole tutorial first, then go back to code along with the instructor. If I'm already familiar with certain sections, I just skip to the parts where I need more clarification. Just be ready to Google any differences you notice, especially since things can change.

QuestionMaster2022 -

When you say you code along, do you have the video open in another window, or do you try to remember and recreate it from memory?

Answered By QuickCoder On

I stream the tutorial at 2x speed without coding initially. Following that, I rewatch it at normal speed while coding along with the instructor.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.