feat: make a viable resume
This commit is contained in:
parent
3b220c1bc5
commit
69fd72579c
@ -57,23 +57,23 @@
|
|||||||
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",
|
||||||
"??? Testing framework"
|
"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",
|
"Integrated OpenTelemetry and Grafana to trace API calls across a Kubernetes cluster",
|
||||||
"??? Registration ticket w/Apollo Server + GraphQL, w/Google + Apple Wallet",
|
"Dynamically generated Apple Wallet URLs over Apollo Server and GraphQL for a registration ticket",
|
||||||
"??? Went back and documented old code and endpoints for FE, APOLLO UPGRADE",
|
"Increased API reliability with Redis Sentinel to automatically failover to a backup Redis instance",
|
||||||
"??? Provisioned more Redis instances to avoid downtime"
|
"Slashed dev server reload time by 1500% by pre-transpiling GraphQL resolvers and offloading type-checking"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
@ -87,13 +87,13 @@
|
|||||||
- Implemented image caching and multiprocessing to increase download and update speeds by 300%
|
- Implemented image caching and multiprocessing to increase download and update speeds by 300%
|
||||||
- Minimised regressions between release cycles by writing unit and integration tests with 55% code coverage
|
- Minimised regressions between release cycles by writing unit and integration tests with 55% code coverage
|
||||||
|
|
||||||
#project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum, Postgres")
|
// #project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum, Postgres")
|
||||||
- ??? something here (reverse engineering)
|
// - ??? something here (reverse engineering)
|
||||||
- ??? something here (synchronisation and DB, HTTP headers)
|
// - ??? something here (synchronisation and DB, HTTP headers)
|
||||||
|
|
||||||
// #project("RecipeReady", "https://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
|
||||||
|
Loading…
Reference in New Issue
Block a user