From 90cef0db1a89eb7cf2d3629bcc7ce2d2d8ced743 Mon Sep 17 00:00:00 2001 From: ram-9047 Date: Tue, 27 Dec 2022 07:35:16 +0530 Subject: [PATCH 1/2] new volunteer --- data/users/ram-9047.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/users/ram-9047.json diff --git a/data/users/ram-9047.json b/data/users/ram-9047.json new file mode 100644 index 0000000..30d58e0 --- /dev/null +++ b/data/users/ram-9047.json @@ -0,0 +1,29 @@ +{ + "name": "Rama Shankar Gupta", + "bio": "Backend Developer", + "image": "https://twitter.com/dev_ram9047/photo", + "categories": [ + { + "slug": "programming", + "topics": ["JavaScript","Typescript"] + }, + { + "slug": "web-development", + "topics": [ + "ReactJS", + "NodeJS", + "ExpressJS" + ] + }, + { + "slug": "database-development", + "topics": [ + "MongoDB", + "MySQL" + ] + } + ], + "contacts": { + "twitter": "dev_ram9047" + } +} \ No newline at end of file From ca03f2a39d258b2d3ac9c8653b82111cc9122f1f Mon Sep 17 00:00:00 2001 From: ram-9047 Date: Tue, 27 Dec 2022 07:46:05 +0530 Subject: [PATCH 2/2] name changes --- data/users/ram-9047.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/users/ram-9047.json b/data/users/ram-9047.json index 30d58e0..a3fd710 100644 --- a/data/users/ram-9047.json +++ b/data/users/ram-9047.json @@ -1,5 +1,5 @@ { - "name": "Rama Shankar Gupta", + "name": "Ram", "bio": "Backend Developer", "image": "https://twitter.com/dev_ram9047/photo", "categories": [