From a1cd55beb8d45a11313a203e66b949ca29f56822 Mon Sep 17 00:00:00 2001 From: Arypat Date: Thu, 16 Nov 2023 19:02:22 -0500 Subject: [PATCH] feat: update info --- src/Assets/experience.json | 20 +++++++++++++++----- src/Assets/project.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/src/Assets/experience.json b/src/Assets/experience.json index 04baa99..0d20d98 100644 --- a/src/Assets/experience.json +++ b/src/Assets/experience.json @@ -3,11 +3,13 @@ "Title": "Teaching Assistant", "SubTitle": "University of Toronto, Sept 2021 - Present", "BulletPoints": [ - "Introduction to Software Engineering (CSCC01 - Summer 2023)", - "Software Design (CSCB07 - Fall 2022)", - "Software Design (CSCB07 - Summer 2022)", - "Design and Analysis of Data Structures (CSCB63 - Winter 2022)", - "Software Design (CSCB07 - Fall 2021)", + "Engineering Large Software Systems (4th year course - CSCD01 - Fall 2023)", + "Introduction to Databases (3rd year course - CSCC43 - Fall 2023)", + "Introduction to Software Engineering (3rd year course - CSCC01 - Summer 2023)", + "Software Design (2nd year course - CSCB07 - Fall 2022)", + "Software Design (2nd year course - CSCB07 - Summer 2022)", + "Design and Analysis of Data Structures (2nd year course - CSCB63 - Winter 2022)", + "Software Design (2nd year course - CSCB07 - Fall 2021)", "", "Independently create and lead weekly software design labs and tutorials to 30+ upper-year computer science students", "Grade Quizzes, Assignments, and Final Exams", @@ -15,6 +17,14 @@ ], "website": null }, + { + "Title": "Software Developer Intern", + "SubTitle": "Shopify, Sept 2023 - Dec 2023", + "BulletPoints": [ + "Vulnerability Management Team" + ], + "website": "https://aryanpatel.me" + }, { "Title": "Backend End Developer Intern", "SubTitle": "Shopify, May 2022 - Dec 2022", diff --git a/src/Assets/project.json b/src/Assets/project.json index d55017b..ef2af98 100644 --- a/src/Assets/project.json +++ b/src/Assets/project.json @@ -1,4 +1,19 @@ [ + { + "Title": "Github Migration Analyzer", + "SubTitle": "Size Migration.", + "BulletPoints": [ + "The Migration Analyzer is a command-line (cli) utility tool that helps customers migrating repositories to GitHub plan for and size their migration in terms.", + "The tool currently supports migrations from Azure DevOps and GitHub Cloud as a source to GitHub Cloud as a destination." + ], + "Github": "https://github.com/github/gh-migration-analyzer", + "Tech": [ + "Node JS", + "Docker", + "Github API", + "Azure DevOps API" + ] + }, { "Title": "Drawhub", "SubTitle": "Draw, together.",