From ed68e2d5599b7955f5c24bc69b7722ff62044704 Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Wed, 2 Apr 2025 23:21:08 -0400 Subject: update and hide changes --- packages/cv/cv.typ | 15 +++++++++++---- packages/cv/default.nix | 5 ++--- 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" -- cgit v1.3.1