feat: update resume and add gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
result
|
10
resume.nix
10
resume.nix
@@ -32,7 +32,7 @@
|
|||||||
roles = [
|
roles = [
|
||||||
{
|
{
|
||||||
title = "Backend Engineer Intern";
|
title = "Backend Engineer Intern";
|
||||||
dates = "Jun 2022 -- Aug 2025";
|
dates = "Jun 2023 -- Aug 2025";
|
||||||
work = ''
|
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.
|
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.
|
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";
|
name = "Homelab";
|
||||||
link = "";
|
link = "";
|
||||||
dates = "May 2025";
|
dates = "May 2025";
|
||||||
subtext = "Kubernetes in my bedroom";
|
subtext = "Private Cloud with NixOS";
|
||||||
description = ''
|
description = ''
|
||||||
Built personal Kubernetes homelab on NixOS with declarative infrastructure configuration. (K3S, Longhorn, Cloudflare Tunnels)
|
Designed and deployed a flake-based NixOS homelab to self-host services exposed to the internet with Cloudflare tunnels.
|
||||||
Implemented GitOps workflow using FluxCD for automated service deployments.
|
Implemented single sign-on provider with Terraform to provide unified user management.
|
||||||
Integrated SAML SSO for unified authentication across deployed services.
|
Architected an automated 3-2-1 backup solution using restic and cron jobs.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user