forked from jscraftcamp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalexander_wiesinger.json
38 lines (38 loc) · 1.38 KB
/
alexander_wiesinger.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
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Alexander Wiesinger",
// optional company name (required)
"company": "Grollmus München GmbH",
// either both days or at least one day has to be set to true
"when": {
// 2023-06-30
"friday": true,
// 2023-07-01
"saturday": true
},
// if you are willing to take session notes and publish them to github (required)
"iCanTakeNotesDuringSessions": false,
// your current interests (JS and in general) (required)
"tags": ["Angular", "Clean Code", "RxJS", "Reactive Programming"],
// if you only eat vegan food (optional)
"vegan": false,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": false,
// what you cannot eat or drink (optional)
"allergies": [],
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "I work and use it daily.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "Good knowledge of angular.",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "L",
// fitted (also known as waist cut or women variant) or regular
"type": "regular"
},
// your website URL or other social media (optional)
"website": "https://alex.wiesinger.dev/"
}