From 200b03d23ebe24bebdfb98aed832e593ef8efffc Mon Sep 17 00:00:00 2001 From: monicamourad <45936612+monicamourad@users.noreply.github.com> Date: Mon, 29 May 2023 13:40:34 +0200 Subject: [PATCH 1/2] Create moka.json Registration for JScraftcamp --- participants/moka.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 participants/moka.json diff --git a/participants/moka.json b/participants/moka.json new file mode 100644 index 000000000..e67037f15 --- /dev/null +++ b/participants/moka.json @@ -0,0 +1,18 @@ +{ + "name": "Monica Mikhael", + "company": "FINN", + "when": { + "friday": true, + "saturday": false + }, + "iCanTakeNotesDuringSessions": false, + "tags": ["Typescript", "React", "Next.js", "Node"], + "vegan": false, + "vegetarian": false, + "whatIsMyConnectionToJavascript": "I've been working with JS/TS every day at work, looking forward to learn new things", + "whatCanIContribute": "I am not good at talks, but I can share my experience in React and JS/TS in general", + "tShirt": { + "size": "L", + "type": "fitted" + } +} From cf9cae2e253975f41b347ab9990002b40024a271 Mon Sep 17 00:00:00 2001 From: Monica Mourad Date: Fri, 23 Jun 2023 13:37:54 +0200 Subject: [PATCH 2/2] Revert "Create moka.json" This reverts commit 200b03d23ebe24bebdfb98aed832e593ef8efffc. --- participants/moka.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 participants/moka.json diff --git a/participants/moka.json b/participants/moka.json deleted file mode 100644 index e67037f15..000000000 --- a/participants/moka.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Monica Mikhael", - "company": "FINN", - "when": { - "friday": true, - "saturday": false - }, - "iCanTakeNotesDuringSessions": false, - "tags": ["Typescript", "React", "Next.js", "Node"], - "vegan": false, - "vegetarian": false, - "whatIsMyConnectionToJavascript": "I've been working with JS/TS every day at work, looking forward to learn new things", - "whatCanIContribute": "I am not good at talks, but I can share my experience in React and JS/TS in general", - "tShirt": { - "size": "L", - "type": "fitted" - } -}