Skip to content

Commit

Permalink
Update issues.json
Browse files Browse the repository at this point in the history
Add 2 Addy Osmani tutorials
  • Loading branch information
Julien Bouquillon committed Aug 1, 2012
1 parent 5889386 commit a2168be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,26 @@
"url": "http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/",
"cover": "img/cover_jspatterns.png"
},
{
"title": "Developing Backbone.js Applications",
"author": "Addy Osmani",
"authorUrl": "https://twitter.com/addyosmani",
"date": "2012",
"level": "intermediate",
"info": "In this book we will explore MVC theory and how to build applications using Backbone's models, views, collections and routers.",
"url": "http://addyosmani.github.com/backbone-fundamentals",
"cover": "img/cover_backbonefundamentals.png"
},
{
"title": "Writing Modular JavaScript With AMD, CommonJS & ES Harmony",
"author": "Addy Osmani",
"authorUrl": "https://twitter.com/addyosmani",
"date": "2011",
"level": "advanced",
"info": "In this article, we're going to look at three formats for writing modular JavaScript: AMD, CommonJS and proposals for the next version of JavaScript, Harmony.",
"url": "http://addyosmani.com/writing-modular-js",
"cover": "img/cover_modularjavascript.png"
},
{
"title": "Javascript Guide",
"author": "Mozilla Developer Network",
Expand Down

0 comments on commit a2168be

Please sign in to comment.