feat: make lines include outcomes

I HATE THIS SO MUCH
This commit is contained in:
eggy 2023-12-12 23:12:43 -05:00
parent c09d0bdc1a
commit 4705415045

View File

@ -2,7 +2,7 @@
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
// orange!!
#let color = rgb("#ff983e")
#let color = blue // rgb("#ff983e")
#let name = "Daniel Chen"
#let contact_data = ((
@ -57,7 +57,6 @@
= Experience
#indent[
#show link: underline
#work_entry(
"Software Engineering Intern",
"Dropbase",
@ -65,14 +64,10 @@
end_date: "Aug 2023",
location: "San Francisco, CA",
tasks: (
[Engineered a database-specific *SQL IDE autocompletion tool* via a heuristic
algorithm to validate queries],
[Developed a service to sync HubSpot and Airtable data with Google Sheets via
*AWS Lambda*],
[Constructed dynamic forms in *react-hook-form* by generating questions from the
backend on-the-fly],
[Created testing infrastructure for the backend with *Pytest* to catch
regressions across database engines],
[Designed a conflict resolution algorithm for business smart tables, *reducing unrecoverable errors by 75%*],
[Solely planned and shipped to *46 000+ enterprise users* a Google Sheets sync feature with HubSpot and Airtable by writing *AWS Lambda* functions in Python],
[Productionised a service importing CSV/Excel attachments into DBs by expanding DB engine support by *6x*],
[Spearheaded the creation of backend testing infrastructure with *Pytest* to catch regressions and test new features across database engines with *90% code coverage*],
),
)
@ -83,13 +78,12 @@
end_date: "present",
location: "Waterloo, ON",
tasks: (
[Streamlined registration by dynamically generating *user-specific Apple Wallet
[Streamlined registration times by *80%* by generating *user-specific mobile ticket
passes* over *Apollo GraphQL*],
[Integrated backend *tracing* with *OpenTelemetry* and *Grafana* to monitor performance and trigger alerts],
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
*Redis* and *Kubernetes*],
[Automated judging scheduling by creating a *greedy algorithm* to match judges to
project themes],
[Integrated backend *tracing* with *OpenTelemetry* and *Grafana* to monitor performance and trigger alerts],
[Slashed dev server reload time by *93%* by splitting parallelisable tasks across threads, pre-transpiling GraphQL resolvers, and profiling then cutting unnecessary work]
),
)
]
@ -151,11 +145,11 @@
// syncing, and other services
]
= Awards
// = Awards
#show link: underline
// #show link: underline
- Winner of the #link("https://github.com/anyuan-chen/resketch")[EdTech] prize at
StormHacks 2022 from 350+ participants
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
at YRHacks 2022 from 90+ participants
// - Winner of the #link("https://github.com/anyuan-chen/resketch")[EdTech] prize at
// StormHacks 2022 from 350+ participants
// - Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
// at YRHacks 2022 from 90+ participants