Thanks.
Ask HN: Which skills do you think a front-end developer should have?
1–7 of 7 posts
Re: Ask HN: Which skills do you think a front-end developer should have?
#2And don't cheat by using some fancy pants game engine.
Re: Ask HN: Which skills do you think a front-end developer should have?
#3Understand the DOM, and how traversing in jQuery/JS works. Understand and learn how to debug JavaScript, and CSS rendering.
Re: Ask HN: Which skills do you think a front-end developer should have?
#4Re: Ask HN: Which skills do you think a front-end developer should have?
#5Dom Scripting by Jeremy Keith
Eloquent Javascript by Marijn Haverbeke - http://eloquentjavascript.net/
Learning JQuery by Jonathan Chaffer
"Dive into HTML5" by Mark Pilgrim - http://diveintohtml5.org/
"CSS - The Definitive Guide" by Eric Meyer
"Javascript - The Good Parts" by Douglas Crockford
==========================================
Those should pretty much cover everything you must know if you are starting now. Start with Zeldman's book first and end with Crockford's book, besides that go ahead and choose your own adventure by reading the rest in any order you want.
While you will probably get more practical usage out of reading Learning JQuery before DOM Scripting, I think you will get more value out of Learning JQuery if you read DOM Scripting first.
Re: Ask HN: Which skills do you think a front-end developer should have?
#6Designing w/ Web Standards, 3rd edition by Jeffrey Zeldman Dom Scripting by Jeremy Keith Eloquent Javascript by Marijn Haverbeke - http://eloquentjavascript.net/ Learning JQuery by Jonathan Chaffer "Dive into HTML5" by Mark Pilgrim - http://diveintohtml5.org/ "CSS - The Definitive Guide" by Eric Meyer "Javascript - The Good Parts" by Douglas Crockford ========================================== Those should pretty muc…
Re: Ask HN: Which skills do you think a front-end developer should have?
#7Write a video game using JavaScript/Canvas. Game programming is the fast track to becoming a great developer because of the mix of skills it requires (math/algebra, animation, graphics, sound, resource management, testing and debugging). And don't cheat by using some fancy pants game engine.