TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your favorite resources for learning how to code?

4 点作者 Dimidium-07超过 2 年前
What are your favorite resources for learning how to code?

3 条评论

smoldesu超过 2 年前
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 未加载
rolph超过 2 年前
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.
PaulHoule超过 2 年前
I like the HackerRank Python course.