forked from lisahom/FrontEndDev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources
More file actions
36 lines (17 loc) · 1.15 KB
/
Resources
File metadata and controls
36 lines (17 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Resources
Newbie: no coding experience
www.dash.generalassemb.ly
Book: Javascript Allonge- https://leanpub.com/javascript-allonge/read
Project: Build a calculator! - http://thecodeplayer.com/walkthrough/javascript-css3-calculator
Beginner: little Javascript experience
http://www.codecademy.com/tracks/jquery
Book: Javascript Allonge - https://leanpub.com/javascript-allonge/read
Eloquent Javascript - http://eloquentjavascript.net/
Project: Convert number to Roman numeral - https://www.learnstreet.com/cg/simple/project/integer_roman-javascript
Intermediate: moderate Javascript experience
http://nodeschool.io/https://docs.angularjs.org/tutorial/
Book: Eloquent Javascript - http://eloquentjavascript.net/ (Step-by-step introductions to doing basic Javascript)
Project: Learning Node? Try building a HTTP chat application! You'll need to set up the client + server side, so 2 files, lots of fun.
Advanced: you know who you are
Book: Learning Javascript Design Patterns: http://addyosmani.com/resources/essentialjsdesignpatterns/book/
Project: Build a jQuery UI widget or use create small project using the newly introduced Object.observe().