From 6fa94d523f38d2cc1e31abddc585484cac3ce997 Mon Sep 17 00:00:00 2001 From: Harmeet Singh Date: Wed, 22 May 2024 19:14:21 +0200 Subject: [PATCH 1/4] Create harmeet_singh --- participants/harmeet_singh | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 participants/harmeet_singh diff --git a/participants/harmeet_singh b/participants/harmeet_singh new file mode 100644 index 00000000..47ee63e6 --- /dev/null +++ b/participants/harmeet_singh @@ -0,0 +1,50 @@ +// 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": "Harmeet", + "familyName": "Singh", + // if you prefer to have your family name shown first (optional) + "placeFamilyNameFirst": true, + // 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": "harmeet24", + // company name (optional) + "company": "Autoscout24", + // 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": ["Vanilla JS", "Type Script", "Functional Programming", "React", "PureScript", "ELM"], + // 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": "From the beginning of my career, I never get a chance to work on JavaScript and explore JavaScript-based technologies.", + // what can you contribute to the bar camp (required) + "whatCanIContribute": "I am happy to discuss backend technologies like Java and Scala and happy to explore distributed systems architecture." + // if you want a T-Shirt we need your size and variant preference (optional) + // the following sizes are available: M (only regular cut) + "tShirtSize": "M", + // your LinkedIn profile URL + "linkedin": "https://www.linkedin.com/in/harmeet-singh-taara-1654165b/", + // your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional) + "X": "@singh_harmeet13", + // your website URL or other social media (optional) + "website": "https://www.harmeetsingh.in/" +} From 2c811f21e697f09675f69ca64fb174c7184c0c6a Mon Sep 17 00:00:00 2001 From: Harmeet Singh Date: Wed, 22 May 2024 21:53:41 +0200 Subject: [PATCH 2/4] Update harmeet_singh --- participants/harmeet_singh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participants/harmeet_singh b/participants/harmeet_singh index 47ee63e6..bd55c3cc 100644 --- a/participants/harmeet_singh +++ b/participants/harmeet_singh @@ -25,7 +25,7 @@ // 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": ["Vanilla JS", "Type Script", "Functional Programming", "React", "PureScript", "ELM"], + "tags": ["Vanilla JS", "Type Script", "Functional Programming", "React", "PureScript", "ELM", "WebAssembly"], // if you only eat vegan food (optional) "vegan": false, // if you only eat vegan or vegetarian food (optional) From b2a81a2d4f39922a66bf7119e2e80e9f8f0f35cb Mon Sep 17 00:00:00 2001 From: Harmeet Singh Date: Wed, 22 May 2024 23:20:47 +0200 Subject: [PATCH 3/4] Rename harmeet_singh to harmeet_singh.json --- participants/{harmeet_singh => harmeet_singh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename participants/{harmeet_singh => harmeet_singh.json} (100%) diff --git a/participants/harmeet_singh b/participants/harmeet_singh.json similarity index 100% rename from participants/harmeet_singh rename to participants/harmeet_singh.json From 029b5fd63abb76ef6fd7311f9fb951676ee9dcaa Mon Sep 17 00:00:00 2001 From: Harmeet Singh Date: Thu, 23 May 2024 09:38:04 +0200 Subject: [PATCH 4/4] Update harmeet_singh.json --- participants/harmeet_singh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participants/harmeet_singh.json b/participants/harmeet_singh.json index bd55c3cc..7fea429c 100644 --- a/participants/harmeet_singh.json +++ b/participants/harmeet_singh.json @@ -44,7 +44,7 @@ // your LinkedIn profile URL "linkedin": "https://www.linkedin.com/in/harmeet-singh-taara-1654165b/", // your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional) - "X": "@singh_harmeet13", + "X": "singh_harmeet13", // your website URL or other social media (optional) "website": "https://www.harmeetsingh.in/" }