Skip to content

Commit

Permalink
feat: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
AryPat committed Nov 17, 2023
1 parent 8319357 commit a1cd55b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/Assets/experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@
"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",
"Worked closely with the course instructor to plan Object-oriented programming, Agile Scrum, SDLC, and SOLID design concepts"
],
"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",
Expand Down
15 changes: 15 additions & 0 deletions src/Assets/project.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit a1cd55b

Please sign in to comment.