forked from revolunet/JSbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.json
112 lines (112 loc) · 4.93 KB
/
issues.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{ "books" : [
{
"title": "Javascript Enlightenment",
"author": "Cody Lindley",
"authorUrl": "http://www.javascriptenlightenment.com",
"date": "12/01/2011",
"level": "Intermediate",
"info": "An accurate JavaScript worldview through an examination of native JavaScript objects and supporting nuances.",
"url": "http://www.javascriptenlightenment.com/JavaScript_Enlightenment.pdf",
"cover": "img/cover_jsenlight.png"
},
{
"title": "Eloquent Javascript",
"author": "Marijn Haverbeke",
"authorUrl": "http://eloquentjavascript.net",
"date": "03/02/2011",
"level": "Beginner",
"info": "A book providing an introduction to the JavaScript language and programming in general.",
"url": "http://eloquentjavascript.net/contents.html",
"cover": "img/cover_eloquentjs.png"
},
{
"title": "Building A JavaScript Framework",
"author": "Alex Young",
"authorUrl": "http://dailyjs.com",
"date": "02/12/2010",
"level": "Advanced",
"info": "best Of Let’s Make a Framework articles.",
"url": "http://dailyjs.com/files/build-a-javascript-framework.pdf",
"cover": "img/cover_buildingjsframework.png"
},
{
"title": "Mastering NodeJS",
"author": "TJ Holowaychuk",
"authorUrl": "http://visionmedia.github.com/masteringnode",
"date": "06/07/2011",
"level": "Advanced",
"info": "In Mastering Node we will discover how to write high concurrency web servers,…",
"url": "http://github.com/visionmedia/masteringnode/raw/master/book.pdf",
"cover": "img/cover_masteringnode.png"
},
{
"title": "Smooth CoffeeScript",
"author": "E. Hoigaard",
"authorUrl": "http://autotelicum.github.com/Smooth-CoffeeScript",
"date": "15/01/2012",
"level": "Intermediate",
"info": "An introduction to CoffeeScript programming with an emphasis on clarity, abstraction and verification.",
"url": "http://autotelicum.github.com/Smooth-CoffeeScript/interactive/interactive-coffeescript.html",
"cover": "img/cover_smoothcoffeescript.png"
},
{
"title": "Node Beginner",
"author": "Manuel Kiessling",
"authorUrl": "http://www.nodebeginner.org",
"date": "15/05/2012",
"level": "Intermediate",
"info": "The aim of the book is to get you started with developing applications with Node.js, teaching you everything you need to know about 'Advanced' JavaScript along the way.",
"url": "http://www.nodebeginner.org/#about",
"cover": "img/cover_nodebeginnerbook.png"
},
{
"title": "jQuery Fundamentals",
"author": "Rebecca Murphey",
"authorUrl": "http://jqfundamentals.com",
"date": "16/12/2011",
"level": "beginner",
"info": "Community driven Javascript and jQuery book.",
"url": "http://jqfundamentals.com/",
"cover": "img/cover_jqueryfund.png"
},
{
"title": "Learning Javascript Design Patterns",
"author": "Addy Osmani",
"authorUrl": "https://twitter.com/addyosmani",
"date": "2012",
"level": "beginner",
"info": "In this book we will explore applying both classical and modern design patterns to the JavaScript programming language",
"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": "Javascript Guide",
"author": "Mozilla Developer Network",
"authorUrl": "https://developer.mozilla.org",
"date": "unknown",
"level": "beginner",
"info": "JavaScript is a cross-platform, object-based scripting language. This guide explains everything you need to know about using JavaScript.",
"url": "https://developer.mozilla.org/en/JavaScript/Guide/JavaScript_Overview",
"cover": "img/cover_jsguidemozilla.png"
},
{
"title": "The little Book on CoffeeScript",
"author": "Alex MacCaw",
"authorUrl": "http://arcturo.github.com/",
"date": "2012",
"level": "intermediate",
"info": "This book is designed to help you learn CoffeeScript, understand best practices and start building awesome client side applications.",
"url": "http://arcturo.github.com/library/coffeescript/01_introduction.html",
"cover": "img/cover_littlecoffeescript.png"
}
]}