From 932acaec9132de2d439fb8fa2ee5732558ea5367 Mon Sep 17 00:00:00 2001 From: SHASHI KUMAR KASTURI <59004150+kshashikumar@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:21:19 -0500 Subject: [PATCH] Add profile sk (#1138) * add: kshashikumar * Revert "add: kshashikumar" This reverts commit 0ae4e99ce3f2e5795c615a13e6688ed562239e48. * add: kshashikumar * Update ProfilesList.json --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- public/data/krtEngineer.json | 24 ++++++++++++------------ public/data/kshashikumar.json | 26 ++++++++++++++++++++++++++ src/ProfilesList.json | 3 ++- 3 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 public/data/kshashikumar.json diff --git a/public/data/krtEngineer.json b/public/data/krtEngineer.json index 6759ee00..e2a397b5 100644 --- a/public/data/krtEngineer.json +++ b/public/data/krtEngineer.json @@ -1,13 +1,13 @@ { - "name": "Kushagra Raj Tiwari", - "location": "Pune, India", - "bio": "Software Engineer @ Marketcast", - "avatar": "https://github.com/krtEngineer.png", - "portfolio": "", - "skills": ["Javascript", "Java", "AWS", "Typescript", "NodeJs", "NestJs", "React", "SQL", "Python"], - "social": { - "GitHub": "https://github.com/krtEngineer", - "Twitter": "https://x.com/kushagra1857", - "LinkedIn": "https://www.linkedin.com/in/kushagra-raj-tiwari/" - } - } \ No newline at end of file + "name": "Kushagra Raj Tiwari", + "location": "Pune, India", + "bio": "Software Engineer @ Marketcast", + "avatar": "https://github.com/krtEngineer.png", + "portfolio": "", + "skills": ["Javascript", "Java", "AWS", "Typescript", "NodeJs", "NestJs", "React", "SQL", "Python"], + "social": { + "GitHub": "https://github.com/krtEngineer", + "Twitter": "https://x.com/kushagra1857", + "LinkedIn": "https://www.linkedin.com/in/kushagra-raj-tiwari/" + } +} diff --git a/public/data/kshashikumar.json b/public/data/kshashikumar.json new file mode 100644 index 00000000..4d4a162d --- /dev/null +++ b/public/data/kshashikumar.json @@ -0,0 +1,26 @@ +{ + "name": "Shashi Kumar Kasturi", + "location": "New York, USA", + "bio": "Tech Enthusiast and driven Full Stack software engineer crafting robust and innovative solutions. Proficient in a diverse set of technologies like Java, Python, Spring Boot, Spring Batch, Angular Js, React Js, SQL, Fast API, Django, Docker, Openshift", + "avatar": "https://github.com/kshashikumar.png", + "portfolio": "https://www.shashikumarkasturi.me/", + "skills": [ + "Java", + "Python", + "Spring Boot", + "Spring Batch", + "Django", + "Fast API", + "React.js", + "Angular", + "JavaScript/TypeScript", + "HTML/CSS", + "Node.js", + "Express.js" + ], + "social": { + "GitHub": "https://github.com/kshashikumar", + "Twitter": "https://x.com/K_SHASHI_KUMAR", + "LinkedIn": "https://www.linkedin.com/in/shashikumarkasturi/" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 810fc3cc..ed44ec25 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -450,6 +450,7 @@ "hamzathul.json", "ctafsiras.json", "krtEngineer.json", + "kshashikumar.json", "Stoppedwumm.json", "vishal065.json" -] \ No newline at end of file +]