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 #import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
// orange!! // orange!!
#let color = rgb("#ff983e") #let color = blue // rgb("#ff983e")
#let name = "Daniel Chen" #let name = "Daniel Chen"
#let contact_data = (( #let contact_data = ((
@ -57,7 +57,6 @@
= Experience = Experience
#indent[ #indent[
#show link: underline
#work_entry( #work_entry(
"Software Engineering Intern", "Software Engineering Intern",
"Dropbase", "Dropbase",
@ -65,14 +64,10 @@
end_date: "Aug 2023", end_date: "Aug 2023",
location: "San Francisco, CA", location: "San Francisco, CA",
tasks: ( tasks: (
[Engineered a database-specific *SQL IDE autocompletion tool* via a heuristic [Designed a conflict resolution algorithm for business smart tables, *reducing unrecoverable errors by 75%*],
algorithm to validate queries], [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],
[Developed a service to sync HubSpot and Airtable data with Google Sheets via [Productionised a service importing CSV/Excel attachments into DBs by expanding DB engine support by *6x*],
*AWS Lambda*], [Spearheaded the creation of backend testing infrastructure with *Pytest* to catch regressions and test new features across database engines with *90% code coverage*],
[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],
), ),
) )
@ -83,13 +78,12 @@
end_date: "present", end_date: "present",
location: "Waterloo, ON", location: "Waterloo, ON",
tasks: ( 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*], 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 [Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
*Redis* and *Kubernetes*], *Redis* and *Kubernetes*],
[Automated judging scheduling by creating a *greedy algorithm* to match judges to [Integrated backend *tracing* with *OpenTelemetry* and *Grafana* to monitor performance and trigger alerts],
project themes], [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 // 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 // - Winner of the #link("https://github.com/anyuan-chen/resketch")[EdTech] prize at
StormHacks 2022 from 350+ participants // StormHacks 2022 from 350+ participants
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize // - Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
at YRHacks 2022 from 90+ participants // at YRHacks 2022 from 90+ participants