Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial Hell: How to Escape the Endless Loop of Online Programming Tutorials #3

Open
gchiquetto opened this issue Oct 13, 2022 · 0 comments

Comments

@gchiquetto
Copy link
Owner

gchiquetto commented Oct 13, 2022

If you're a beginner programmer, you've probably experienced the frustration of getting stuck in a never-ending loop of online programming tutorials. It's called "tutorial hell" and it's a frustrating place to be. You feel like you're never making progress and you can't seem to find a way out. But there is a way out. In this article, we'll show you how to escape the endless loop of online programming tutorials and get on the path to becoming a successful programmer, in 5 simple steps.

*Text by Daniel

image alt="A cat with sunglasses riding a motorbike"

1. Write code instead of looking at code

When you're a beginner programmer, it's easy to get stuck in a loop of online tutorials. You watch a tutorial, try to code along, and get lost. Then you go back and watch the tutorial again, and the cycle continues. But it's important to remember that the best way to learn how to code is actually to write code.

Building small projects is a great way to practice your coding skills and see how everything you've learned fits together. It can be frustrating when you hit a wall and can't figure out how to solve a problem, but that's all part of the learning process and leads me to my next point...

2. Always be Debugging

In programming, there is always a feedback loop between the developer and the computer. The developer writes code and the computer runs it, then the developer sees the results and decides what to change. By building your own projects you will definitely face bugs not encountered in video tutorials. This will force you to look at the documentation. search for answers in places like stack overflow and most importantly - actually understand the logic you wrote.

3. Don't be afraid to ask for help

When you're starting out as a developer, it can be easy to feel like you have to know everything. But the reality is, even the most experienced developers don't know everything. So when you're stuck on a problem, don't be afraid to ask for help.

One of the best ways to find help is to focus on talking to other developers, especially the ones who are senior to you in terms of knowledge and experience. They can be a great resource for advice and mentorship.

Another great way to get help is to join technical communities or open-source communities. These are groups of like-minded individuals who are all working to improve their skills and knowledge. And they're usually more than happy to help out others who are just starting out.

4. Make it a habit

At the end of the day writing code is a skill - and the only way to get better is to keep practicing. Try to make coding into a daily or bi-daily habit, and keep the focus on dividing your time around 70% writing code and debugging, and 30% learning from resources.

5. Have fun!

If you don't write code in a field that is interesting to you, you will never have enough motivation to improve. Even if you just started learning web dev (just an example web developers <3) and are not feeling it, don't be afraid to switch it up and learn something else - but try to stay consistent with the language so you keep improving your coding fundamentals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant