From 2acfcb8771e81807bcd3468a481df6f3b86526c0 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Sun, 2 Jun 2024 20:19:55 +0000 Subject: [PATCH 1/2] Adding Swastik Baranwal --- src/data.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/data.js b/src/data.js index 09260e18..a738040f 100644 --- a/src/data.js +++ b/src/data.js @@ -16242,6 +16242,31 @@ module.exports = [ 'CSS', ], }, + { + name: 'Swastik Baranwal', + description: + 'Open Source Developer', + url: 'https://swastik.is-a.dev/uses/', + twitter: '@Delta231', + emoji: '👨‍💻', + country: '🇮🇳', + computer: 'linux', + phone: 'android', + tags: [ + 'Open Source', + 'Developer', + 'Blogger', + 'Speaker', + 'Go', + 'Terminal', + 'Python', + 'C++', + 'C', + 'Postgres', + 'Redis', + 'Svelte', + ], + }, { name: 'Ben Congdon', description: 'Golang, Python, Rust. Runs in the Cloud.', From 6cabe64c6f54f90238b31e8b5e79c3d084ace17b Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Sun, 2 Jun 2024 20:21:02 +0000 Subject: [PATCH 2/2] fix twitter username --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index a738040f..2f3a242c 100644 --- a/src/data.js +++ b/src/data.js @@ -16247,7 +16247,7 @@ module.exports = [ description: 'Open Source Developer', url: 'https://swastik.is-a.dev/uses/', - twitter: '@Delta231', + twitter: '@Delta2315', emoji: '👨‍💻', country: '🇮🇳', computer: 'linux',