-
-
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.
- Loading branch information
1 parent
ac600d4
commit 15bc0c5
Showing
1 changed file
with
25 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
{ | ||
"name": "Jonathan Häberle", | ||
"company": "Alm Engineering", | ||
"when": { | ||
"friday": true, | ||
"saturday": false | ||
}, | ||
"iCanTakeNotesDuringSessions": true, | ||
"tags": ["Node.js", "TypeScript", "GraphQL", "LLM", "Storybook", "React", "Bundler"], | ||
"vegan": false, | ||
"vegetarian": false, | ||
"whatIsMyConnectionToJavascript": "I work with JavaScript over 10 years", | ||
"whatCanIContribute": "Project insides, experiences with other domains, +20 years of experiences in the software industry", | ||
"tShirt": { | ||
"size": "S", | ||
"type": "fitted" | ||
}, | ||
"twitter": "dreampulse", | ||
"website": "https://alm.sh" | ||
} | ||
"realName": { | ||
"givenName": "Jonathan", | ||
"familyName": "Häberle", | ||
"placeFamilyNameFirst": false, | ||
"hideFamilyNameOnWebsite": false | ||
}, | ||
"githubAccountName": "jscraftcamp", | ||
"company": "Alm Engineering", | ||
"when": { | ||
"friday": true, | ||
"saturday": false | ||
}, | ||
"iCanTakeNotesDuringSessions": true, | ||
"tags": ["Node.js", "TypeScript", "GraphQL", "LLM", "Storybook", "React", "Bundler"], | ||
"vegan": false, | ||
"vegetarian": false, | ||
"allergies": [], | ||
"whatIsMyConnectionToJavascript": "I work with JavaScript over +15 years", | ||
"whatCanIContribute": "Project insides, experiences with other domains, +20 years of experiences in the software industry", | ||
"tShirtSize": "S", | ||
"mastodon": "", | ||
"linkedin": "", | ||
"X": "dreampulse", | ||
"website": "https://alm.sh" | ||
} |