Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 921 Bytes

File metadata and controls

16 lines (11 loc) · 921 Bytes

Tutorials not taking anything for granted

I've always hated tutorials, suggestions, answers taking a whole world of knowledge for granted. Unfortunately, the usual pattern is:

  1. read the official documentation
  2. swear because one crucial detail is taken for granted [ frustration.start() ]
  3. Google, Google, Google... [ frustration.increase() ]
  4. find the crucial detail explicitly described on StackOverflow [ frustration.stop() ]
  5. continue reading the official documentation [ frustration.readyToStart() ]
  6. ...

I've had enough of this: by these tutorials, I wish to provide readers easy practical steps to achieve some results I've struggled for hours and hours.

I'm human, of course, and I'm sure I'll take something for granted without realizing, also within these tutorials: feel free to suggest, fork, send pull requests and report issues.

Enjoy!