-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
94 lines (94 loc) · 3.03 KB
/
db.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
{
"speakers": [
{
"id": 1530,
"firstName": "Tammy",
"lastName": "Baker",
"sat": false,
"sun": true,
"favorite": true,
"bio": "Tammy has held a number of executive and management roles over the past 15 years, including VP engineering Roles at Molekule Inc., Cantaloupe Systems, E-Color, and Untangle Inc."
},
{
"id": 5996
},
{
"id": 10803,
"firstName": "Eugene",
"lastName": "Chuvyrov",
"sat": true,
"sun": false,
"favorite": true,
"bio": "Eugene Chuvyrov is a Senior Cloud Architect at Microsoft. He works directly with both startups and enterprises to enable their solutions in Microsoft cloud, and to make Azure better as a result of this work with partners."
},
{
"id": 1124,
"firstName": "Douglas",
"lastName": "Crockford",
"sat": true,
"sun": false,
"favorite": true,
"bio": "Douglas Crockford discovered the JSON Data Interchange Format. He is also the author of _JavaScript: The Good Parts_. He has been called a guru, but he is actually more of a mahatma."
},
{
"id": 41808,
"firstName": "Paul",
"lastName": "Everitt",
"sat": true,
"sun": true,
"favorite": true,
"bio": "Paul is the PyCharm and WebStorm Developer Advocate at JetBrains. Before that, Paul was a partner at Agendaless Consulting and co-founder of Zope Corporation, taking the first open source application server through $14M of funding."
},
{
"id": 1269
},
{
"id": 1725
},
{
"id": 18805,
"firstName": "Mickey W.",
"lastName": "Mantle",
"sat": true,
"sun": true,
"favorite": true,
"bio": "Mickey has been developing software systems and products for over 40 years, as a systems programmer, Tech Lead, Manager, VP Engineering, CTO, COO, and now CEO/CTO of his own company."
},
{
"id": 8367,
"firstName": "Gayle Laakmann",
"lastName": "McDowell",
"sat": true,
"sun": false,
"favorite": false,
"bio": "Gayle Laakmann McDowell is the founder and CEO of CareerCup.com and the author of three best selling books."
},
{
"id": 187
},
{
"id": 823,
"firstName": "Kevin",
"lastName": "Nilson",
"sat": false,
"sun": true,
"favorite": true,
"bio": "Team Lead of the Chromecast Technical Solutions Engineer team, a Java Champion and three time JavaOne Rock Star Presenter. Kevin has spoken at conferences such as JavaOne, Devoxx, JAX, O'Reilly Fluent, Silicon Valley Code Camp, JAX and HTML5DevConf."
},
{
"id": 8590
},
{
"id": 10808
},
{
"id": 6548,
"firstName": "Steve",
"lastName": "Souders",
"sat": true,
"sun": false,
"favorite": true,
"bio": "Steve works at SpeedCurve on the interplay between performance and design. He previously served as Google's Head Performance Engineer, Chief Performance Yahoo!, and Chief Performance Officer at Fastly."
}
]
}