resume/backend_infra.typ

190 lines
7.1 KiB
Plaintext
Raw Permalink Normal View History

2025-01-07 15:23:09 -05:00
#import "lib/template_common.typ": template_common, work_entry, project, indent, SMALL_STRONG
2025-01-07 15:19:53 -05:00
#let education = indent[
2024-09-12 00:03:02 -04:00
#work_entry(
"University of Waterloo",
2025-01-17 12:31:40 -05:00
"B.A.Sc. in Computer Engineering — 3.7/4.0 GPA",
2025-01-21 01:13:37 -05:00
start_date: "2022",
end_date: "2026",
2024-09-12 00:03:02 -04:00
location: "Waterloo, ON",
tasks: (
2025-01-13 02:43:26 -05:00
// [Courses: Object-oriented programming, data structures & algorithms, concurrency,
// operating systems],
2025-01-21 01:05:13 -05:00
[*Involvements*: Hack the North (Organiser), UW Orbital Satellite Design Team,
Creative Writing Club (Secretary)],
[*Awards*: StormHacks 2022 (#link("https://devpost.com/software/perdiem")[EdTech Winner]),
YRHacks 2022 (#link("https://devpost.com/software/resketch")[IBM Open Source Winner])],
2024-09-12 00:03:02 -04:00
),
)
]
2025-01-07 15:19:53 -05:00
#let skills = indent[
2025-01-21 01:05:13 -05:00
*Languages:* Python, TypeScript/JavaScript, Rust, Java, C++, SQL, HTML/CSS \
2025-01-07 15:19:53 -05:00
// Dart
2025-01-21 01:05:13 -05:00
*Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform,
Prisma, Apollo, Axum \
2025-01-21 15:32:23 -05:00
*Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Figma, Jenkins, nginx // Jenkins, systemd, Jira
2025-01-07 15:19:53 -05:00
]
#show: doc => template_common(education, skills, doc)
= Experience
#indent[
2024-08-09 14:43:35 -04:00
#work_entry(
"Software Engineering Intern",
"Magna",
2024-08-09 14:49:08 -04:00
company_link: "https://magna.so",
2024-08-09 14:43:35 -04:00
start_date: "Sep 2024",
2025-01-07 14:57:12 -05:00
end_date: "Dec 2024",
2024-08-09 14:43:35 -04:00
location: "New York, NY",
2025-01-07 14:57:12 -05:00
tools: "Rust, TypeScript, Solidity, React, GraphQL",
tasks: (
2025-01-21 01:10:37 -05:00
[Shipped internal dashboard to *automate website creation* and deployment for
2025-01-21 01:05:13 -05:00
*50+ clients* using *Node*, *React*],
[Created and refactored data models, controllers, and *GraphQL APIs* to store and
deploy site configurations],
[Investigated and *improved initial load times by >60%* for client sites by
caching blockchain reads in *Redis*],
[Led collaboration with engineers, partner teams, designers to identify needs and
scope technical requirements],
2025-01-07 14:57:12 -05:00
),
2024-08-09 14:43:35 -04:00
)
2025-01-07 14:57:12 -05:00
#work_entry(
2025-01-12 23:54:42 -05:00
"Software Developer",
"Immigr8",
2024-08-09 14:49:08 -04:00
company_link: "https://immigr8now.com",
start_date: "Jan 2024",
end_date: "Apr 2024",
2025-01-12 23:54:42 -05:00
location: "Remote",
2025-01-07 14:57:12 -05:00
tools: "TypeScript, Spring Boot, React, Postgres, Terraform, AWS",
tasks: (
2025-01-21 01:05:13 -05:00
[Built and launched passport/private document storage platform for *200+ users*
using *Spring Boot* and *React*],
[Secured REST endpoints with *role-based permissions* and *JWTs*; monitored and
logged alerts via CloudWatch],
[Implemented document *OCR pipeline* with Lambda, Textract, and *S3* to
automatically parse and tag uploads],
[Created parallel *CI/CD system from scratch* with *Terraform* and Jenkins to
deploy *AWS Lambdas* on commit], // BE-infra only, FE ver is admin dashboard
),
)
2023-10-25 21:00:11 -04:00
#work_entry(
"Software Engineering Intern",
"Dropbase",
2024-08-09 14:49:08 -04:00
company_link: "https://dropbase.io",
2023-10-25 21:00:11 -04:00
start_date: "May 2023",
end_date: "Aug 2023",
2025-01-12 23:54:42 -05:00
location: "Remote",
2025-01-07 14:57:12 -05:00
tools: "TypeScript, Python, React, Postgres, AWS",
2023-10-25 21:00:11 -04:00
tasks: (
2025-01-21 01:05:13 -05:00
[Architected platform to clone, sync, and visualise databases for *3000+
enterprise users* in *Python* and *React*],
[Designed *merge conflict resolution system* to handle data mismatches, reducing
user-reported errors by *35%*],
[Shipped *static analysis tool* for platform's *custom SQL dialect* by
recursively processing an abstract syntax tree],
[Conceptualised and implemented extensible *classes and abstractions* to easily
onboard *8 new database types*],
// [Developed a serverless microservice to asynchronously ingest email attachments
// directly into ETL pipelines],
// [??? emphasise test driven development or remove line *Reduced request errors by 30%* by creating backend testing infrastructure with
// *Pytest* to catch regressions and test new features across database engines with
// *90% code coverage*],
2023-10-25 21:00:11 -04:00
),
)
2024-05-20 10:54:33 -04:00
#work_entry(
2025-01-21 01:05:13 -05:00
"Backend Lead",
2024-05-20 10:54:33 -04:00
"Hack the North",
2024-08-09 14:49:08 -04:00
company_link: "https://hackthenorth.com",
2024-05-20 10:54:33 -04:00
start_date: "Mar 2023",
2025-01-07 14:57:12 -05:00
end_date: "Oct 2024",
2024-05-20 10:54:33 -04:00
location: "Waterloo, ON",
2025-01-07 14:57:12 -05:00
tools: "TypeScript, Express, Postgres, Kubernetes",
2024-05-20 10:54:33 -04:00
tasks: (
2025-01-21 01:05:13 -05:00
[Streamlined event check-in times for *1900+* guests by automatically generating
Apple Wallet passes over *Express*],
2025-01-14 00:09:21 -05:00
[Overhauled CI/CD pipelines, speeding up builds by *35%* by parallelising testing
2025-01-21 01:05:13 -05:00
and type checking with *Buildkite*],
[Investigated backend slowdowns in production by *introducing OpenTelemetry
tracing* onto *Grafana* dashboards],
[Resolved load spike crashes by caching queries via *Redis* and horizontally
scaling services on *Kubernetes*],
2024-05-20 10:54:33 -04:00
),
)
]
= Projects
#indent[
2023-10-25 21:00:11 -04:00
#project(
2025-01-13 02:43:26 -05:00
"Mandown",
2024-05-14 00:58:41 -04:00
"Python, Qt",
repo_link: "https://github.com/potatoeggy/mandown",
tasks: (
2025-01-21 01:05:13 -05:00
[Created a CLI and GUI to convert webcomics into e-ink-optimised files with a
*plugin-based architecture*],
2025-01-13 02:43:26 -05:00
[Expanded support for new formats and features #link("https://github.com/potatoeggy/mandown/issues/55")[based on] #link("https://github.com/potatoeggy/mandown/issues/89")[user] #link("https://github.com/potatoeggy/mandown/issues/63")[demand],
minimising regressions with #link(
"https://github.com/potatoeggy/mandown/blob/master/tests/test_source_batoto.py",
)[E2E tests]],
[Implemented *image caching and multithreading* to increase download and
processing speeds by *300%*],
),
2023-10-25 21:00:11 -04:00
)
2024-05-14 00:58:41 -04:00
2025-01-17 12:23:22 -05:00
// #project(
// "Kobink",
// "Rust, Axum",
// repo_link: "https://github.com/potatoeggy/kobink",
// tasks: (
// [Built a backend to sync custom ebook files to Kobos by reverse-engineering and
// mimicking the Kobo Sync API],
// [??],
// ),
// )
2025-01-17 11:42:11 -05:00
2025-01-07 14:57:12 -05:00
// #project(
// "Genshin Rewards Simulator",
// "Vue, TypeScript",
// repo_link: "https://github.com/potatoeggy/primoprod",
// demo_link: "https://primoprod.vercel.app",
// tasks: (
// [Built a realistic and beautiful *loot box simulator* with CSS animations based
// off a popular game],
// [Reduced action latency by *90%* by lazily loading art assets at opportune times,
// such as during cutscenes],
// ),
// )
2023-12-13 16:21:23 -05:00
2025-01-17 12:23:22 -05:00
#project(
"Jeopardy!",
"Vue, TypeScript, WebSockets",
repo_link: "https://github.com/potatoeggy/jeopardy",
demo_link: "https://jeopardy.eggworld.me/host",
tasks: (
2025-01-21 01:05:13 -05:00
[Developed a beautiful and polished client/server game with *real-time
multiplayer* in *Vue* and *WebSockets*],
[Designed a *custom JSON protocol* over *WebSockets* to synchronise game state
and handle buzzer events],
2025-01-17 12:23:22 -05:00
),
)
2024-09-12 00:03:02 -04:00
2023-12-13 21:58:12 -05:00
// #project(
// "RecipeReady",
// "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*
2023-12-13 16:17:08 -05:00
// - Aggregated common ingredients heuristically to build a shopping list and a meal
// plan for each week
2023-10-25 21:00:11 -04:00
2025-01-21 15:32:23 -05:00
]