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.
A great intro or refresher for a surprisingly large array of languages and some concepts - <a href="https://learnxinyminutes.com/" rel="nofollow">https://learnxinyminutes.com/</a><p>A great start for the generalist software developer/engineer - <a href="http://matt.might.net/articles/what-cs-majors-should-know/" rel="nofollow">http://matt.might.net/articles/what-cs-majors-should-know/</a>
very few devs I know take the time to read these:
- <a href="https://docs.angularjs.org/api" rel="nofollow">https://docs.angularjs.org/api</a>
- <a href="https://facebook.github.io/react/docs/hello-world.html" rel="nofollow">https://facebook.github.io/react/docs/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't know until you read them all. Read the manual.
There's a bunch of technical skills you should have, and I'm sure people will suggest some good resources. But there's other skills as well, about how to think about solving problems, and planning your career, and prioritization that you also need.<p>I've been writing up all the mistakes I'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://softwareclown.com" rel="nofollow">https://softwareclown.com</a> if you're interested.