Compare commits
4 Commits
v2.1.10
...
v2.1.12/f2
Author | SHA1 | Date | |
---|---|---|---|
|
7608d29d11 | ||
|
d165a1b259 | ||
|
2cddfcbf6e | ||
|
de8fb56d48 |
@@ -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 = ((
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
*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,
|
||||||
OpenTelemetry, GraphQL
|
OpenTelemetry, GraphQL, STM32
|
||||||
]
|
]
|
||||||
|
|
||||||
= Experience
|
= Experience
|
||||||
@@ -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 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,16 @@
|
|||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
#project(
|
#project(
|
||||||
"Mandown Comic Converter",
|
"Box Box Revolution",
|
||||||
|
"https://github.com/potatoeggy/boxboxrevolution",
|
||||||
|
"Rust, STM32"
|
||||||
|
)
|
||||||
|
- Created a real-time rhythm game to detect punches with an ultrasonic sensor in line with music notes
|
||||||
|
- Developed firmware to measure from an ultrasonic sensor, tone a buzzer, and show
|
||||||
|
scrolling notes on an LCD
|
||||||
|
|
||||||
|
#project(
|
||||||
|
"Mandown",
|
||||||
"https://github.com/potatoeggy/mandown",
|
"https://github.com/potatoeggy/mandown",
|
||||||
"Python, Qt",
|
"Python, Qt",
|
||||||
)
|
)
|
||||||
@@ -94,35 +101,19 @@
|
|||||||
- 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
|
- Reduced action latency by *90%* by lazily loading art assets at opportune times, such as during cutscenes
|
||||||
between game versions
|
|
||||||
|
|
||||||
#project(
|
|
||||||
"RecipeReady Recipe Aggregator",
|
|
||||||
"https://github.com/vincentjguo/recipeready-server",
|
|
||||||
"Flutter, Selenium, FastAPI, Android",
|
|
||||||
)
|
|
||||||
- Developed a *Flutter app* to generate recipes based on ingredients and filters
|
|
||||||
through a FastAPI server
|
|
||||||
- Scraped thousands of websites for recipes to build a database with a robust
|
|
||||||
*many-to-many tag system*
|
|
||||||
- Aggregated common ingredients heuristically to build a shopping list and a meal
|
|
||||||
plan for each week
|
|
||||||
|
|
||||||
// #project("Arch Linux Server", none, "Linux, nginx, systemd")
|
// #project("Arch Linux Server", none, "Linux, nginx, systemd")
|
||||||
// - Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
|
// - Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
|
||||||
|
Reference in New Issue
Block a user