Introduction

Every developer was at least once stuck in tutorial hell, In this section, I want to go over how you can escape it.

What is tutorial hell?

When you take tutorials after tutorials and never build something on your own you are stuck in the tutorial hell.

Here is how you can escape it

1. Practice what you learned

To get out of tutorial hell you need to build something, right?

The idea of building something might scare you at first but remember that you should start small.

If you learned about function build 10 more functions on your own\

2. Use Codewars

This platform helped me get out of tutorial hell. How?

It gives you different problems you need to solve using the concepts you already learned.

This way you can gain enough confidence to go to the next step.

3. Build a small project

This might sound scary at first but it is not.

You don't need a UI for this project.

You don't need to finish it.

Just try to build something easy and simple like a number guessing game or a dice rolling simulator in the console.

4. Add more features to that project

After you built that small project it's time to improve on it.