-
Notifications
You must be signed in to change notification settings - Fork 2
/
speakers.json
154 lines (154 loc) · 3.3 KB
/
speakers.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"talks": [
{
"break": true,
"title": "Check in",
"type": "checkin",
"message": "",
"sponsor": ""
},
{
"title": "How I learned to Code by Making 180 websites in 180 days",
"name": "Jennifer De Walt",
"twitter": "JenniferDewalt",
"img": "jennifer-dewalt.jpg"
},
{
"title": "ES6 Rocks!",
"name": "Jaydson Gomes",
"twitter": "jaydson",
"img": "jaydson-gomes.jpg"
},
{
"title": "Moving JS from Libraries to Polyfills",
"name": "Sebastián Markbage",
"twitter": "sebmarkbage",
"img": "sebastian-markbage.jpg"
},
{
"break": true,
"title": "Coffee",
"type": "break",
"message": "",
"sponsor": "Digital Ocean"
},
{
"title": "Making 3D Graphics Accessible",
"name": "Mr Doob (Ricardo Cabello)",
"twitter": "mrdoob",
"img": "ricardo-cabello.jpg"
},
{
"title": "Parallax 101",
"name": "María Evangelina Ferreira",
"twitter": "evaferreira92",
"img": "maria-evangelina-ferreira.jpg"
},
{
"title": "Internationalize your web apps",
"name": "Juan Ignacio Dopazo",
"twitter": "juandopazo",
"img": "juan-ignacio-dopazo.jpg"
},
{
"title": "Visualizing data with JavaScript at Twitter",
"name": "Nicolás García Belmonte",
"twitter": "philogb",
"img": "nicolas-garcia.jpg"
},
{
"break": true,
"title": "Lunch",
"type": "lunch",
"message": "",
"sponsor": "Mandrill"
},
{
"title": "From JS to manufacturing, a hardware journey",
"name": "Sara Chipps",
"twitter": "SaraJChipps",
"img": "sara-chipps.jpg"
},
{
"title": "JavaScript and Artificial Intelligence",
"name": "Ángel \"Java\" López",
"twitter": "ajlopez",
"img": "angel-java-lopez.jpg"
},
{
"title": "Else Considered Harmful",
"name": "Nikolay Bachiyski",
"twitter": "nikolayb",
"img": "nikolai-bachiyski.jpg"
},
{
"break": true,
"title": "Break",
"type": "break",
"message": "",
"sponsor": "Digital Ocean"
},
{
"title": "Your Very Own Component Library",
"name": "Alex Sexton",
"twitter": "SlexAxton",
"img": "alex-sexton.jpg"
},
{
"title": "Writing a Webmodule",
"name": "Nathan Rajlich",
"twitter": "TooTallNate",
"img": "nathan-rajlich.jpg"
},
{
"title": "Building Editors in the Browser",
"name": "Jason Chen",
"twitter": "jhchen",
"img": "jason-chen.jpg"
},
{
"break": true,
"title": "Break",
"type": "break",
"message": "",
"sponsor": "Digital Ocean"
},
{
"title": "JavaScript Robotics: A NodeBots show",
"name": "Julian Duque",
"twitter": "julian_duque",
"img": "julian-duque.jpg"
},
{
"title": "Building a Distributed Data Ingestion System with RabbitMQ",
"name": "Álvaro Videla",
"twitter": "old_sound",
"img": "alvaro-videla.jpg"
},
{
"title": "Sandboxing Node.js with CoreOS and Docker",
"name": "Tomasz Janczuk",
"twitter": "tjanczuk",
"img": "tomasz-janczuk.jpg"
},
{
"title": "j2me.js - a multi-threaded Java VM in JavaScript",
"name": "Andreas Gal",
"twitter": "andreasgal",
"img": "andreas-gal.jpg"
},
{
"title": "The future of Javascript",
"name": "Brendan Eich",
"twitter": "BrendanEich",
"img": "brendan-eich.jpg"
},
{
"break": true,
"title": "Party",
"type": "party",
"message": "",
"sponsor": "Github"
}
]
}