-
-
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.
Merge branch 'main' into participant-change-philip-saa
# Conflicts: # participants/kai-kopecky.json
- Loading branch information
Showing
120 changed files
with
3,004 additions
and
454 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
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
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ github: | |
prebuilds: | ||
addBadge: true | ||
addComment: true | ||
master: true | ||
pullRequests: true |
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,46 @@ | ||
// 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": "Alberto", | ||
"familyName": "Diaz Dorado", | ||
// 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": "albertodiazdorado", | ||
// company name (optional) | ||
"company": "TNG Technology Consulting 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": true | ||
}, | ||
// if you are willing to take session notes and publish them to github (required) | ||
"iCanTakeNotesDuringSessions": true, | ||
// your current interests (JS and in general) (required) | ||
"tags": ["NodeJS", "HTMX", "AWS", "No-BS software development", "Fußball", "Science Fiction (books)"], | ||
// 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": "Most of my work in either as a cloud engineer, or as a software engineer writing serverless services in JavaScript", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "I would like to hold 1-2 presentations about JS-topics that interest me quite a lot but I never found the audience for ^^", | ||
// 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": "M", | ||
// your LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/albertodiazdorado/" | ||
} |
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,46 @@ | ||
// 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": "Andreas", | ||
"familyName": "Houben", | ||
// 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 | ||
}, | ||
// company name (optional) | ||
"company": "ABS Safety 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": true | ||
}, | ||
"githubAccountName": "andreashouben", | ||
// 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", "ReactJS", "Testing", "TDD"], | ||
// 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. | ||
// tell us a few words how JavaScript affects you (required) | ||
"whatIsMyConnectionToJavascript": "I code for a living :)", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "I like to talk about TDD. Especially with focus on testing-library and its approach to create accessible websites.", | ||
// 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) | ||
"mastodon": "https://chaos.social/deck/@Andi_H", | ||
// your LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/andreas-houben-5b12bb202/" | ||
} |
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,46 @@ | ||
// 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": "Anja", | ||
"familyName": "Kaiser", | ||
// 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": "avkaiser", | ||
// company name (optional) | ||
"company": "TNG Technology Consulting 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": 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": ["Functional Programming", "React", "UX", "Testing"], | ||
// if you only eat vegan food (optional) | ||
"vegan": false, | ||
// if you only eat vegan or vegetarian food (optional) | ||
"vegetarian": true, | ||
// 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": "Worked with JavaScript in different Projects", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "Insights of my experiences with JavaScript, an open mind and interest for any discussion", | ||
// 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 LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/anja-v-kaiser" | ||
} |
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,48 @@ | ||
{ | ||
"realName": { | ||
"givenName": "Ariadne", | ||
"familyName": "Engelbrecht", | ||
// 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": "curiosdevcookie", | ||
// company name (optional) | ||
"company": "Inspired Consulting", | ||
// 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": ["Vanilla JS", "Functional Programming", "Accessibility"], | ||
// if you only eat vegan food (optional) | ||
"vegan": false, | ||
// if you only eat vegan or vegetarian food (optional) | ||
"vegetarian": true, | ||
// 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": "JS is my first love in programming", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "I help out wherever I can", | ||
// 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": "M", | ||
// your Mastodon URL (optional) | ||
"mastodon": "", | ||
// your LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/ariadne-engelbrecht/", | ||
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional) | ||
"X": "curiosdevcookie", | ||
// your website URL or other social media (optional) | ||
"website": "https://www.curiosdevcookie.dev" | ||
} |
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,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": "Bene", | ||
"familyName": "Köhler", | ||
// 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": "benekoehler", | ||
// 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": false, | ||
// June 8th, 2024 | ||
"saturday": true | ||
}, | ||
// if you are willing to take session notes and publish them to github (required) | ||
"iCanTakeNotesDuringSessions": true, | ||
// your current interests (JS and in general) (required) | ||
"tags": ["Rust", "Python", "Typescript", "Machine Learning", "UI/UX"], | ||
// if you only eat vegan food (optional) | ||
"vegan": true, | ||
// 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": null, | ||
// tell us a few words how JavaScript affects you (required) | ||
"whatIsMyConnectionToJavascript": "I am a full stack developer and use TypeScript on a daily basis. I am also interested in Rust and Python.", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "Just started learning the Machine Learning Basics and Computer Vision. Happy to get a discussion going", | ||
// 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": "XL", | ||
// your Mastodon URL (optional) | ||
"mastodon": null, | ||
// your LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/benek/", | ||
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional) | ||
"X": null, | ||
// your website URL or other social media (optional) | ||
"website": null | ||
} |
Oops, something went wrong.