files
This commit is contained in:
31
README.md
31
README.md
@ -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)
|
||||
|
Reference in New Issue
Block a user