added "Learning JavaScript Design Patterns" by Addy Osmani

This commit is contained in:
Jeremy McLeod 2013-10-11 14:16:01 -04:00
parent 7458d27310
commit f63b393c98
1 changed files with 7 additions and 3 deletions

View File

@ -244,8 +244,7 @@
###Django
* [Djen of Django](http://agiliq.com/books/djenofdjango/)
* [Django by Example](http://www.lightbird.net/dbe/)
###Emacs
@ -319,7 +318,6 @@
* [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF)
* [Category wise tutorials - J2EE](http://www.mkyong.com/)
* [Introduction to Programming Using Java - David J. Eck](http://math.hws.edu/javanotes/index.html)
* [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html)
###JavaScript
@ -331,6 +329,7 @@
* [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics)
* [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide)
* [JavaScript Allongé](https://leanpub.com/javascript-allonge/read)
* [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
###JavaScript (Node.js specific)
@ -395,6 +394,11 @@
* [HGInit - Mercurial Tutorial by Joel Spolsky](http://hginit.com/)
###Nemerle
* See <strong>.NET</strong> below
###.NET (C# / VB / Nemerle / Visual Studio)
* [C# Essentials](http://www.techotopia.com/index.php/C_Sharp_Essentials)