forked from jscraftcamp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoo.json
30 lines (30 loc) · 1.09 KB
/
goo.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
{
// required
"name": "Gunnar Radzom",
// optional
"company": "adorsys GmbH Co KG",
// required
"when": {
"friday": true,
"saturday": true
},
// required
"iCanTakeNotesDuringSessions": false,
// required - at least one
"tags": ["ClojureScript", "Svelte", "Immutability", "FP"],
// optional
"vegan": false,
// optional
"vegetarian": true,
// optional
"allergies": [],
// required
"whatIsMyConnectionToJavascript": "I have > 15 years of professional experience with JavaScript. My preferred programming language is Clojure/ClojureScript. But as an IT-Consultant there are none/few oppertunities for it. So I use JavaScript/TypeScript as it lets me program in a functional similar to Clojure.",
// required
"whatCanIContribute": "My experience writing an encryption layer for LevelDB (https://github.com/adorsys/encrypt-down). Having organized a vue meetup. How to teach your PO so he can implement the small feature he wants himself.",
// optional
"tShirt": {
"size": "L",
"type": "regular"
}
}