Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1591bdaba5 | ||
|
7d289c8757 | ||
|
2d4d0dd6d4 | ||
|
6e8763b88d |
@@ -27,22 +27,6 @@
|
|||||||
|
|
||||||
// MAIN CONTENT STARTS here
|
// MAIN CONTENT STARTS here
|
||||||
|
|
||||||
= Education
|
|
||||||
|
|
||||||
#indent[
|
|
||||||
#work_entry(
|
|
||||||
"University of Waterloo",
|
|
||||||
"B.A.Sc. in Computer Engineering",
|
|
||||||
start_date: "Sep 2022",
|
|
||||||
end_date: "Apr 2027 (expected)",
|
|
||||||
location: "Waterloo, ON",
|
|
||||||
tasks: (
|
|
||||||
[Courses: Object-oriented programming, data structures & algorithms, digital
|
|
||||||
computers & circuits],
|
|
||||||
),
|
|
||||||
)
|
|
||||||
]
|
|
||||||
|
|
||||||
= Skills
|
= Skills
|
||||||
|
|
||||||
#indent[
|
#indent[
|
||||||
@@ -86,7 +70,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*],
|
[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
|
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
|
||||||
traces and improve observability],
|
traces and improve observability],
|
||||||
),
|
),
|
||||||
@@ -137,15 +122,11 @@
|
|||||||
- Aggregated common ingredients heuristically to build a shopping list and a meal
|
- Aggregated common ingredients heuristically to build a shopping list and a meal
|
||||||
plan for each week
|
plan for each week
|
||||||
|
|
||||||
#project(
|
#project("Arch Linux Server", none, "Linux, nginx, systemd")
|
||||||
"Box Box Revolution",
|
- Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
|
||||||
"https://github.com/potatoeggy/boxboxrevolution",
|
personal projects behind *nginx*
|
||||||
"Rust, STM32",
|
- 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
|
= Awards
|
||||||
@@ -156,3 +137,19 @@
|
|||||||
StormHacks 2022 from 350+ participants
|
StormHacks 2022 from 350+ participants
|
||||||
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
|
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
|
||||||
at YRHacks 2022 from 90+ participants
|
at YRHacks 2022 from 90+ participants
|
||||||
|
|
||||||
|
= Education
|
||||||
|
|
||||||
|
#indent[
|
||||||
|
#work_entry(
|
||||||
|
"University of Waterloo",
|
||||||
|
"B.A.Sc. in Computer Engineering",
|
||||||
|
start_date: "Sep 2022",
|
||||||
|
end_date: "Apr 2027",
|
||||||
|
location: "Waterloo, ON",
|
||||||
|
tasks: (
|
||||||
|
[Courses: Object-oriented programming, data structures & algorithms, digital
|
||||||
|
computers & circuits],
|
||||||
|
),
|
||||||
|
)
|
||||||
|
]
|
6
lib.typ
6
lib.typ
@@ -83,7 +83,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
|
||||||
|
Reference in New Issue
Block a user