feat: steph-inspired changes

This commit is contained in:
eggy 2025-01-21 01:05:13 -05:00
parent b880164fdf
commit 96b627b2a1
2 changed files with 49 additions and 58 deletions

View File

@ -11,19 +11,20 @@
tasks: ( tasks: (
// [Courses: Object-oriented programming, data structures & algorithms, concurrency, // [Courses: Object-oriented programming, data structures & algorithms, concurrency,
// operating systems], // operating systems],
[Extracurriculars: Hack the North Organising Team, UW Orbital Satellite Design [*Involvements*: Hack the North (Organiser), UW Orbital Satellite Design Team,
Team, Creative Writing Club], 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])],
), ),
) )
] ]
#let skills = indent[ #let skills = indent[
*Languages:* TypeScript/JavaScript, Rust, Python, Java, C++, SQL, HTML/CSS \ *Languages:* Python, TypeScript/JavaScript, Rust, Java, C++, SQL, HTML/CSS \
// Dart // Dart
*Technologies:* Postgres, Spring Boot, Express, Redis, Terraform, Prisma, *Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform,
Apollo, Axum, GraphQL, React \ Prisma, Apollo, Axum \
*Developer Tools:* Linux, Git, Docker, Pytest, Jest, AWS, GCP, Kubernetes, *Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Jenkins, nginx // Jenkins, systemd, Jira
Jenkins, nginx // Jenkins, systemd, Jira
] ]
#show: doc => template_common(education, skills, doc) #show: doc => template_common(education, skills, doc)
@ -40,12 +41,14 @@
location: "New York, NY", location: "New York, NY",
tools: "Rust, TypeScript, Solidity, React, GraphQL", tools: "Rust, TypeScript, Solidity, React, GraphQL",
tasks: ( tasks: (
[Created tooling to construct and deploy new customer landing portals based off [Shipped internal dashboard to *automate website creation and deployment* for
of Figma designs with Vercel's API], *50+ clients* using *Node*, *React*],
[Developed a new external REST API for customers who wanted to access their token [Created and refactored data models, controllers, and *GraphQL APIs* to store and
data programmatically], // termination display (FE), external API for customers not using our platform (BE) deploy site configurations],
[Wrote and audited smart contracts on the Solana blockchain to add claim fees to [Investigated and *improved initial load times by >60%* for client sites by
our token vesting platform], caching blockchain reads in *Redis*],
[Led collaboration with engineers, partner teams, designers to identify needs and
scope technical requirements],
), ),
) )
@ -58,15 +61,14 @@
location: "Remote", location: "Remote",
tools: "TypeScript, Spring Boot, React, Postgres, Terraform, AWS", tools: "TypeScript, Spring Boot, React, Postgres, Terraform, AWS",
tasks: ( tasks: (
[Owned end-to-end development of a secure document vault for users to upload ID [Built and launched passport/private document storage platform for *200+ users*
documents with S3 and Textract], using *Spring Boot* and *React*],
[Championed and shipped features for *SOC 2 security compliance*, including [Secured REST endpoints with *role-based permissions* and *JWTs*; monitored and
*role-based permissions with JWTs* in Spring Boot, alert logging with logged alerts via CloudWatch],
CloudWatch, and strong privacy controls for user data], [Implemented document *OCR pipeline* with Lambda, Textract, and *S3* to
[Fully implemented the Calendly Auth Code OAuth2 flow with automated refresh of automatically parse and tag uploads],
expired access tokens], [Created parallel *CI/CD system from scratch* with *Terraform* and Jenkins to
[Created a parallel *CI/CD system from scratch* with Terraform and Jenkins to deploy *AWS Lambdas* on commit], // BE-infra only, FE ver is admin dashboard
automatically deploy AWS Lambdas], // BE-infra only, FE ver is admin dashboard
), ),
) )
@ -79,13 +81,16 @@
location: "Remote", location: "Remote",
tools: "TypeScript, Python, React, Postgres, AWS", tools: "TypeScript, Python, React, Postgres, AWS",
tasks: ( tasks: (
[Architected a data query builder and executor engine for customers to visualise [Architected platform to clone, sync, and visualise databases for *3000+
their data warehouses by custom-tailoring forms on-the-fly, supporting complex enterprise users* in *Python* and *React*],
nested logic for 3000+ enterprise users across 8 database types], // [Designed *merge conflict resolution system* to handle data mismatches, reducing
[Shipped an *LSP server for our custom query language*, including user-specific user-reported errors by *35%*],
autocomplete and syntax highlighting], [Shipped *static analysis tool* for platform's *custom SQL dialect* by
[Developed a serverless microservice to asynchronously ingest email attachments recursively processing an abstract syntax tree],
directly into ETL pipelines], [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 // [??? 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 // *Pytest* to catch regressions and test new features across database engines with
// *90% code coverage*], // *90% code coverage*],
@ -93,7 +98,7 @@
) )
#work_entry( #work_entry(
"Backend / Infrastructure Developer", "Backend Lead",
"Hack the North", "Hack the North",
company_link: "https://hackthenorth.com", company_link: "https://hackthenorth.com",
start_date: "Mar 2023", start_date: "Mar 2023",
@ -101,32 +106,18 @@
location: "Waterloo, ON", location: "Waterloo, ON",
tools: "TypeScript, Express, Postgres, Kubernetes", tools: "TypeScript, Express, Postgres, Kubernetes",
tasks: ( tasks: (
[Streamlined event check-in times for *1900+* guests by generating scannable [Streamlined event check-in times for *1900+* guests by automatically generating
mobile wallet passes over Express], Apple Wallet passes over *Express*],
[Overhauled CI/CD pipelines, speeding up builds by *35%* by parallelising testing [Overhauled CI/CD pipelines, speeding up builds by *35%* by parallelising testing
and type checking], and type checking with *Buildkite*],
[*Introduced backend tracing* with OpenTelemetry and Grafana to profile [Investigated backend slowdowns in production by *introducing OpenTelemetry
performance issues in production], tracing* onto *Grafana* dashboards],
[*Resolved load spike crashes* in prod by caching queries via Redis and [Resolved load spike crashes by caching queries via *Redis* and horizontally
horizontally scaling services on Kubernetes], scaling services on *Kubernetes*],
), ),
) )
] ]
= Awards
#indent[
#set strong(delta: SMALL_STRONG)
#show link: underline
- #link("https://devpost.com/software/perdiem")[Winner of the EdTech category] at
Simon Fraser University's StormHacks 2022 from 388 participants
- #link(
"https://devpost.com/software/resketch",
)[Winner of the IBM Open Source category]
at YRHacks 2022 for building Resketch
]
= Projects = Projects
#indent[ #indent[
@ -135,8 +126,8 @@
"Python, Qt", "Python, Qt",
repo_link: "https://github.com/potatoeggy/mandown", repo_link: "https://github.com/potatoeggy/mandown",
tasks: ( tasks: (
[Created a CLI and GUI to scrape and convert webcomics into e-ink-optimised files [Created a CLI and GUI to convert webcomics into e-ink-optimised files with a
with a *plugin-based architecture*], *plugin-based architecture*],
[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], [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( minimising regressions with #link(
"https://github.com/potatoeggy/mandown/blob/master/tests/test_source_batoto.py", "https://github.com/potatoeggy/mandown/blob/master/tests/test_source_batoto.py",
@ -176,10 +167,10 @@
repo_link: "https://github.com/potatoeggy/jeopardy", repo_link: "https://github.com/potatoeggy/jeopardy",
demo_link: "https://jeopardy.eggworld.me/host", demo_link: "https://jeopardy.eggworld.me/host",
tasks: ( tasks: (
[Developed a beautiful and polished client/server game where participants buzz in [Developed a beautiful and polished client/server game with *real-time
on their devices over *WebSockets*], multiplayer* in *Vue* and *WebSockets*],
[Synchronised game state between clients and the host with shared types and the [Designed a *custom JSON protocol* over *WebSockets* to synchronise game state
*observer pattern*], and handle buzzer events],
), ),
) )

View File

@ -25,7 +25,7 @@
#let JOB_TITLE_FONT_SIZE = 1.05em #let JOB_TITLE_FONT_SIZE = 1.05em
// rest = not top // rest = not top
#let PAGE_MARGINS = (right: 0.5in, top: 0.4in, left: 0.4in, bottom: 0.5in) #let PAGE_MARGINS = (right: 0.5in, top: 0.3in, left: 0.4in, bottom: 0.4in)
// Format locations. // Format locations.
#let format_location(location) = { #let format_location(location) = {