Compare commits
1 Commits
v2.1.7/f23
...
v2.1.8
Author | SHA1 | Date | |
---|---|---|---|
|
08201c3406 |
@@ -86,8 +86,7 @@
|
||||
Server to streamline check-in],
|
||||
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
|
||||
*Redis* and *Kubernetes*],
|
||||
[Automated judge-to-hacker matching and scheduling with a custom algorithm based
|
||||
on their preferences],
|
||||
[Designed a *greedy algorithm* in Python to automate the matching of *20+ judges* to *240+ hacker teams*],
|
||||
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
|
||||
traces and improve observability],
|
||||
),
|
||||
@@ -139,13 +138,14 @@
|
||||
plan for each week
|
||||
|
||||
#project(
|
||||
"Arch Linux Server",
|
||||
none,
|
||||
"Linux, nginx, systemd",
|
||||
"Box Box Revolution",
|
||||
"https://github.com/potatoeggy/boxboxrevolution",
|
||||
"Rust, STM32",
|
||||
)
|
||||
// set up ci/cd for automatic personal website deployments via git hooks and self-hosted gitea
|
||||
- Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy personal projects behind *nginx*
|
||||
- Set up *Jellyfin* for media streaming, a *Minecraft* server, *Calibre* for ebook syncing, and other services
|
||||
- Created a rhythm game to detect punches with an ultrasonic sensor in line wth
|
||||
notes of popular songs
|
||||
- Developed firmware to measure from an ultrasonic sensor, tone a buzzer, and show
|
||||
scrolling notes on an LCD
|
||||
]
|
||||
|
||||
= Awards
|
||||
|
12
lib.typ
12
lib.typ
@@ -67,7 +67,11 @@
|
||||
none
|
||||
}
|
||||
cv_entry(left_content: {
|
||||
text(1.1em)[*#role*] + "\n" + text[#emph[#company]]
|
||||
set par(leading: 0.75em)
|
||||
text(1.1em)[*#role*]
|
||||
"\n"
|
||||
set strong(delta: SMALL_STRONG)
|
||||
text[*#company*]
|
||||
}, right_content: {
|
||||
[*#start_date -- #end_date*]
|
||||
|
||||
@@ -79,11 +83,7 @@
|
||||
|
||||
#let project(title, repo_link, tools) = {
|
||||
set strong(delta: DEFAULT_STRONG)
|
||||
if repo_link != none {
|
||||
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
|
||||
} else {
|
||||
text(1.1em)[*#title*] + [ | _ #tools _ ]
|
||||
}
|
||||
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
|
||||
}
|
||||
|
||||
// Set name and contact data and format headings
|
||||
|
Reference in New Issue
Block a user