Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create harmeet_singh #2029

Merged
merged 6 commits into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions participants/harmeet_singh.json
Original file line number Diff line number Diff line change
@@ -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", "WebAssembly"],
// 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/"
}