This commit is contained in:
Armen Vartan
2014-12-01 12:17:43 -05:00
parent 89e5a5f4b0
commit b9a8397f34
124 changed files with 2918 additions and 0 deletions

View File

@ -1,2 +1,33 @@
Prework
=======
[Wikipedia on pair programming](http://en.wikipedia.org/wiki/Pair_programming)
#### Front End
[Guide to wireframing](http://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399)
[A compilation of wireframing articles](http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/)
#### JavaScript
[Javascript Loops](http://www.w3schools.com/js/js_loop_for.asp)
[Javascript Object Literals](http://www.w3schools.com/js/js_objects.asp)
[Javascript Functions](http://www.w3schools.com/js/js_functions.asp)
[Javascript Constructors and the new keyword](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new)
[Read through the design patterns in this book](http://addyosmani.com/resources/essentialjsdesignpatterns/book/#designpatternsjavascript)
[Javascript Constructor and Prototype](http://pivotallabs.com/javascript-constructors-prototypes-and-the-new-keyword/)
[JQuery API Docs](http://api.jquery.com/)
[jQuery Best Practices](http://gregfranko.com/jquery-best-practices/#/)
#### Python
[Python Cheatsheet](http://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)
[Rubular (for regex)](http://www.rubular.com)