Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b1b80349cb | ||
|
f900fca1c0 | ||
|
6ccf2d2fad | ||
|
39c736e9db | ||
|
9b031313b6 | ||
|
1134628f06 | ||
|
575b97fa0c | ||
|
1b0ac8d324 | ||
|
03d85a07bb | ||
|
69fd72579c | ||
|
3b220c1bc5 | ||
|
017479f6ad |
@@ -43,9 +43,9 @@
|
|||||||
= Skills
|
= Skills
|
||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
*Languages*: Python, JavaScript/TypeScript, Rust, SQL, C++, HTML, CSS, Bash, Java \
|
*Languages*: Python, TypeScript/JavaScript, Rust, SQL, C++, Dart, Bash, Java, HTML, CSS \
|
||||||
*Frameworks*: Node.js, Express, React, Next.js, Vue, Flutter, Qt, Prisma, Apollo \
|
*Frameworks*: Node.js, Express, React, Next.js, Vue, Flutter, Qt, Prisma, Apollo, Axum \
|
||||||
*Tools*: Linux, Git, Docker, Postgres, Kubernetes, AWS, GCP, Terraform
|
*Tools*: Linux, Git, Docker, PostgreSQL, Redis, Kubernetes, AWS, GCP, OpenTelemetry, GraphQL
|
||||||
]
|
]
|
||||||
|
|
||||||
= Experience
|
= Experience
|
||||||
@@ -57,64 +57,65 @@
|
|||||||
start_date: "May 2023", end_date: "Aug 2023",
|
start_date: "May 2023", end_date: "Aug 2023",
|
||||||
location: "Remote",
|
location: "Remote",
|
||||||
tasks: (
|
tasks: (
|
||||||
"??? Query builder ORM",
|
"Designed a type-safe ORM-style query builder to dynamically generate JSON forms based on external data",
|
||||||
"??? Integrating Airtable/HubSpot w/AWS Lambda",
|
"Integrated Airtable and HubSpot APIs with the core product via AWS Lambda to automate data migration",
|
||||||
"??? Major frontend refactor",
|
"Refactored the frontend to use react-hook-form to aggregate and validate user input, improving DX",
|
||||||
"??? Dropbase things"
|
"Created a Pytest testing framework to verify core functionality across many different databases"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
#work_entry(
|
#work_entry(
|
||||||
"Backend Developer",
|
"Backend Developer",
|
||||||
"Techyon",
|
"Hack the North",
|
||||||
start_date: "Mar 2023", end_date: "present",
|
start_date: "Mar 2023", end_date: "present",
|
||||||
location: "Waterloo, ON",
|
location: "Waterloo, ON",
|
||||||
tasks: (
|
tasks: (
|
||||||
"??? Telemetry and observability w/K8s, Grafana, OpenTelemetry",
|
"Organised Canada's largest hackathon with more than 1000 attendees and 6000 applicants",
|
||||||
"??? Registration ticket w/Apollo Server + GraphQL, w/Google + Apple Wallet",
|
"Integrated OpenTelemetry and Grafana into a Kubernetes cluster to collect traces and improve observability",
|
||||||
"??? Went back and documented old code and endpoints for FE, APOLLO UPGRADE",
|
"Dynamically generated Apple Wallet pass files over Apollo Server and GraphQL for a registration ticket",
|
||||||
"??? Provisioned more Redis instances to avoid downtime"
|
"Automated judge-to-hacker matching and scheduling with a custom algorithm based on their preferences"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
= GitHub Projects
|
= Projects
|
||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
#project("Mandown", "https://github.com/potatoeggy/mandown", "Python, Qt")
|
#project("Mandown", "https://github.com/potatoeggy/mandown", "Python, Qt")
|
||||||
- Created a real-time site scraper for metadata and images to automatically download comics
|
- Created a real-time site scraper for metadata and images to automatically download comics
|
||||||
- Implemented comic conversion between CBZ/EPUB/PDF as well as image processing to optimise for e-ink screens
|
- Abstracted 4 ebook creation libraries into a common comic conversion API for e-ink devices
|
||||||
- Increased download and update speed by more than 100% by implementing image caching and multiprocessing
|
- Implemented image caching and multiprocessing to increase download and update speeds by 300%
|
||||||
- Designed a responsive and accessible CLI with Typer and GUI with Qt 6
|
- Minimised regressions between release cycles by writing unit and integration tests with 55% code coverage
|
||||||
- Wrote extensive unit tests to minimise regressions between release cycles
|
|
||||||
|
|
||||||
#project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum, Postgres")
|
// #project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum, Postgres")
|
||||||
- ??? something here
|
// - ??? something here (reverse engineering)
|
||||||
- ??? something here
|
// - ??? something here (synchronisation and DB, HTTP headers)
|
||||||
|
|
||||||
#project("RecipeReady", "https://github.com/github.com/vincentjguo/recipeready-server", "Flutter, Selenium, FastAPI, Android")
|
#project("RecipeReady", "https://github.com/vincentjguo/recipeready-server", "Flutter, Selenium, FastAPI, Android")
|
||||||
- Scraped thousands of websites for recipes to build a database with a robust many-to-many tag system
|
- Scraped thousands of websites for recipes to build a database with a robust many-to-many tag system
|
||||||
- Designed a REST API to filter and query recipes along with ingredient pricing from Walmart
|
- Designed a REST API to filter and query recipes along with ingredient pricing from Walmart
|
||||||
|
|
||||||
#project("\"Pillow\" Water Quality Sensor", "https://github.com/potatoeggy/ece198", "Rust, STM32")
|
#project("\"Pillow\" Water Quality Sensor", "https://github.com/potatoeggy/ece198", "Rust, STM32")
|
||||||
- Created a water quality statistics aggregator and visualiser on an embedded platform in safe Rust
|
- Created a water quality statistics aggregator and visualiser on an embedded platform in safe Rust
|
||||||
- Engineered an embedded system with a STM32 microcontroller, matrix keypad, and an LCD display
|
- Engineered an embedded system with an STM32 microcontroller, matrix keypad, and an LCD display
|
||||||
|
|
||||||
#project("Primoprod", "https://github.com/potatoeggy/primoprod", "Vue, TypeScript")
|
#project("Primoprod", "https://github.com/potatoeggy/primoprod", "Vue, TypeScript")
|
||||||
- Mocked a video game UI using CSS to create a hyper-realistic, cross-platform game simulator
|
- Imitated a video game UI to create an interactive, realistic, cross-platform game simulator
|
||||||
- Reverse-engineered an API to allow Primoprod to interoperate with a popular web service (paimon.moe)
|
- Constructed an extensible JSON data schema to concisely simplify adding new game content
|
||||||
]
|
]
|
||||||
|
|
||||||
= Awards
|
= Awards
|
||||||
|
|
||||||
- Winner of the EdTech category at StormHacks 2022
|
#show link: underline
|
||||||
- Winner of the IBM Open Source category at YRHacks 2022
|
|
||||||
- 2nd place in the Industry 4.0 engineering analytics competition
|
- Winner of the #link("https://github.com/anyuan-chen/resketch")[EdTech category] at StormHacks 2022 from 350+ participants
|
||||||
|
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source category] at YRHacks 2022 from 90+ participants
|
||||||
|
- 2nd place in the Industry 4.0 2021 engineering analytics competition from 200+ participants
|
||||||
|
|
||||||
= Education
|
= Education
|
||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
#education_entry("University of Waterloo", "Candidate for B.A.Sc. in Computer Engineering", start_date: "Sep 2022", end_date: "present",
|
#education_entry("University of Waterloo", "Candidate for B.A.Sc. in Computer Engineering", start_date: "Sep 2022", end_date: "Apr 2027",
|
||||||
location: "Waterloo, ON", details: (
|
location: "Waterloo, ON", details: (
|
||||||
[Secretary, Creative Writing Club],
|
[Secretary, Creative Writing Club],
|
||||||
))
|
))
|
||||||
|
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# resume
|
||||||
|
|
||||||
|
Release guidelines:
|
||||||
|
|
||||||
|
- The major version represents the current academic year, e.g., both post-2A and 2B would be v2.
|
||||||
|
- The minor version represents the current academic term, e.g., 2A would be v2.1. the x.0 releases are reserved for beta changes.
|
||||||
|
- The patch version is incremented for any other reason.
|
6
lib.typ
6
lib.typ
@@ -4,7 +4,7 @@
|
|||||||
// Reduce space between headings and descriptions.
|
// Reduce space between headings and descriptions.
|
||||||
#let sep_space = par_space + 0.1em
|
#let sep_space = par_space + 0.1em
|
||||||
|
|
||||||
let subtitle_space = par_space - 0.2em
|
#let subtitle_space = par_space - 0.2em
|
||||||
|
|
||||||
// Format start and end dates.
|
// Format start and end dates.
|
||||||
#let format_date(start_date: none, end_date: none) = {
|
#let format_date(start_date: none, end_date: none) = {
|
||||||
@@ -23,7 +23,7 @@ let subtitle_space = par_space - 0.2em
|
|||||||
|
|
||||||
// Format locations.
|
// Format locations.
|
||||||
#let format_location(location) = {
|
#let format_location(location) = {
|
||||||
[_#block(above: par_space, location)_]
|
[_#block(above: 0.7em, location)_]
|
||||||
}
|
}
|
||||||
|
|
||||||
#let indent(content) = {
|
#let indent(content) = {
|
||||||
@@ -117,7 +117,7 @@ let subtitle_space = par_space - 0.2em
|
|||||||
#let template(name, contact_data, color, doc) = {
|
#let template(name, contact_data, color, doc) = {
|
||||||
set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter")
|
set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter")
|
||||||
set list(indent: 1.25em, marker: [•])
|
set list(indent: 1.25em, marker: [•])
|
||||||
set text(font: "Latin Modern Sans", 10pt)
|
set text(font: "Latin Modern Sans", 11pt)
|
||||||
set par(justify: true, leading: 0.65em)
|
set par(justify: true, leading: 0.65em)
|
||||||
align(center)[
|
align(center)[
|
||||||
#text(size: 2em)[*#name*]
|
#text(size: 2em)[*#name*]
|
||||||
|
Reference in New Issue
Block a user