feat: better dropbase wording
This commit is contained in:
parent
de8fb56d48
commit
2cddfcbf6e
@ -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 = blue // rgb("#ff983e")
|
#let color = rgb("#ff983e")
|
||||||
#let name = "Daniel Chen"
|
#let name = "Daniel Chen"
|
||||||
|
|
||||||
#let contact_data = ((
|
#let contact_data = ((
|
||||||
@ -32,7 +32,7 @@
|
|||||||
#indent[
|
#indent[
|
||||||
*Languages:* Python, TypeScript/JavaScript, Rust, SQL, MATLAB, C++, Java, HTML, CSS \
|
*Languages:* Python, TypeScript/JavaScript, Rust, SQL, MATLAB, C++, Java, HTML, CSS \
|
||||||
*Frameworks:* Node.js, Express, React, Next.js, Vue, Flutter, Qt, Prisma, Apollo, Axum \
|
*Frameworks:* Node.js, Express, React, Next.js, Vue, Flutter, Qt, Prisma, Apollo, Axum \
|
||||||
*Tools:* Linux, Git, Docker, PostgreSQL, Redis, Kubernetes, AWS, GCP,
|
*Tools:* Linux, Git, Docker, PostgreSQL, Redis, Kubernetes, AWS, GCP, Heroku,
|
||||||
OpenTelemetry, GraphQL
|
OpenTelemetry, GraphQL
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -49,11 +49,9 @@
|
|||||||
tasks: (
|
tasks: (
|
||||||
[Developed a *FastAPI backend* to sync HubSpot and Airtable data with Google
|
[Developed a *FastAPI backend* to sync HubSpot and Airtable data with Google
|
||||||
Sheets via *AWS Lambda*],
|
Sheets via *AWS Lambda*],
|
||||||
[Engineered a *heuristic algorithm* to validate SQL queries against databases for better IDE auto-completions],
|
[Engineered a *heuristic algorithm* to validate SQL queries against databases for better IDE auto-completion],
|
||||||
[Refactored the frontend to use *react-hook-form* to aggregate and validate user
|
[Constructed dynamic web forms in *React* by generating elements on demand based on user responses],
|
||||||
input, improving DX],
|
[Created testing infrastructure for the backend with *Pytest* to catch regressions across database engines],
|
||||||
[Built a #link("https://dropmail.dev")[service] for *validating and importing
|
|
||||||
CSV/Excel* files from customer emails into client databases],
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -81,7 +79,7 @@
|
|||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
#project(
|
#project(
|
||||||
"Mandown Comic Converter",
|
"Mandown",
|
||||||
"https://github.com/potatoeggy/mandown",
|
"https://github.com/potatoeggy/mandown",
|
||||||
"Python, Qt",
|
"Python, Qt",
|
||||||
)
|
)
|
||||||
@ -94,26 +92,23 @@
|
|||||||
- Minimised regressions between release cycles by writing *unit and integration
|
- Minimised regressions between release cycles by writing *unit and integration
|
||||||
tests* with 55% code coverage
|
tests* with 55% code coverage
|
||||||
|
|
||||||
#project("Kobink eBook Sync Server", "https://github.com/potatoeggy/kobink", "Rust, Axum")
|
#project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum")
|
||||||
// - Developed server to *automatically convert and sync* ebooks to a
|
|
||||||
// Kobo eReader over the network
|
|
||||||
// - Reverse-engineered the Kobo eReader Sync protocol
|
|
||||||
- Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo eReader
|
- Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo eReader
|
||||||
over the network
|
over the network
|
||||||
- Reverse-engineered the Kobo eReader Sync protocol to support updating ebook metadata and covers
|
- Reverse-engineered the Kobo eReader Sync protocol to support updating ebook metadata and covers
|
||||||
|
|
||||||
#project(
|
#project(
|
||||||
"Primoprod Genshin Simulator",
|
"Primoprod",
|
||||||
"https://github.com/potatoeggy/primoprod",
|
"https://github.com/potatoeggy/primoprod",
|
||||||
"Vue, TypeScript",
|
"Vue, TypeScript",
|
||||||
)
|
)
|
||||||
- Built an interactive, realistic, and beautiful game simulator with fluid
|
- Built an interactive, realistic, and beautiful game simulator with fluid
|
||||||
animations based off a popular game
|
animations based off a popular game
|
||||||
- Constructed an *extensible JSON data schema* to let the user dynamically switch
|
// this is a wish simulator
|
||||||
between game versions
|
-
|
||||||
|
|
||||||
#project(
|
#project(
|
||||||
"RecipeReady Recipe Aggregator",
|
"RecipeReady",
|
||||||
"https://github.com/vincentjguo/recipeready-server",
|
"https://github.com/vincentjguo/recipeready-server",
|
||||||
"Flutter, Selenium, FastAPI, Android",
|
"Flutter, Selenium, FastAPI, Android",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user