feat: add awards section

This commit is contained in:
eggy
2025-01-17 12:23:22 -05:00
parent 94ff3febe8
commit d869ce32b6
5 changed files with 92 additions and 72 deletions

View File

@@ -61,8 +61,8 @@
[Championed and shipped features for *SOC 2 security compliance*, including
*role-based permissions with JWTs* in Spring Boot, alert logging with
CloudWatch, and strong privacy controls for user data],
[Reduced dashboard load time by 38% by implementing a stale-while-revalidate
caching strategy],
[Fully implemented the Calendly Auth Code OAuth2 flow with automated refresh of
expired access tokens],
),
)
@@ -78,7 +78,7 @@
[Architected a data query builder and executor engine for customers to visualise
their data warehouses by custom-tailoring forms on-the-fly, supporting complex
nested logic for 3000+ enterprise users across 8 database types], //
[Shipped an LSP server for our custom query DSL, including customer-specific
[Shipped an *LSP server for our custom query language*, including user-specific
autocomplete and syntax highlighting],
[Developed a serverless microservice to asynchronously ingest email attachments
directly into ETL pipelines],
@@ -101,14 +101,28 @@
capacity for *500+* attendees in real time],
[Streamlined event check-in times for *1900+* guests by generating scannable
mobile wallet passes over Express],
[Introduced tracing with OpenTelemetry and Grafana to profile performance issues
in production],
[*Introduced backend tracing* with OpenTelemetry and Grafana to profile
performance issues in production],
// [Upgraded the event statistics dashboard to update in real time with GraphQL
// *subscriptions with Redis PubSub*],
),
)
]
= 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
#set strong(delta: SMALL_STRONG)
@@ -118,10 +132,8 @@
"Python, Qt",
repo_link: "https://github.com/potatoeggy/mandown",
tasks: (
[Created a CLI and GUI to scrape, download, and convert webcomics into
e-ink-optimised comic files],
[Redesigned the ebook converter with a *plugin-based architecture* to increase
accessibility for new contributors],
[Created a CLI and Qt GUI to scrape and convert webcomics into e-ink-optimised
files with a *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],
minimising regressions with #link(
"https://github.com/potatoeggy/mandown/blob/master/tests/test_source_batoto.py",