shokwave comments on Computer Science and Programming: Links and Resources - Less Wrong

29 Post author: XiXiDu 29 May 2012 01:17PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (47)

You are viewing a single comment's thread. Show more comments above.

Comment author: Athrelon 29 May 2012 11:08:32PM *  0 points [-]

Shamelessly crowdsourcing the availability heuristic: I'm trying to learn web development and have been looking for resources to learn it on my own. My goals are fairly modest; I'd like to make basically static pages and a few forms.

So far I've tried HTML/CSS tutorials, which were approachable and fun to play around with offline, but did not offer step by step instructions on how to translate that online. I also tried the Udemy course, which was great on lesson 1, but gratuitously racheted up the complexity on lesson 2 with unexplained Python code.

So, thus far, there's plenty of materials but they tend to skip some inferential distance when approached by a total noob. Does anyone have recommendations for a lesson plan that can take me all the way there?

Comment author: shokwave 30 May 2012 05:48:54AM 1 point [-]

This is the gold standard. It will both give you your goals very quickly (rails project-name, cd project-name, rails generate scaffold my-page ... where ... is some arguments to the scaffold generator that you'll have to look up and tailor to fit my-page) and give you, eventually, formidable knowledge on arguably the best web development platform going.

but did not offer step by step instructions on how to translate that online.

This is tackled by the rails tutorial - in the process of following the tutorial you will actually, step by step, host your website on an external provider and visit it in your browser like everybody else.