TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which are the best written tutorials you have seen till now?

38 pointsby msahariaover 6 years ago
Starting next year, I am planning to write more well-organized tutorials as a way to increase my rate of learning and understanding (The topics won't be of interest to general HN community). But I wanted the see what kind of best practices are appreciated in the community. I am not referring to documentation per se, of which I do plenty for myself during work. But on improving myself as a communicator in the written medium when explaining things through code+simpler language.

13 comments

copperxover 6 years ago
I&#x27;m sure it&#x27;s a cliche at this point, but I don&#x27;t think enough writers emulate K&amp;R&#x27;s style on The C Programming Language. The prose is short, dense, and yet not tedious.<p>Another great &quot;tutorial&quot; to emulate is the TeXbook by Knuth. This one is verbose, but it shows the reader all the little details and pitfalls about the software without becoming boring.
评论 #18552315 未加载
评论 #18530674 未加载
alexeldeibover 6 years ago
Kubernetes the hard way: <a href="https:&#x2F;&#x2F;github.com&#x2F;kelseyhightower&#x2F;kubernetes-the-hard-way" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kelseyhightower&#x2F;kubernetes-the-hard-way</a><p>Gave me the necessary understanding of the core layers of a cluster.<p>The Digital Ocean docs were already mentioned but they&#x27;re also an exellent reference source.
评论 #18531460 未加载
2to15charactersover 6 years ago
Any of the Explorable Explanations that Bret Victor creates. Later followed up by more from Nicky Case, and more
评论 #18524798 未加载
yesenadamover 6 years ago
I thought <i>Eloquent Javascript</i> was wonderfully done. Read online here: <a href="http:&#x2F;&#x2F;eloquentjavascript.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;eloquentjavascript.net&#x2F;</a><p>Everything by Julia Evans <a href="https:&#x2F;&#x2F;jvns.ca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jvns.ca&#x2F;</a> , Arnold Robbins, Brian Kernighan (e.g. <i>The AWK Programming Language</i>)<p>More mathematical: Knuth et al, <i>Concrete Mathematics</i>; John Stillwell, <i>Mathematics and its History</i>; Tristan Needham, <i>Visual Complex Mathematics</i>
wglbover 6 years ago
This was probably the most effective tutorial I have ever used: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;RPG-III-400-Shelly-Cashman&#x2F;dp&#x2F;0878352465" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;RPG-III-400-Shelly-Cashman&#x2F;dp&#x2F;0878352...</a><p>Early in my consulting career, I got a gig doing RPG III and in three days got up to speed.<p>Not relevant to many folks these days.
评论 #18525461 未加载
pandeyaover 6 years ago
<a href="https:&#x2F;&#x2F;internetingishard.com" rel="nofollow">https:&#x2F;&#x2F;internetingishard.com</a> - one of the best ever tutorials on HTML and CSS.
lake99over 6 years ago
Learn from Kernighan. Most tutorials are dry and teach &quot;follow these steps&quot;. The better ones explain the &quot;why&quot; of the feature. Kernighan comes up with fun examples to keep the reader engaged.
martinniover 6 years ago
<a href="https:&#x2F;&#x2F;www.raywenderlich.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raywenderlich.com&#x2F;</a><p>Funny, insightful, plenty of screenshots and very detailed explanations.
canalliover 6 years ago
I really like Mark Myers&#x27; style. He writes &quot;A Smarter Way to Learn Bla&quot; books. His books allow you to turn off your brain and simply sail through.
评论 #18524791 未加载
utam0kover 6 years ago
Go lang turorial. It is very good to learn while running source codes.
评论 #18550064 未加载
Jedi72over 6 years ago
Digital Ocean docs
评论 #18530678 未加载
tsychoover 6 years ago
Almost anything on NSHipster
tuangeekover 6 years ago
vimtutor