feat: format and lines

This commit is contained in:
eggy
2025-01-14 00:09:21 -05:00
parent 91102c2375
commit e073191d8c
3 changed files with 24 additions and 12 deletions

View File

@@ -101,7 +101,7 @@
location: "Waterloo, ON",
tools: "TypeScript, Express, Postgres, Kubernetes",
tasks: (
[Overhauled CI/CD pipelines, speeding up builds by 35% by parallelising testing
[Overhauled CI/CD pipelines, speeding up builds by *35%* by parallelising testing
and type checking],
[Introduced backend tracing with OpenTelemetry and Grafana to profile performance
issues in production],
@@ -147,23 +147,35 @@
"PNG Crawler",
"C++",
tasks: (
[Developed a web crawler to download and parse PNG files from the internet with
*libcurl* and *libpng*],
[Developed a web crawler and a custom PNG validator to download and parse PNGs
from the internet with *libcurl*],
[Optimised the crawler to download and process images concurrently with *POSIX
threads*],
threads* and curl_multi],
),
)
#project(
"Kobink",
"Rust, Axum",
repo_link: "https://github.com/potatoeggy/kobink",
"Arch Linux Server (\"hwaboon\")",
"Linux, Docker, nginx, systemd",
demo_link: "https://eggworld.me",
tasks: (
[Built a backend to sync custom ebook files to Kobos by reverse-engineering and
mimicking the Kobo Sync API],
[Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy
personal projects behind *nginx*], // TODO
[Managed services with *Docker* and *systemd* to simplify deployment and resource
constrainment], // TODO
),
)
// #project(
// "Kobink",
// "Rust, Axum",
// repo_link: "https://github.com/potatoeggy/kobink",
// tasks: (
// [Built a backend to sync custom ebook files to Kobos by reverse-engineering and
// mimicking the Kobo Sync API],
// ),
// )
// #project(
// "Kobo Sync Server",
// "Rust, Axum",