Skip to content

Commit

Permalink
Create jhnns.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored and lowsky committed May 23, 2024
1 parent a493baf commit 9f8bc11
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions participants/jhnns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// vim: ft=jsonc
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your real name (required by location host)
"realName": {
"givenName": "Johannes",
"familyName": "Ewald",
// 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
},
// please put in the account name of the PR creator, if you sign up somebody else
"githubAccountName": "jhnns",
// company name (optional)
"company": "Peerigon GmbH",
// either both days or at least one day has to be set to true
"when": {
// June 7th, 2024
"friday": true,
// June 8th, 2024
"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": ["TypeScript", "React", "Vue", "Bun", "Deno"],
// 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); If you don't want to put it in here, message the organizers.
// IMPORTANT: we cannot guarantee that food for every diet will be available,
// if you have gluten free diet, please make backup plans.
"allergies": [],
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "It's the only programming language I actually know.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "Strong opinions and random trivia around JavaScript ;)",
// if you want a T-Shirt we need your size and variant preference (optional)
// the following sizes are available: S, M, L, XL, 2XL, 3XL (only regular cut)
// "tShirtSize": "S",
// your Mastodon URL (optional)
// "mastodon": "https://mastodontech.de/@yourhandle",
// your LinkedIn profile URL
// "linkedin": "https://www.linkedin.com/in/blub/",
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"X": "jhnnns",
// your website URL or other social media (optional)
"website": "https://www.peerigon.com"
}

0 comments on commit 9f8bc11

Please sign in to comment.