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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good resources/sites for things every programmer should know?

14 点作者 laksmanv超过 8 年前
I know there are a lot of intro to programming sites, but I'm looking for information on more intermediate topics programmers (specifically front end developers) should learn, be familiar with, and have in their toolbox. Much appreciated.

3 条评论

crystalPalace超过 8 年前
A great intro or refresher for a surprisingly large array of languages and some concepts - <a href="https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;</a><p>A great start for the generalist software developer&#x2F;engineer - <a href="http:&#x2F;&#x2F;matt.might.net&#x2F;articles&#x2F;what-cs-majors-should-know&#x2F;" rel="nofollow">http:&#x2F;&#x2F;matt.might.net&#x2F;articles&#x2F;what-cs-majors-should-know&#x2F;</a>
sua_3000超过 8 年前
very few devs I know take the time to read these: - <a href="https:&#x2F;&#x2F;docs.angularjs.org&#x2F;api" rel="nofollow">https:&#x2F;&#x2F;docs.angularjs.org&#x2F;api</a> - <a href="https:&#x2F;&#x2F;facebook.github.io&#x2F;react&#x2F;docs&#x2F;hello-world.html" rel="nofollow">https:&#x2F;&#x2F;facebook.github.io&#x2F;react&#x2F;docs&#x2F;hello-world.html</a><p>Docs may be 20, 30, 40 pages long, and out of those only 10 of those may be applicable, but you really can&#x27;t know until you read them all. Read the manual.
itamarst超过 8 年前
There&#x27;s a bunch of technical skills you should have, and I&#x27;m sure people will suggest some good resources. But there&#x27;s other skills as well, about how to think about solving problems, and planning your career, and prioritization that you also need.<p>I&#x27;ve been writing up all the mistakes I&#x27;ve made as a software engineer for the past 20 years so other programmers can avoid them. A lot of them fall into that second category, turns out. Some technical stuff too, of course. Check out <a href="https:&#x2F;&#x2F;softwareclown.com" rel="nofollow">https:&#x2F;&#x2F;softwareclown.com</a> if you&#x27;re interested.