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
|
||||
|
||||
// orange!!
|
||||
#let color = blue // rgb("#ff983e")
|
||||
#let color = rgb("#ff983e")
|
||||
#let name = "Daniel Chen"
|
||||
|
||||
#let contact_data = ((
|
||||
@@ -33,7 +33,7 @@
|
||||
*Languages:* Python, TypeScript/JavaScript, Rust, SQL, MATLAB, C++, Java, HTML, CSS \
|
||||
*Frameworks:* Node.js, Express, React, Next.js, Vue, Flutter, Qt, Prisma, Apollo, Axum \
|
||||
*Tools:* Linux, Git, Docker, PostgreSQL, Redis, Kubernetes, AWS, GCP,
|
||||
OpenTelemetry, GraphQL
|
||||
OpenTelemetry, GraphQL, STM32
|
||||
]
|
||||
|
||||
= Experience
|
||||
@@ -49,11 +49,9 @@
|
||||
tasks: (
|
||||
[Developed a *FastAPI backend* to sync HubSpot and Airtable data with Google
|
||||
Sheets via *AWS Lambda*],
|
||||
[Engineered a *heuristic algorithm* to validate SQL queries against databases for IDE auto-completions],
|
||||
[Refactored the frontend to use *react-hook-form* to aggregate and validate user
|
||||
input, improving DX],
|
||||
[Built a #link("https://dropmail.dev")[service] for *validating and importing
|
||||
CSV/Excel* files from customer emails into client databases],
|
||||
[Engineered a *heuristic algorithm* to validate SQL queries against databases for better IDE auto-completion],
|
||||
[Constructed dynamic web forms in *React* by generating elements on demand based on user responses],
|
||||
[Created testing infrastructure for the backend with *Pytest* to catch regressions across database engines],
|
||||
),
|
||||
)
|
||||
|
||||
@@ -81,7 +79,16 @@
|
||||
|
||||
#indent[
|
||||
#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",
|
||||
"Python, Qt",
|
||||
)
|
||||
@@ -94,35 +101,19 @@
|
||||
- Minimised regressions between release cycles by writing *unit and integration
|
||||
tests* with 55% code coverage
|
||||
|
||||
#project("Kobink eBook Sync Server", "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
|
||||
#project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum")
|
||||
- Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo eReader
|
||||
over the network
|
||||
- Reverse-engineered the Kobo eReader Sync protocol to support updating ebook metadata and covers
|
||||
|
||||
#project(
|
||||
"Primoprod Genshin Simulator",
|
||||
"Primoprod",
|
||||
"https://github.com/potatoeggy/primoprod",
|
||||
"Vue, TypeScript",
|
||||
)
|
||||
- Built an interactive, realistic, and beautiful game simulator with fluid
|
||||
animations based off a popular game
|
||||
- Constructed an *extensible JSON data schema* to let the user dynamically switch
|
||||
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
|
||||
- Reduced action latency by *90%* by lazily loading art assets at opportune times, such as during cutscenes
|
||||
|
||||
// #project("Arch Linux Server", none, "Linux, nginx, systemd")
|
||||
// - Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
|
||||
|
Reference in New Issue
Block a user