From d48553297a4879a7c692264408b30777c8ae07c1 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Mon, 14 Aug 2023 17:01:32 +0100 Subject: [PATCH] fix: update CV - Updated Summary - Removed Dagger from Skills - Added an end date for Adarga :( - Updated Interests --- .gitignore | 2 +- cv.json | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index da838b8..4e34ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -__output/* +**/cv*.pdf diff --git a/cv.json b/cv.json index ef3be32..277ef68 100644 --- a/cv.json +++ b/cv.json @@ -12,8 +12,8 @@ }, "summary": [ "I am a strong engineering professional with over seven years of experience in Platform Automation and DevOps.", - "I enjoy working with Go, Kubernetes, Terraform, containerisation technologies and GNU/Linux.", - "I am particularly keen on developing my skills in Go and growing as an experienced Software Engineer." + "I enjoy working with Go, Kubernetes, Linux, Terraform and containerisation technologies.", + "I am particularly keen on developing my skills in Go and growing technically as an experienced Platform Engineer." ], "skills": [ { @@ -44,7 +44,6 @@ "values": [ "Argo CD", "Argo Workflows", - "Dagger", "Git", "GitLab CI", "GitHub Actions" @@ -88,7 +87,11 @@ "month": 4, "day": 4 }, - "present": true + "end": { + "year": 2023, + "month": 7, + "day": 12 + } }, "details": [ "Designed and built the infrastructure to host an Enterprise Graph Data Platform on EKS.", @@ -281,7 +284,7 @@ } ], "interests": [ - "I'm currently exploring using Pulumi (with Go) to build personal infrastructure to host my personal services on Linode such as my own DevOps platform and Fediverse instance.", + "I'm currently exploring using Pulumi and Go to manage my personal infrastructure on Linode to host services such as my own Forge and Fediverse instances.", "I keep up-to-date on latest tech news using Reddit and listening to podcasts such as Go Time and the Kubernetes Podcast from Google.", "Away from technology, I like to take long scenic walks during the weekends." ]