diff --git a/resume.typ b/resume.typ index 1f569b7..88f9927 100644 --- a/resume.typ +++ b/resume.typ @@ -61,7 +61,7 @@ } doc } -#set page(paper: "us-letter", margin: (x: 1in, y: 1in)) +#set page(paper: "us-letter", margin: (x: .75in, y: .75in)) #show heading: h => [ #set text(15pt) #h.body @@ -69,11 +69,11 @@ #show: doc => resume( name: "Price Hiller", info: ( + link("https://github.com/PriceHiller", "Github"), + link("https://price-hiller.com", "Blog"), link("mailto:price@orion-technologies.io"), - link("tel:1-210-571-4279", "(210) 571-4297"), + link("tel:1-210-571-4279", "210-571-4297"), "San Antonio, TX", - text(blue, link("https://github.com/PriceHiller", "Github")), - text(blue, link("https://price-hiller.com", "Blog")), ), skills: ( "Linux", @@ -92,7 +92,6 @@ "C", "Nix", ), - // June 2022 -> June 2023 jobs: ( ( company: "Security Service Federal Credit Union", @@ -103,14 +102,14 @@ location: "San Antonio, TX", title: "Systems Integration Intern", info: [ - - Overhauled preexisting CI/CD systems to "Pipelines V3" in Azure DevOps - - Significant reduction in pipeline durations - - Improved modularity, allowing pipeline reuse even across teams - - Integrated pulling secrets from CyberArk in pipelines - - Implemented limited canary deployments for critical services - - Initial implementation of Docker on a critical service - - Updated _many_ legacy `C#` projects to .NET Core 3 or higher and their - corresponding pipelines + - Collaborated with 2 senior developers on overhauling CI/CD in Azure DevOps + - Optimized pipeline duration resulting in improved runtime in the worst case by 300% + - Integrated secrets management with CyberArk into CI/CD processes increasing security + - Enhanced overall modularity, allowing pipeline reuse across teams, eliminating duplicated effort + - Created and ran presentations to encourage adoption of new CI/CD processes + - Implemented canary deployments for critical services improving reliability + - Added Docker containerization to a core service, demonstrating viability of modern deployment practices + - Migrated legacy C\# projects to .NET Core 3 or higher along with corresponding CI/CD pipelines ], ), ( @@ -122,11 +121,11 @@ location: "Austin, TX", title: "Junior Systems Administrator", info: [ - - Implemented Ansible to modernize management of remote Linux Servers improving - stability of the network - - Introduced GitOps to manage system configurations in Gitlab - - Automatically validated the Ansible configurations on every update - - Automatically deployed the new system configurations if validation passed + - Managed Linux servers through infrastructure deployment tools + - Led a project to replace legacy infrastructure management tools + - Updated existing infrastructure by introducing Ansible as a modernization from CFEngine + - Introduced CI/CD to manage system configurations in Gitlab resulting in reduced downtime + - Added automatic testing and deployments of infrastructure changes in Ansible ], ), ( @@ -150,11 +149,12 @@ end: datetime(year: 2020, month: 8, day: 1), ), location: "San Antonio, TX", - title: "Infomation Analyst II Intern", + title: "Information Analyst II Intern", info: [ - Gathered and categorized data for machine learning systems in the Cybersecurity realm - - Worked with the ELK stack to visualize and filter datasets + - Collaborated with 3 other interns and a data scientist on data modeling and tagging + - Visualized and filtered datasets with the ELK stack ], ), ), @@ -165,7 +165,7 @@ start: datetime(year: 2024, month: 01, day: 16), end: datetime(year: 2025, month: 12, day: 08), ), - major: "Bachelor of Science in Computer Science (In Progress)", + major: "Bachelor of Science, Computer Science (In Progress)", location: "San Antonio, TX", info: [ ], ), @@ -175,30 +175,20 @@ start: datetime(year: 2021, month: 08, day: 01), end: datetime(year: 2023, month: 12, day: 08), ), - major: "Associates of Arts in Business", + major: "Associates of Business", location: "San Antonio, TX", info: [], ), ), [ + #v(-.2em) #section("Projects") - #v(.7em) - - #text(blue, link("https://github.com/AsgardEternal/Squad.nix", "Squad.nix")): - Configuring Squad servers for NixOS, a immutable, reproducible distribution of - Linux. - - #text(blue, link( - "https://github.com/AsgardEternal/Ubuntu-Ansible-Setup", - "Ubuntu Server Configuration", - )): Automated configuration of a Ubuntu Server deployed on every git push. - - #text(blue, link("https://github.com/PriceHiller/blog", "Blog")): Source code - of my blog, all written in Rust, packaged with a Nix Flake, and deployed on my - home server #text( - blue, - link("https://git.orion-technologies.io/Price/dots/src/commit/bbaaf7673b6dff82578ac26aab383ef69a63e12a/hosts/luna/modules/services/nginx.nix#L22-L26", "here"), - ). - - #link("https://github.com/PriceHiller/dots", "Dot Files"): Contains all - of my personal configurations for my tools and servers. Of note are the full - configurations of my Linux systems defined via NixOS/Nix significantly easing - deployments. + #pad(left: 1em)[ + - #link("https://github.com/AsgardEternal/Squad.nix", "Squad.nix"): Module to configure Squad servers on NixOS, a immutable, reproducible distribution of Linux + - #link("https://github.com/PriceHiller/dots", "Dots"): Configurations for personal tools and servers, including secrets management and reproducible system deployments + - #link("https://github.com/PriceHiller/blog", "Blog"): Source code + for https://price-hiller.com, deployed via Nix #link("https://git.orion-technologies.io/Price/dots/src/commit/bbaaf7673b6dff82578ac26aab383ef69a63e12a/hosts/luna/modules/services/nginx.nix#L22-L26", "here") + - #link("https://github.com/AsgardEternal/Ubuntu-Ansible-Setup", "Ubuntu Server Configuration",): Automated configuration of a Ubuntu Server deployed on every git push + ] ], )