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

View File

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