fix: update CV

- Updated Summary
- Removed Dagger from Skills
- Added an end date for Adarga :(
- Updated Interests
This commit is contained in:
Dan Anglin 2023-08-14 17:01:32 +01:00
parent 1a66902da4
commit d48553297a
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
__output/* **/cv*.pdf

13
cv.json
View file

@ -12,8 +12,8 @@
}, },
"summary": [ "summary": [
"I am a strong engineering professional with over seven years of experience in Platform Automation and DevOps.", "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 enjoy working with Go, Kubernetes, Linux, Terraform and containerisation technologies.",
"I am particularly keen on developing my skills in Go and growing as an experienced Software Engineer." "I am particularly keen on developing my skills in Go and growing technically as an experienced Platform Engineer."
], ],
"skills": [ "skills": [
{ {
@ -44,7 +44,6 @@
"values": [ "values": [
"Argo CD", "Argo CD",
"Argo Workflows", "Argo Workflows",
"Dagger",
"Git", "Git",
"GitLab CI", "GitLab CI",
"GitHub Actions" "GitHub Actions"
@ -88,7 +87,11 @@
"month": 4, "month": 4,
"day": 4 "day": 4
}, },
"present": true "end": {
"year": 2023,
"month": 7,
"day": 12
}
}, },
"details": [ "details": [
"Designed and built the infrastructure to host an Enterprise Graph Data Platform on EKS.", "Designed and built the infrastructure to host an Enterprise Graph Data Platform on EKS.",
@ -281,7 +284,7 @@
} }
], ],
"interests": [ "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.", "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." "Away from technology, I like to take long scenic walks during the weekends."
] ]