-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathjs-presentations.json
46 lines (46 loc) · 1.82 KB
/
js-presentations.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
{
"source": "https://github.com/abhijeetkpawar/lifeofjs",
"name": "js-presentations.json",
"type": "presentation",
"collection": [{
"name": "Extreme JavaScript Compression With YUI Compressor",
"author": "Nicholas C. Zakas",
"url": "http://www.slideshare.net/nzakas/extreme-javascript-compression-with-yui-compressor"
}, {
"name": "jQuery Proven Performance Tips & Tricks",
"author": "Addy Osmani",
"url": "http://www.slideshare.net/AddyOsmani/jquery-proven-performance-tips-tricks"
}, {
"name": "How To Stay Up To Date on Web Technology",
"author": "Chris Coyier",
"url": "https://speakerdeck.com/chriscoyier/how-to-stay-up-to-date-on-web-technology"
}, {
"name": "Testing Mobile JavaScript",
"author": "John Resig",
"url": "http://www.slideshare.net/jeresig/testing-mobile-javascript"
}, {
"name": "JavaScript + Jenkins = Winning!",
"author": "Eric Wendelin",
"url": "http://www.slideshare.net/emwendelin/javascript-ci"
}, {
"name": "Client-side MVC with Backbone.js",
"author": "Igloo Lab, Michele Bertoli",
"url": "http://www.slideshare.net/iloveigloo/clientside-mvc-with-backbonejs"
}, {
"name": "The jQuery Divide",
"author": "Rebecca Murphey",
"url": "http://www.slideshare.net/rmurphey/the-jquery-divide-5287573"
}, {
"name": "Maintainable JavaScript 2012",
"author": "Nicholas Zakas",
"url": "http://www.slideshare.net/nzakas/maintainable-javascript-2012"
}, {
"name": "Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patterns in JavaScript",
"author": "Domenic Denicola",
"url": "http://www.slideshare.net/domenicdenicola/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript"
}, {
"name": "Automating Front-end Workflow",
"author": "Addy Osmani",
"url": "https://speakerdeck.com/addyosmani/automating-front-end-workflow"
}]
}