Skip to content

Commit

Permalink
Register Michael Zoidl and fix Patrick Müller company
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzoidl authored and meldron committed May 26, 2024
1 parent e9d336c commit 32535da
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions participants/michael_zoidl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"realName": {
"givenName": "Michael",
"familyName": "Zoidl",
"placeFamilyNameFirst": false,
"hideFamilyNameOnWebsite": false
},
"githubAccountName": "michaelzoidl",
"company": "alm",
// either both days or at least one day has to be set to true
"when": {
// June 7th, 2024
"friday": true,
// June 8th, 2024
"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", "Deno", "Zustand", "Supabase", "LLM", "RAG"],
// 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": "daily driver since ~10 years",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "Session about supabase and deno stuff",
// 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": "3XL",
// your Mastodon URL (optional)
// your LinkedIn profile URL
"linkedin": "https://www.linkedin.com/in/michael-zoidl-55936987/",
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
// your website URL or other social media (optional)
"website": "https://www.alm.sh/"
}
2 changes: 1 addition & 1 deletion participants/patrick_mueller.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// please put in the account name of the PR creator, if you sign up somebody else
"githubAccountName": "patrickwire",
// company name (optional)
"company": "alm.sh",
"company": "alm",
// either both days or at least one day has to be set to true
"when": {
// June 7th, 2024
Expand Down

0 comments on commit 32535da

Please sign in to comment.