feat: add awards section
This commit is contained in:
36
systems.typ
36
systems.typ
@@ -63,8 +63,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],
|
||||
[Created a parallel *CI/CD system from scratch* with Terraform and Jenkins to
|
||||
automatically deploy AWS Lambdas], // BE-infra only, FE ver is admin dashboard
|
||||
),
|
||||
@@ -79,7 +79,7 @@
|
||||
location: "Remote",
|
||||
tools: "Python, TypeScript, React, AWS",
|
||||
tasks: (
|
||||
[Shipped an *LSP server for our custom query DSL*, including user-specific
|
||||
[Shipped an *LSP server for our custom query language*, including user-specific
|
||||
autocomplete and syntax highlighting],
|
||||
[Architected a data query builder and executor engine for customers to visualise
|
||||
their data warehouses by custom-tailoring forms on-the-fly, supporting complex
|
||||
@@ -93,7 +93,7 @@
|
||||
)
|
||||
|
||||
#work_entry(
|
||||
"Backend Developer",
|
||||
"Backend / Infrastructure Developer",
|
||||
"Hack the North",
|
||||
company_link: "https://hackthenorth.com",
|
||||
start_date: "Mar 2023",
|
||||
@@ -105,12 +105,26 @@
|
||||
and type checking],
|
||||
[Introduced backend tracing with OpenTelemetry and Grafana to profile performance
|
||||
issues in production],
|
||||
[Resolved load spike crashes in prod by caching queries via *Redis* and
|
||||
[*Resolved load spike crashes* in prod by caching queries via *Redis* and
|
||||
horizontally 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
|
||||
#set strong(delta: SMALL_STRONG)
|
||||
|
||||
@@ -154,18 +168,6 @@
|
||||
),
|
||||
)
|
||||
|
||||
#project(
|
||||
"Arch Linux Server",
|
||||
"Linux, Docker, nginx, systemd",
|
||||
demo_link: "https://eggworld.me",
|
||||
tasks: (
|
||||
[Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
|
||||
personal projects behind *nginx*], // TODO
|
||||
[Managed services with *Docker* and *systemd* to simplify deployment and resource
|
||||
constrainment], // TODO
|
||||
),
|
||||
)
|
||||
|
||||
// #project(
|
||||
// "Kobink",
|
||||
// "Rust, Axum",
|
||||
|
Reference in New Issue
Block a user