feat: update resume and add gitignore

This commit is contained in:
Max Koon
2025-08-15 19:56:57 -04:00
parent edb28680e6
commit ea43580a4c
2 changed files with 6 additions and 5 deletions

View File

@@ -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.
'';
}
{