feat: remove awards
This commit is contained in:
parent
8b5a085447
commit
18ebf61e9b
@ -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 = eastern //rgb("#ff983e")
|
||||||
#let name = "Daniel Chen"
|
#let name = "Daniel Chen"
|
||||||
|
|
||||||
#let contact_data = ((
|
#let contact_data = ((
|
||||||
@ -65,13 +65,11 @@
|
|||||||
end_date: "Aug 2023",
|
end_date: "Aug 2023",
|
||||||
location: "San Francisco, CA",
|
location: "San Francisco, CA",
|
||||||
tasks: (
|
tasks: (
|
||||||
|
[Productionised a service *importing and validating CSV/Excel files* from personalised email addresses *to client databases* by implementing AWS Lambda functions in Python],
|
||||||
|
[Constructed a *type-enforced form builder* to generate a *custom JSON form schema* for React, allowing clients to filter and query their databases and business applications],
|
||||||
[Engineered a database-specific *SQL IDE autocompletion tool* via a heuristic
|
[Engineered a database-specific *SQL IDE autocompletion tool* via a heuristic
|
||||||
algorithm to validate queries],
|
algorithm to validate queries],
|
||||||
[Developed a service to sync HubSpot and Airtable data with Google Sheets via
|
[*Created testing infrastructure* for the backend with *Pytest* to catch
|
||||||
*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],
|
regressions across database engines],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@ -85,11 +83,10 @@
|
|||||||
tasks: (
|
tasks: (
|
||||||
[Streamlined registration by dynamically generating *user-specific Apple Wallet
|
[Streamlined registration by dynamically generating *user-specific Apple Wallet
|
||||||
passes* over *Apollo GraphQL*],
|
passes* over *Apollo GraphQL*],
|
||||||
[Integrated backend *tracing* with *OpenTelemetry* and *Grafana* to monitor performance and trigger alerts],
|
[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
|
[Automated judging scheduling by designing a *greedy algorithm* to match 20+ judges to 240+ themed projects],
|
||||||
project themes],
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
@ -151,11 +148,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
|
||||||
|
Loading…
Reference in New Issue
Block a user