feat: add magna

This commit is contained in:
eggy 2024-08-09 14:43:35 -04:00
parent cf0622dd81
commit 2bdeeb3deb

View File

@ -43,6 +43,16 @@
= Experience
#indent[
#work_entry(
"Software Engineering Intern",
"Magna",
start_date: "Sep 2024",
end_date: "Dec 2024",
location: "New York, NY",
tools: "React, TypeScript, Rust, GraphQL, AWS",
tasks: ([Improving token distribution infrastructure averaging *\$1 million* in
transactions per day],),
)
#work_entry(
"Software Engineering Intern",
"Immigr8",
@ -52,9 +62,9 @@
tools: "React, TypeScript, Spring Boot, Postgres, AWS",
tasks: (
// [Improved client responsiveness by *80* by employing stale-while-revalidate hooks for caching and ?? SWR performance, caching, error handling],
[Owned the creation of an end-to-end document vault feature in *React* for users
to upload and verify identity documents with Textract, reducing support tickets
by *25%*],
// [Owned the creation of an end-to-end document vault feature in React for users to
// upload and verify identity documents with Textract, reducing support tickets by
// *25%*],
[Planned and executed a roadmap to *SOC 2 security compliance* by implementing
*role-based permissions with JWTs* in Spring Boot, logging alerts to CloudWatch,
and introducing new privacy controls for user data],
@ -95,13 +105,13 @@
start_date: "Mar 2023",
end_date: "present",
location: "Waterloo, ON",
tools: "Express, TypeScript, Postgres, GraphQL",
tools: "Express, TypeScript, Postgres, Kubernetes",
tasks: (
[Built a new travel tool application leveraging GraphQL and Apollo Server to
track bus capacity for *500+* attendees through real-time registration processes],
[Streamlined event check-in times by *80%* for *1900+* guests by generating Apple
Wallet passes over Express],
[Diagnosed and recovered from crashes due to load spikes up to 800k updates per
[Diagnosed and recovered from crashes due to load spikes up to *800k* updates per
hour at the world's largest student-run hackathon by autoscaling Redis and
Postgres on Kubernetes],
[Slashed dev server reload time from *130 → 9 s* by introducing threading and