feat: better points

This commit is contained in:
eggy 2023-12-04 21:10:10 -05:00
parent 5eadcfe0ba
commit f078060477
2 changed files with 5 additions and 6 deletions

View File

@ -47,7 +47,7 @@
"Dropbase",
start_date: "May 2023",
end_date: "Aug 2023",
location: "Remote",
location: "San Francisco, CA",
tasks: (
[Engineered a database-specific *SQL IDE autocompletion tool* via a heuristic
algorithm to validate queries],
@ -69,12 +69,11 @@
tasks: (
[Streamlined registration by dynamically generating *user-specific Apple Wallet
passes* over *Apollo GraphQL*],
[Integrated backend *tracing* with *OpenTelemetry* and *Grafana* to monitor performance and trigger alerts],
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
*Redis* and *Kubernetes*],
[Automated judging scheduling by creating a *greedy algorithm* to match judges to
project themes],
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
traces and improve observability],
),
)
]
@ -84,7 +83,7 @@
#indent[
#project(
"Comic Downloader & Converter",
"Comic Converter",
"https://github.com/potatoeggy/mandown",
"Python, Qt",
)

View File

@ -9,7 +9,7 @@
#let BODY_FONT_SIZE = 10pt
#let HEADING_FONT_SIZE = 1em
#let TITLE_FONT_SIZE = 2em
#let TITLE_FONT_SIZE = 2.25em
#let HEADING_LINE_GAP = 3mm
#let BODY_LINE_HEIGHT = 0.85em
@ -104,7 +104,7 @@
let elements = for el in contact_data {
(link(el.link)[#{ el.service + " " + el.display }],)
}
text(1.1em)[#elements.join(" | ")]
text(1em)[#elements.join(" | ")]
}
}
]