Compare commits

...

4 Commits

Author SHA1 Message Date
eggy
083f2667a7 chore: revert 2024-08-09 14:51:23 -04:00
eggy
164d8d28d7 feat: add link sign 2024-08-09 14:51:09 -04:00
eggy
b78603bd8d feat: add company links 2024-08-09 14:49:08 -04:00
eggy
2bdeeb3deb feat: add magna 2024-08-09 14:43:35 -04:00
2 changed files with 43 additions and 18 deletions

View File

@ -43,18 +43,30 @@
= Experience
#indent[
#work_entry(
"Software Engineering Intern",
"Magna",
company_link: "https://magna.so",
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",
company_link: "https://immigr8now.com",
start_date: "Jan 2024",
end_date: "Apr 2024",
location: "Remote",
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],
@ -69,6 +81,7 @@
#work_entry(
"Software Engineering Intern",
"Dropbase",
company_link: "https://dropbase.io",
start_date: "May 2023",
end_date: "Aug 2023",
location: "Remote",
@ -92,16 +105,17 @@
#work_entry(
"Backend Developer",
"Hack the North",
company_link: "https://hackthenorth.com",
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
@ -114,6 +128,7 @@
#work_entry(
"Software Developer",
"Organization for Transformative Works",
company_link: "https://otw.org",
start_date: "Feb 2024",
end_date: "present",
location: "Remote",

36
lib.typ
View File

@ -61,21 +61,31 @@
start_date: none,
end_date: none,
location: none,
company_link: none,
) = {
cv_entry(left_content: {
set par(justify: true)
text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _]
cv_entry(
left_content: {
set par(justify: true)
if company_link == none {
text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _]
} else {
// size is DETAILS_TITLE_FONT_SIZE
text(DETAILS_TITLE_FONT_SIZE)[#link(company_link)[*#company*] | _#role _]
}
if tools != none {
set strong(delta: SMALL_STRONG)
text[ | *#tools* ]
}
}, right_content: {
[_#start_date -- #end_date _]
// if location != none {
// format_location(location)
// }
}, details: tasks)
if tools != none {
set strong(delta: SMALL_STRONG)
text[ | *#tools* ]
}
},
right_content: {
[_#start_date -- #end_date _]
// if location != none {
// format_location(location)
// }
},
details: tasks,
)
}
#let project(