-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample_data.json
49 lines (49 loc) · 1.89 KB
/
sample_data.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
{
"webhook": {
"label": "talk proposal",
"title": "Development environments using fig",
"level": "Beginner",
"language": "en",
"speaker": {
"twitter": "bcnjs",
"name": "Jorge Dias",
"portrait": ""
},
"description": "Soft Engineer for development and testing environments is going to talk about the research being done at Xing regarding the use of docker and will do a brief overview of working with fig and some custom tools to improve the workflow"
},
"event": {
"date": "2015-01-21T19:00:00.000Z",
"name": "BarcelonaJS",
"twitter": "bcnjs",
"venue": {
"name": "Mobile World Centre",
"address": "C/ Fontanella 2, 08002 Barcelona",
"private": false
},
"url":"www.meetup.com",
"talks": [
{
"title": "Serious text editing in the browser",
"level": "Advanced",
"language": "es",
"speaker": {
"twitter": "bcnjs",
"name": "Marijn Haverbeke",
"portrait": ""
},
"description": "When an textarea do cut it anymore alternatives: full-featured text and code editors written in browser JavaScript. This talk is about CodeMirror, one such editor. It'll explore the intricacies of faking an editable control, the challenges of making it scale to hundreds of thousands of lines, and the integration of modern code editor"
},
{
"title": "Development environments using fig",
"level": "Beginner",
"language": "en",
"speaker": {
"twitter": "bcnjs",
"name": "Jorge Dias",
"portrait": ""
},
"description": "Software Engineer turned responsible for development and testing environments is going to talk about the research being done at Xing regarding the use of docker and will do a brief overview of working with fig and some custom tools to improve the workflow."
}
]
}
}