DEV Community

Cover image for Getting Out of Tutorial Hell
Lanre Fagbeyiro
Lanre Fagbeyiro

Posted on • Updated on

Getting Out of Tutorial Hell

valentin-lacoste-jNSJE8dMro0-unsplash (1).jpg

Introduction

Have you ever found yourself finishing a tutorial with a deep sense of satisfaction and understanding? then when you try to write the code for yourself, you feel overwhelmed, you don't know where to start or even what to do, so you follow another tutorial. If the answer is yes, then you might be stuck in the infinite loop known as Tutorial Hell. Trust me, I myself have been there, without even realizing there was actually a term for it and it is not a great place to be.

What is Tutorial Hell?

Tutorial hell is a term commonly associated with programmers, I first came across the term when I just started learning how to code.

According to Urban Dictionary,

'Tutorial hell' is typically the stage when beginner programmers come to 'sort of' knowing how to build some simple things, but nothing really complex or scalable. They seem to need a tutorial for every other task they are in need of doing.

You can also define tutorial hell as the term used to describe a state in which a developer (usually beginners) continuously searches for tutorials to follow and never breaks away to build a project from scratch. Most of your time is spent building what other people are telling you to build, instead of new, original concepts.

This happens when someone lacks confidence in their own abilities or finds the idea of starting from scratch daunting.

Getting Out

Unfortunately, tutorial hell seems to be one of the leading causes of people giving up on coding, but the good news is that you can get out of it.

kev-seto-Jv0TBnjzYNM-unsplash (1).jpg

Build Something

kevin-jarrett-t3d22GqvUqs-unsplash.jpg

One of the reasons I joined the #100DaysofCode challenge was to be able to build my own projects and be free from those instructors always hand holding me all the time. You have to find the courage and build something on your own. Build projects you know you can finish and build some that can push you out of your comfort zone; it doesn’t have to be a big one. You don’t necessarily need to build projects from scratch, you can code along with the tutorial, learn the basics, then replicate what you saw on the tutorial. You can even tweak the code and give it your personal touch. You will probably get stuck but have no fear; google, StackOverflow, or Reddit are always there, ready to rescue you.

Read Other People’s Code on GitHub

Reading other people’s code is one of the best ways to become a better developer. You can look at people’s code and really understand it and google certain methods you don’t really understand and figure out how it works, this prepares you for real-life situations.

Contribute to Open Source

A proper developer should be able to code for other people.
The open-source community provides a great opportunity for beginners. You can improve your skills and get support and inspiration from senior developers.
Instead of creating a project from nothing, you take an existing one, take a small chunk to fix it, or just add a new feature and this looks good on your portfolio.

Coding Challenges

benjamin-davies-vd8DbM-5pDg-unsplash.jpg

After you complete a tutorial on a given topic, you should test yourself in order to ascertain you really understand the concept. Coding challenges are a great way to test yourself; they enhance your problem-solving skills, which is a valuable skill for every programmer. Some of the the sites to get going with these challenges are:

· Codewars

· HackerRank

· LeetCode

Join a Community

If you want to grow as a developer, you should join a developer community because the truth is you can’t learn everything on your own. There are a lot of advantages, like sharing knowledge, mentorship, a good support system, sharing tools, code reviews, answering questions, and much more. Do not be afraid to put yourself out there. Connect with others who have similar goals and interests. Having a friend or someone to reach out to when you encounter a problem can save you a whole lot of stress and it can make you feel less lonely. Some of the communities to join are:

· Meetup

· Discord

· Slack

· Twitter

· Medium

· Dev.to

· Hashnode

· Reddit

· StackOverflow

· CodeNewbie

· Women Who Code

Conclusion

I am writing this blog post not because I am better than anyone, but because I know these techniques work and I want to help other beginners like myself come out of this crazy loop.

I am also writing this for the sake of my future self. I hope that reading this post provided some useful information, or at least helped motivate and guide you in the right direction.

How did you escape tutorial hell? If you are still in it now, what steps will you take to get out? Please feel free to leave comments and feedback.

I am currently on my #100DaysofCode challenge. To see my daily progress, follow me on Twitter @lanre__waju

Top comments (9)

Collapse
 
phantas0s profile image
Matthieu Cneude • Edited

I never find tutorial very useful. Most of the time they explain you a bunch of code I'll copy paste somewhere, and then I forget about it. It's a very inefficient way to learn something, in my opinion.

The other problem: it's difficult to know if a tutorial is high quality on Internet. It could be a bunch of crap; difficult to know for a beginner.

I've began to learn programming languages with books, with a clear intent and goal in mind. I was typing all the code from the book, to get the syntax. When I was feeling ready, I began the project I had in mind and try to solve the problems along the way. That's the key part: we are problem solvers. Following tutorial won't let you solve any problems.

If we look at the cognitive studies about learning, we need to be as active as possible to lean something. Here are some examples:

  • Going through exercises.
  • Revisiting the knowledge acquired at regular interval, and each time try to recall from memory what was learned without looking at anything, only using our memory and previous understanding.
  • Inventing our own questions or exercises from the subject studied.

All of that ask for more work than tutorials. That's why it works. I see that as a challenge, as a game, more than a chore. It's great to have these "aha" moment when you finally remember or understand something.

On top of that, there is something called "illusion of competence". When I read something passively, I have the impress I understand it most of the time; it's wrong. Trying to recall it later will prove it. We need to be aware of our limitations, accept them, and work with them.

The best method against the illusion of competence: teaching. If you can't explain something to somebody, it might be because you don't understand it really. It can be explaining something to somebody directly, or to an audience via a blog post for example.

Collapse
 
kpeale profile image
Kpeale Legbara

I like this 😁😁😁. Thank you for sharing

Collapse
 
lanrewaju profile image
Lanre Fagbeyiro

Thanks for sharing this

Collapse
 
p12y profile image
Peter Tyldesley

"The best method against the illusion of competence: teaching." - So you're saying the best way to escape tutorial hell is... make tutorials? 😂

Collapse
 
phantas0s profile image
Matthieu Cneude

If teaching was limited to tutorials, we would still hunt some weird animals and live in caves 😂

Collapse
 
hmoroliya profile image
Harsh Kumar Moroliya

Can I have this A4? This is the smartest #NoteToSelf while sharing it with others!

Collapse
 
lanrewaju profile image
Lanre Fagbeyiro

Glad it was helpful

Collapse
 
kpeale profile image
Kpeale Legbara

Nice article 🥰🥰

Collapse
 
lanrewaju profile image
Lanre Fagbeyiro

Thank you