Ask HN: Web Programming Where to Start?
Let me begin begin by introducing myself I'm 17 and I love thinking about startups and the web. But it's hard to implement projects you come up with if you don't know a little bit of how to code.
I need advice on a way for a total noob to get started with web programming. I know people who can answer questions about most languages so that's not a factor. I just need solid advice and a jumping off point.
4 comments
[ 3.2 ms ] story [ 22.7 ms ] threadwith https://developer.mozilla.org/en-US/docs/Learn as start point. The https://developer.mozilla.org/en-US/docs/Learn#See_also section has links to others to other platforms. All free.
One I'd recommend is "Eloquent Javascript". It may be a tiny bit out of date now (I read it over 5 years ago maybe, and Javascript has improved a lot since then), but it's a solid book.
Other books you might like: Pragmatic Programmer, Pattern on the Stone, Clean Code, Mastering Regular Expressions.