Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "tutorials suck oftentimes"
-
Just watched a 30 mins tutorial on youtube and atleast 20 mins of that was debugging his code. Can't you just re-record or atleast cut the part where you go through all the stack overflow solutions!1
-
80% of the YouTube tutorials that I've watched suck and only wasted 10 minutes of my time each. Sometimes, I can work well with doing shit myself. Discovering errors yourself teach you more than following along someone else.2
-
What do you hate about software and developer tutorials and how would you change them? What would totally disrupt the status quo with tutorials and make them easier to finish/useful/memorable/fun?5
-
Would love to share my experience with tutorial hell.
A year ago, if there is no tutorial teaching me how to do something, I am totally lost and stuck for days. Then, I decided to see how people got out of it.
The answer turned to be simple, get comfortable reading documentation AFTER you determine what you are trying to accomplish.
In other words:
1- Determine the problem and the desired end result.
2- Break the problem down into multiple smaller ones.
3- Determine the end result of the solution of each of those problems.
4- Read the documentation concerning what you need to use to solve each problem.
5- Execute.
Over time, you would find the need for a tutorial much less in order to solve a problem. Plus, documentation would ideally give the optimal solution for your problem.
Would still be cool if you find a tutorial explaining something hard to grasp, but never depend on finding one.2