summaryrefslogtreecommitdiff
path: root/packages/cv
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-04-02 23:21:08 -0400
committerKleidi Bujari <mail@4kb.net>2025-04-02 23:21:08 -0400
commited68e2d5599b7955f5c24bc69b7722ff62044704 (patch)
tree642b0ba72d112f6a46d08a886c82453237e2c8fb /packages/cv
parentdd06cce663d4863443418c8aa43b0d9bab3729ce (diff)
downloaddepot-ed68e2d5599b7955f5c24bc69b7722ff62044704.tar.gz
depot-ed68e2d5599b7955f5c24bc69b7722ff62044704.tar.bz2
depot-ed68e2d5599b7955f5c24bc69b7722ff62044704.zip
update and hide changes
Diffstat (limited to 'packages/cv')
-rw-r--r--packages/cv/cv.typ15
-rw-r--r--packages/cv/default.nix5
2 files changed, 13 insertions, 7 deletions
diff --git a/packages/cv/cv.typ b/packages/cv/cv.typ
index 7d43763..fb36816 100644
--- a/packages/cv/cv.typ
+++ b/packages/cv/cv.typ
@@ -56,11 +56,12 @@
#(
link("mailto:mail@4kb.net"),
link("https://github.com/kbujari")[github.com/kbujari],
- link("http://4kb.net")[4kb.net],
+ link("http://kleidi.ca")[kleidi.ca],
).join(" | ")
== Experience
+/*
#work(
company: "Meta",
title: "Production Engineer",
@@ -72,6 +73,7 @@
shipping performance optimizations directly to upstream projects.
- Built foundational messaging infrastructure running WhatsApp core systems worldwide,
improving reliability and performance.
+*/
#work(
@@ -81,6 +83,8 @@
location: "Toronto",
)
+- Organized webhosting and analytics for a large film release,
+ leading design of web presence for thousands of concurrent visitors.
- Automated transformations for hundreds of media files,
using ffmpeg and unix primitives to parallelize workload.
- Published frontend with AstroJS to generate only static HTML,
@@ -97,6 +101,8 @@
eliminating manual configuration.
- Architected hyper-converged Proxmox cluster for 2024 Olympics,
saving \$250k+ with reused hardware and open software.
+- Mentored junior application developers in modern C++ programming,
+ aiding in memory safety and performance design.
#work(
company: "WSP Canada",
@@ -106,9 +112,11 @@
)
- Modernized subway control systems with modern C++,
- replacing legacy code with newer STL functions.
-- Validated new electrical designs for power consumption,
+ replacing legacy code with newer STL functions and safer standards.
+- Validated large-scale electrical designs for power consumption,
cost efficiency, and viability with existing systems.
+- Extended internal distributed databases with compression and deduplication,
+ reclaiming terabytes of storage across entire org.
== Projects
@@ -168,7 +176,6 @@ Heavily outperforms default Python implementation.
"Lua",
"TypeScript",
).join(", ")
-
- *Technologies*: #(
"Linux",
"Distributed Systems",
diff --git a/packages/cv/default.nix b/packages/cv/default.nix
index 9de6903..01485a6 100644
--- a/packages/cv/default.nix
+++ b/packages/cv/default.nix
@@ -1,5 +1,4 @@
{ pkgs, ... }:
-pkgs.runCommand "cv" { } ''
- ${pkgs.typst}/bin/typst compile --format pdf ${./cv.typ} $out
-''
+pkgs.runCommand "cv" { }
+ "${pkgs.typst}/bin/typst compile --format pdf ${./cv.typ} $out"