Live data from Hacker News

Ask HN: What do you recommend for a web development novice?

news.ycombinator.com

1–10 of 13 posts

Ask HN: What do you recommend for a web development novice?

#1
My friend, an experienced software engineer, is extremely new to the world of web development. I am building him a list of resources, libraries, tools, workflows, tutorials, etc. to help him get up to speed. I would appreciate the recommendations and suggestions of the HN community.

Re: Ask HN: What do you recommend for a web development novice?

#3

Unfortunately I can't contribute much, because I am largely in your friend's boat. Any chance of making whatever list of resources you compile public in a blogpost somewhere?

That is exactly what I am hoping to do. I started with a google doc, but I am thinking of moving it over to github at some point.

What sorts of useful resources have you encountered? What sorts of things are lacking for your development process? These are ultimately the questions I want to help answer!

Re: Ask HN: What do you recommend for a web development novice?

#7

Is it generally recommended to start off using some sort of CSS framework like Bootstrap ( http://getbootstrap.com/ ) or Foundation ( http://foundation.zurb.com/ )?

As a way to quickly build something, yes. If you are interested in learning CSS, no.

Re: Ask HN: What do you recommend for a web development novice?

#9

Is it generally recommended to start off using some sort of CSS framework like Bootstrap ( http://getbootstrap.com/ ) or Foundation ( http://foundation.zurb.com/ )?

Actually, I wouldn't recommend that at all. Well, if he is interested in learning fron-end dev I wouldn't recommend that. In my opinion, the best way to learn is to build something. If you want to suggest Bootstrap or Foundation than I would suggest he tries to build another Bootstrap/Foundation. Learn grids, learn CSS psuedo elements and media queries, learn HTML5 semantic markup etc. etc.

Re: Ask HN: What do you recommend for a web development novice?

#10

This is a good start: http://rmurphey.com/blog/2012/04/12/a-baseline-for-front-end... All the links you'll ever need: https://github.com/christopherscott/frontend-toolbox and https://github.com/dypsilon/frontend-dev-bookmarks

+1 on the frontend dev bookmarks, I remember seeing that a while back, but had completely forgotten about it! It is an incredible resource.
Post reply on HN