feat: good enough for now?
This commit is contained in:
parent
818241c54f
commit
b84234e6c5
@ -62,12 +62,14 @@
|
|||||||
location: "Clearwater, FL",
|
location: "Clearwater, FL",
|
||||||
tools: "Next.js, Spring Boot, PostgreSQL, AWS, Terraform",
|
tools: "Next.js, Spring Boot, PostgreSQL, AWS, Terraform",
|
||||||
tasks: (
|
tasks: (
|
||||||
[Set up CI/CD for AWS Lambda code by *migrating infrastructure to Terraform* for
|
// [Improved client responsiveness by *80* by employing stale-while-revalidate hooks for caching and ?? SWR performance, caching, error handling],
|
||||||
|
[Set up CI/CD for AWS infrastructure by *codifying it in Terraform* for
|
||||||
reproducible and automatic deployments],
|
reproducible and automatic deployments],
|
||||||
[Reduced CI/CD pipeline build times by *70%* by setting up a staging environment
|
[Reduced CI/CD pipeline build times by *70%* by setting up a staging environment
|
||||||
with *EC2* and *Jenkins*, parallelising builds, and caching dependencies],
|
with *EC2* and *Jenkins*, parallelising builds, and caching dependencies],
|
||||||
[Planned and executed a roadmap to SOC 2 security compliance, *implementing
|
[Planned and executed a roadmap to SOC 2 security compliance by *implementing
|
||||||
role-based permissions with JWTs*],
|
role-based permissions with JWTs*, sending backend logs and alerts to
|
||||||
|
*CloudWatch*, and introducing new privacy controls for user data],
|
||||||
[Shipped an *internal admin panel* from end-to-end to visualise client data and
|
[Shipped an *internal admin panel* from end-to-end to visualise client data and
|
||||||
manage user permissions, reducing the need for manual database queries by *90%*],
|
manage user permissions, reducing the need for manual database queries by *90%*],
|
||||||
),
|
),
|
||||||
@ -81,14 +83,14 @@
|
|||||||
location: "Toronto, ON",
|
location: "Toronto, ON",
|
||||||
tools: "React, FastAPI, PostgreSQL, AWS",
|
tools: "React, FastAPI, PostgreSQL, AWS",
|
||||||
tasks: (
|
tasks: (
|
||||||
[Designed a conflict resolution algorithm for business smart tables, *reducing
|
[Designed a conflict resolution algorithm for merging databases, *reducing
|
||||||
unrecoverable errors by 75%*],
|
unrecoverable errors by 75%*],
|
||||||
[Owned and launched a HubSpot/Airtable to Google Sheets sync feature to *46000+
|
[Owned and launched a HubSpot/Airtable to Google Sheets sync feature to *46000+
|
||||||
enterprise users* by writing *AWS Lambda* functions in Python, abstracting
|
enterprise users* by writing *AWS Lambda* functions in Python, abstracting
|
||||||
interfaces to easily support future sources],
|
interfaces to easily support future sources],
|
||||||
[Wrote and deployed a new *React* data query builder for our business
|
[Wrote and deployed a new *React* data query builder for our business
|
||||||
intelligence visualisation service to *33000+ users*, eliminating the need for
|
intelligence visualisation service to *33000+ users*, eliminating the need for
|
||||||
business users to manually write API calls],
|
clients to manually write API calls or Python code],
|
||||||
[Developed a scalable microservice that asynchronously ingests email attachments
|
[Developed a scalable microservice that asynchronously ingests email attachments
|
||||||
directly into ETL pipelines],
|
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
|
||||||
@ -110,10 +112,10 @@
|
|||||||
[Integrated backend *tracing* to monitor performance and trigger alerts with
|
[Integrated backend *tracing* to monitor performance and trigger alerts with
|
||||||
*OpenTelemetry* and *Grafana*],
|
*OpenTelemetry* and *Grafana*],
|
||||||
[Diagnosed system scaling issues during load spikes and *recovered from a system
|
[Diagnosed system scaling issues during load spikes and *recovered from a system
|
||||||
crash* by asking frontend to debounce their queries, implementing rate limiting
|
crash* by asking the frontend team to debounce their queries, implementing rate
|
||||||
as a temporary stopgap measure],
|
limiting as a temporary stopgap measure],
|
||||||
[Shipped a new *travel tool* for attendee bus registration by creating new
|
[Shipped a new *bus registration tool* for attendees by creating new database
|
||||||
database tables and *GraphQL* resolvers],
|
tables and *GraphQL* resolvers],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
@ -170,15 +172,15 @@
|
|||||||
// - Containerised services with *Docker* and *systemd* to simplify deployment and
|
// - Containerised services with *Docker* and *systemd* to simplify deployment and
|
||||||
// management
|
// management
|
||||||
|
|
||||||
#project(
|
// #project(
|
||||||
"Game Boy Advance Emulator",
|
// "Game Boy Advance Emulator",
|
||||||
"Rust, SDL2, Vulkan",
|
// "Rust, SDL2, Vulkan",
|
||||||
repo_link: "https://github.com/potatoeggy/gbarr",
|
// repo_link: "https://github.com/potatoeggy/gbarr",
|
||||||
)
|
// )
|
||||||
- Implemented a *ARMv7 emulator* for old games to run on modern x86_64 platforms
|
// - Implemented a *ARMv7 emulator* for old games to run on modern x86_64 platforms
|
||||||
with *SDL2* and *Vulkan*
|
// with *SDL2* and *Vulkan*
|
||||||
- WebGPU and WASM for portability, typestate to guarantee everything is always
|
// - WebGPU and WASM for portability, typestate to guarantee everything is always
|
||||||
valid
|
// valid
|
||||||
]
|
]
|
||||||
|
|
||||||
= Education
|
= Education
|
||||||
@ -193,8 +195,7 @@
|
|||||||
tasks: (
|
tasks: (
|
||||||
[Courses: Object-oriented programming, data structures & algorithms, digital
|
[Courses: Object-oriented programming, data structures & algorithms, digital
|
||||||
computers & circuits],
|
computers & circuits],
|
||||||
[Extracurriculars: Creative Writing Club, Hack the North, UW Orbital Design Team,
|
[Extracurriculars: Creative Writing Club, Hack the North, UW Orbital Design Team],
|
||||||
Organization for Transformative Works],
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user