Skip to content

Commit 3079f12

Browse files
committed
update content:
- add Amazon - remove Global Affairs - update dates - misc tweaks
1 parent 6496b63 commit 3079f12

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

src/content.js

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,33 @@ export default {
3232
skills: {
3333
title: "Skills",
3434
content: [
35+
{
36+
category: "Teamwork",
37+
groups: [
38+
[
39+
"Communication",
40+
"    Agile",
41+
"Problem-solving",
42+
"    Ownership",
43+
"User-centered",
44+
"    Inventive"
45+
]
46+
]
47+
},
3548
{
3649
category: "Languages",
37-
groups: [["Python", "Java", "JavaScript", "TypeScript", "HTML", "CSS"]]
50+
groups: [
51+
["Python", "Java", "C++", "JavaScript", "TypeScript", "HTML/CSS"]
52+
]
3853
},
3954
{
4055
category: "Technologies",
4156
groups: [
42-
[
43-
"React",
44-
"Vue",
45-
"Next.js",
46-
"NodeJS",
47-
"PostgreSQL",
48-
"Express",
49-
"Jest",
50-
"Selenium"
51-
],
57+
["React", "Vue", "Next.js", "NodeJS", "PostgreSQL", "Express"],
5258
["GCP", "Firebase", "AWS", "Docker"],
53-
["Git", "Jira", "Linux", "Bash", "Visual Studio", "Eclipse"]
59+
["Git", "Jira", "Linux", "Bash", "Visual Studio", "Figma"]
5460
]
55-
},
56-
{ category: "Development", groups: [["Agile", "CI", "TDD", "UML"]] }
61+
}
5762
]
5863
},
5964
hackathons: {
@@ -82,6 +87,16 @@ export default {
8287
work_experience: {
8388
title: "Work Experience",
8489
content: [
90+
{
91+
title_primary: "Amazon Web Services (AWS)",
92+
website: "https://aws.amazon.com/",
93+
title_secondary: "SDE Intern",
94+
date: "May - Aug 2021",
95+
details: [
96+
"Enhanced discoverability of cloud resources by implementing metadata additions across <b>Lambda</b> API, <b>CloudFormation</b>, and <b>React UI</b> in <b>Java</b> and <b>TypeScript</b>",
97+
"Enabled advanced querying and 10x faster search times by replicating database to <b>Elasticsearch</b> using <b>DynamoDB Streams</b>, <b>SQS</b>, and <b>Lambda</b>"
98+
]
99+
},
85100
{
86101
title_primary: "Bank of Montreal",
87102
website: "https://www.bmo.com/",
@@ -99,8 +114,8 @@ export default {
99114
title_secondary: "Analytics Software Developer",
100115
date: "Sep - Dec 2019",
101116
details: [
102-
"Dramatically accelerated product timeline to meet target release date by producing above-average >15 user-facing visualization and UI/UX features in <b>React-TypeScript</b>, while following test-driven development using <b>Selenium</b> and <b>Jest</b>",
103-
"Enhanced product design by integrating feedback from client and domain expert demos"
117+
"Dramatically accelerated product timeline to meet release by developing above-average >15 user-facing visualization and UI/UX features in <b>React</b>, <b>TypeScript</b>, <b>D3.js</b>, and <b>Cytoscape</b> while following test-driven development using <b>Selenium</b> and <b>Jest</b>",
118+
"Enhanced product design by integrating feedback from client and domain experts"
104119
]
105120
},
106121
{
@@ -112,16 +127,6 @@ export default {
112127
"Increased <b>Jenkins</b> test suite execution speeds by >200% and enabled reliable headless operation by overhauling the continuous integration process with Robot Framework",
113128
"Allowed testing of previously blocked video control and monitoring features by adding key functionalities to internally developed automation libraries using <b>Java</b>"
114129
]
115-
},
116-
{
117-
title_primary: "Global Affairs Canada",
118-
website: "https://www.international.gc.ca/gac-amc/index.aspx?lang=eng",
119-
title_secondary: "Software QA Analyst",
120-
date: "May - Aug 2018",
121-
details: [
122-
"Surpassed QA targets and achieved 100% coverage for each testing cycle",
123-
"Trained consultants on toolset usage, testing workflow, and system requirements"
124-
]
125130
}
126131
]
127132
},
@@ -130,19 +135,18 @@ export default {
130135
content: [
131136
{
132137
title_primary: "CUSEC",
133-
website: "https://www.linkedin.com/company/cusec/",
138+
website: "https://2021.cusec.net/",
134139
title_secondary: "Director of Technology & Design",
135-
date: "Apr 2020 - Present",
140+
date: "Apr 2020 - Jan 2021",
136141
details: [
137-
"Attracted sponsors and attendees by designing a modern brand identity to reach a broader audience and follow web standards, using <b>Figma</b> and <b>React</b>",
138-
"Conducted cross-team design and product demos to gather and satisfy user needs"
142+
"Attracted sponsors and attendees by designing a modern brand identity to reach an international audience of >1000 users, using <b>Figma</b>, <b>Next.js</b>, and <b>Chakra UI</b>"
139143
]
140144
},
141145
{
142146
title_primary: "uOttaHack",
143-
website: "https://www.linkedin.com/company/uottahack/",
147+
website: "https://2021.uottahack.ca/",
144148
title_secondary: "Developer Team Lead",
145-
date: "Nov 2019 - Present",
149+
date: "Nov 2019 - Feb 2021",
146150
details: [
147151
"Served and collected hackathon registration data from thousands of users by effectively collaborating with developers in creating multiple attendee-facing apps using <b>React</b>, <b>Next.js</b>, and <b>Firebase</b> (landing page, application portal, and live schedule)"
148152
]

0 commit comments

Comments
 (0)