Compare commits

...

2 Commits

Author SHA1 Message Date
d79d894581
feat: add Java to list of skills
All checks were successful
Build resume / build (push) Successful in 22s
2024-09-09 13:29:01 -05:00
6d3747e448
refactor: overhaul resume sections
All checks were successful
Build resume / build (push) Successful in 33s
2024-09-09 13:23:53 -05:00

View File

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