Ask HN: Tips on Learning Front End Web Development?
2 comments
1. Learn JavaScript (the language)
http://eloquentjavascript.net/ http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockfor...
2. Learn jQuery (a JavaScript library)
http://jquery.com/ http://www.amazon.com/jQuery-Action-Second-Bear-Bibeault/dp/...
3. Learn SQL (the language)
http://www.amazon.com/Sams-Teach-Yourself-SQL-Minutes/dp/067...
4. Pick an implementation
MySQL, PostgreSQL, SQL Server, Oracle
----------------------------------
After that, most application development languages are just syntax. Pick what feels best.
Learn how to use Ajax to tie client-side requests to server-side requests and you're marketable.
http://eloquentjavascript.net/ http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockfor...
2. Learn jQuery (a JavaScript library)
http://jquery.com/ http://www.amazon.com/jQuery-Action-Second-Bear-Bibeault/dp/...
3. Learn SQL (the language)
http://www.amazon.com/Sams-Teach-Yourself-SQL-Minutes/dp/067...
4. Pick an implementation
MySQL, PostgreSQL, SQL Server, Oracle
----------------------------------
After that, most application development languages are just syntax. Pick what feels best.
Learn how to use Ajax to tie client-side requests to server-side requests and you're marketable.
Agreed on points 1 and 2, but for front-end development, 3 and 4 are unnecessary and will pull you away from more relevant lessons, or (even more important), applying what you've learned to new problems.
First of all learn HTML and don't use WYSIWYG editor, then learn CSS and Javascript. Yes, learn database language is a good thing and after you know SQL language you probably can switch to any database engine.
If you know Python, then yes Django would be a good choice for you.
If you know Python, then yes Django would be a good choice for you.
Thanks for the help.