From f07806047775911efcf0a84139d4d38d907cfff8 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 4 Dec 2023 21:10:10 -0500 Subject: [PATCH] feat: better points --- Daniel Chen.typ | 7 +++---- lib.typ | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Daniel Chen.typ b/Daniel Chen.typ index 52294ca..a0ade71 100644 --- a/Daniel Chen.typ +++ b/Daniel Chen.typ @@ -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", ) diff --git a/lib.typ b/lib.typ index 1e8c18f..01df23d 100644 --- a/lib.typ +++ b/lib.typ @@ -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(" | ")] } } ]