From ea43580a4c418b60a99b5dc8cd73d25834621ece Mon Sep 17 00:00:00 2001 From: Max Koon <22125083+k2on@users.noreply.github.com> Date: Fri, 15 Aug 2025 19:56:57 -0400 Subject: [PATCH] feat: update resume and add gitignore --- .gitignore | 1 + resume.nix | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2be92b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result diff --git a/resume.nix b/resume.nix index 1396289..c129f7f 100644 --- a/resume.nix +++ b/resume.nix @@ -32,7 +32,7 @@ roles = [ { title = "Backend Engineer Intern"; - dates = "Jun 2022 -- Aug 2025"; + dates = "Jun 2023 -- Aug 2025"; work = '' Developed an internal PHP Laravel application for managing magazine subscribers. Developed a feature to detect duplicate subscribers, reducing unnecessary shipping by $5k+. Automated data entry from an external database, saving 10 hours a week. Rewrote a 10 year old survey app into a modern Laravel application, giving editorial staff direct access. Created an interface for bulk question entry, which saved the company a month worth of time every year. @@ -73,11 +73,11 @@ name = "Homelab"; link = ""; dates = "May 2025"; - subtext = "Kubernetes in my bedroom"; + subtext = "Private Cloud with NixOS"; description = '' - Built personal Kubernetes homelab on NixOS with declarative infrastructure configuration. (K3S, Longhorn, Cloudflare Tunnels) - Implemented GitOps workflow using FluxCD for automated service deployments. - Integrated SAML SSO for unified authentication across deployed services. + Designed and deployed a flake-based NixOS homelab to self-host services exposed to the internet with Cloudflare tunnels. + Implemented single sign-on provider with Terraform to provide unified user management. + Architected an automated 3-2-1 backup solution using restic and cron jobs. ''; } {