feat: better points
This commit is contained in:
parent
5eadcfe0ba
commit
f078060477
@ -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",
|
||||||
)
|
)
|
||||||
|
4
lib.typ
4
lib.typ
@ -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(" | ")]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user