-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed comments, updated some note property
- Loading branch information
1 parent
5d1e9b7
commit 4c94eb1
Showing
1 changed file
with
15 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,23 @@ | ||
{ | ||
// your real name (required by location host) | ||
"realName": { | ||
"givenName": "Basan", | ||
"familyName": "Kuberlinov", | ||
// if you prefer to have your family name shown first (optional) | ||
"placeFamilyNameFirst": false, | ||
// if you do not want to show your family name on the participant list (optional) | ||
"hideFamilyNameOnWebsite": false | ||
}, | ||
|
||
// optional | ||
"company": "Navigating.art gGmbH", | ||
// required | ||
"when": { | ||
"friday": true, | ||
"saturday": true | ||
}, | ||
// required | ||
"iCanTakeNotesDuringSessions": true, | ||
// required - at least one | ||
"tags": ["TypeScript", "NodeJS", "Angular"], | ||
// optional | ||
"vegan": false, | ||
// optional | ||
"vegetarian": false, | ||
// required | ||
"whatIsMyConnectionToJavascript": "JavaScript was the first programming language that I have learnt. For the past three years I have been using JavaScript as well as TypeScript daily in my job", | ||
// required | ||
"whatCanIContribute": "Sharing knowledge about Angular and particularly about its new features released with the Angular 16 and 17", | ||
// optional | ||
"tShirt": { | ||
"size": "M", | ||
"type": "fitted" | ||
}, | ||
// optional | ||
"linkedin": "https://de.linkedin.com/in/basan-kuberlinov-637170166", | ||
"githubAccountName": "KuBerlinOV", | ||
"company": "Navigating.art gGmbH", | ||
"when": { | ||
"friday": true, | ||
"saturday": true | ||
}, | ||
"iCanTakeNotesDuringSessions": false, | ||
"tags": ["TypeScript", "NodeJS", "Angular"], | ||
"vegan": false, | ||
"vegetarian": true, | ||
"allergies": [], | ||
"whatIsMyConnectionToJavascript": "JavaScript was the first programming language that I learnt. For the past three years I have been using JavaScript as well as TypeScript daily in my job", | ||
"whatCanIContribute": "Sharing knowledge about Angular and particularly about its new features released with the Angular 16 and 17.", | ||
"tShirtSize": "M", | ||
"linkedin": "https://de.linkedin.com/in/basan-kuberlinov-637170166", | ||
} |