forked from jscraftcamp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpavlo_denysiuk.json
34 lines (34 loc) · 1.37 KB
/
pavlo_denysiuk.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
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Pavlo Denysiuk",
// optional company name (required)
"company": "Hetzner Cloud 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": false
},
// 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", "TypeScript", "RxJS", "Cypress", "Schematics", "NX", "Jest", "Storybook"],
// if you only eat vegan food (optional)
"vegan": false,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": false,
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "7 years of web development, mostly with Angular",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "Adding Nx to Angular projects. Angular lib splitting. Writing Nx schematics. General Angular topics like DI, standalone components",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "M",
// fitted (also known as waist cut or women variant) or regular
"type": "fitted"
}
}