Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alessiojorge #1683

Merged
merged 7 commits into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions participants/alesio-jorge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Alessio Jorge",
// optional company name (required)
"company": "Loopdive",
// either both days or at least one day has to be set to true
"when": {
// 2023-06-30
"friday": false,
// 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": ["React", "Typescript", "GraphQL", "Nest.js"],
// 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": "daily dose",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "React and GraphQL knowledge",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "XL",
// fitted (also known as waist cut or women variant) or regular
"type": "regular"
}
}