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: Good resources/sites for things every programmer should know?

14 pointsby laksmanvover 8 years ago
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 comments

crystalPalaceover 8 years ago
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_3000over 8 years ago
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.
itamarstover 8 years ago
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.