Compare commits

..

1 Commits

Author SHA1 Message Date
eggy
81e602c98c feat: add arch server 2023-11-01 13:13:24 -04:00
2 changed files with 14 additions and 14 deletions

View File

@@ -86,7 +86,8 @@
Server to streamline check-in], Server to streamline check-in],
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with [Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
*Redis* and *Kubernetes*], *Redis* and *Kubernetes*],
[Designed a *greedy algorithm* in Python to automate the matching of *20+ judges* to *240+ hacker teams*], [Automated judge-to-hacker matching and scheduling with a custom algorithm based
on their preferences],
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect [Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
traces and improve observability], traces and improve observability],
), ),
@@ -138,14 +139,13 @@
plan for each week plan for each week
#project( #project(
"Box Box Revolution", "Arch Linux Server",
"https://github.com/potatoeggy/boxboxrevolution", none,
"Rust, STM32", "Linux, nginx, systemd",
) )
- Created a rhythm game to detect punches with an ultrasonic sensor in line wth // set up ci/cd for automatic personal website deployments via git hooks and self-hosted gitea
notes of popular songs - Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy personal projects behind *nginx*
- Developed firmware to measure from an ultrasonic sensor, tone a buzzer, and show - Set up *Jellyfin* for media streaming, a *Minecraft* server, *Calibre* for ebook syncing, and other services
scrolling notes on an LCD
] ]
= Awards = Awards

12
lib.typ
View File

@@ -67,11 +67,7 @@
none none
} }
cv_entry(left_content: { cv_entry(left_content: {
set par(leading: 0.75em) text(1.1em)[*#role*] + "\n" + text[#emph[#company]]
text(1.1em)[*#role*]
"\n"
set strong(delta: SMALL_STRONG)
text[*#company*]
}, right_content: { }, right_content: {
[*#start_date -- #end_date*] [*#start_date -- #end_date*]
@@ -83,7 +79,11 @@
#let project(title, repo_link, tools) = { #let project(title, repo_link, tools) = {
set strong(delta: DEFAULT_STRONG) set strong(delta: DEFAULT_STRONG)
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ] if repo_link != none {
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
} else {
text(1.1em)[*#title*] + [ | _ #tools _ ]
}
} }
// Set name and contact data and format headings // Set name and contact data and format headings