-
-
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.
Register Michael Zoidl and fix Patrick Müller company
- Loading branch information
1 parent
e9d336c
commit 32535da
Showing
2 changed files
with
43 additions
and
1 deletion.
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 |
---|---|---|
@@ -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/" | ||
} |
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