From e1c3b1a3c51c4ba25ca7c19ef7cc6a9a2c19959b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 28 Jun 2024 23:41:17 -0700 Subject: [PATCH] "page" -> "pages" --- Jafner.dev/content/page/Articles.md | 5 ----- Jafner.dev/content/page/Projects.md | 5 ----- Jafner.dev/content/{page/About.md => pages/About Me.md} | 2 ++ Jafner.dev/content/{page => pages}/Experience.md | 7 ++++--- 4 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 Jafner.dev/content/page/Articles.md delete mode 100644 Jafner.dev/content/page/Projects.md rename Jafner.dev/content/{page/About.md => pages/About Me.md} (96%) rename Jafner.dev/content/{page => pages}/Experience.md (87%) diff --git a/Jafner.dev/content/page/Articles.md b/Jafner.dev/content/page/Articles.md deleted file mode 100644 index 8aa4f1e0..00000000 --- a/Jafner.dev/content/page/Articles.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -title = 'Articles' -date = 2024-05-28T17:56:53-07:00 -draft = false -+++ diff --git a/Jafner.dev/content/page/Projects.md b/Jafner.dev/content/page/Projects.md deleted file mode 100644 index be244255..00000000 --- a/Jafner.dev/content/page/Projects.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -title = 'Projects' -date = 2024-05-28T17:56:41-07:00 -draft = false -+++ diff --git a/Jafner.dev/content/page/About.md b/Jafner.dev/content/pages/About Me.md similarity index 96% rename from Jafner.dev/content/page/About.md rename to Jafner.dev/content/pages/About Me.md index 131c4d04..e55c1140 100644 --- a/Jafner.dev/content/page/About.md +++ b/Jafner.dev/content/pages/About Me.md @@ -2,6 +2,7 @@ title = 'About Me' date = 2024-05-28T17:56:25-07:00 draft = false +url = "/about-me" +++ My name is Joey Hafner. I’m a computing engineer located in Tacoma, WA. @@ -11,3 +12,4 @@ I’m always working on a diverse array of tech projects. Whether it’s my home I’ve enjoyed hacking with whatever tech I could get my hands on since I was a teen, and that interest was overclocked in 2019 when I found Docker and started my homelab. I’m always excited about opportunities to learn new technologies and build useful things. + diff --git a/Jafner.dev/content/page/Experience.md b/Jafner.dev/content/pages/Experience.md similarity index 87% rename from Jafner.dev/content/page/Experience.md rename to Jafner.dev/content/pages/Experience.md index b2275df7..450c8bab 100644 --- a/Jafner.dev/content/page/Experience.md +++ b/Jafner.dev/content/pages/Experience.md @@ -2,11 +2,12 @@ title = 'Experience' date = 2024-05-28T17:56:47-07:00 draft = false +url = "/experience" +++ Below is a reverse chronological listing of my employment history. -## [2021-11 to 2024-02] Site Reliability Engineer @ American Eagle +## [2024-02 to 2021-11] Site Reliability Engineer @ American Eagle From November 2021 through February 2024, I worked on a long-term contract with American Eagle to design and implement observability tooling for cloud infrastructure and apps. - Spearheaded implementation of Bamboo pipelines to automate deployment of New Relic/Terraform observability codebase. @@ -15,8 +16,8 @@ From November 2021 through February 2024, I worked on a long-term contract with - Collaborated with internal development teams to design human-optimized observability and alerting toolkits. - Authored and maintained documentation for our New Relic/Terraform codebase. -## [2021-08 to 2021-11] DevOps Engineer @ UpWork Contractor +## [2021-11 to 2021-08] DevOps Engineer @ UpWork Contractor From August through November 2021, I collaborated with solo- and small-team projects to build automation pipelines, guide offshore software development teams toward client needs, and secure cloud resources to improve security posture. I also implemented data resilience and disaster recovery protocols with attention to ease-of-use and documentation. If you have an UpWork client account, you can view my engineering profile here. -## [2021-03 to 2021-08] Technical Writer @ UpWork Contractor +## [2021-08 to 2021-03] Technical Writer @ UpWork Contractor From March through August 2021, I wrote technical documentation and articles for clients on UpWork. I loved working with open-source project developers to refine and articulate their vision. If you have an UpWork client account, you can view my technical writing profile here.