forked from jscraftcamp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfabian_biberger.json
36 lines (36 loc) · 1.39 KB
/
fabian_biberger.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
{
// your name / nickname (required)
"name": "Fabian Biberger",
// optional company name (required)
"company": "Vitamin P Software",
// 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": true,
// your current interests (JS and in general) (required)
"tags": ["React", "Kotlin", "Product Development", "Running", "Sustainability"],
// 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": "As a fullstack developer I need a strong frontend game. Sometimes I win, sometimes I loose.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "I could sum up some points about how to build more sustainable web applications.",
// 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://www.vitaminp.io"
}