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: What are your favorite resources for learning how to code?

4 pointsby Dimidium-07over 2 years ago
What are your favorite resources for learning how to code?

3 comments

smoldesuover 2 years ago
Might be a surface-level pull, but a lot of languages have &#x27;by example&#x27; guides that walk you well-documented code. I have really fond memories of reading through an early copy of Rust by Example[0] in high school, which really opened my eyes and helped me understand The Rust Book better. A little while ago I had to learn Go in a short time, and Go by example[1] was equally as helpful for getting me up-and-running!<p>[0] <a href="https:&#x2F;&#x2F;doc.rust-lang.org&#x2F;stable&#x2F;rust-by-example&#x2F;" rel="nofollow">https:&#x2F;&#x2F;doc.rust-lang.org&#x2F;stable&#x2F;rust-by-example&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;gobyexample.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gobyexample.com&#x2F;</a>
评论 #32901510 未加载
rolphover 2 years ago
for me it isnt the code, so much as what the code is manipulating.<p>having a firm grasp on the standards and specifications of any given file structure is indispensible. same goes with CPU , storage controllers and memory<p>when you know these things about hardware, then you have opportunity to see why code must obey certain majik rules.
PaulHouleover 2 years ago
I like the HackerRank Python course.