fix: update CV for spruce compatibility

This commit is contained in:
Dan Anglin 2023-03-09 22:31:38 +00:00
parent 86215c2e57
commit 1a66902da4
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

99
cv.json
View file

@ -1,21 +1,21 @@
{ {
"firstName": "Dan", "firstName": "Dan",
"lastName": "Anglin", "lastName": "Anglin",
"jobTitle": "DevOps Engineer", "jobTitle": "Platform Engineer",
"contact": { "contact": {
"email": "d.n.i.anglin@gmail.com", "Email": "d.n.i.anglin@gmail.com",
"location": "Nottingham, UK" "Location": "Nottingham, UK"
}, },
"links": { "links": {
"linkedin": "https://www.linkedin.com/in/dan-anglin-0174671b7", "LinkedIn": "https://www.linkedin.com/in/dan-anglin-0174671b7",
"github": "https://github.com/dananglin" "GitHub": "https://github.com/dananglin"
}, },
"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, Terraform, containerisation technologies and GNU/Linux.",
"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 as an experienced Software Engineer."
], ],
"technologies": [ "skills": [
{ {
"category": "Programming Languages", "category": "Programming Languages",
"values": [ "values": [
@ -84,10 +84,11 @@
"jobTitle": "DevOps Engineer", "jobTitle": "DevOps Engineer",
"duration": { "duration": {
"start": { "start": {
"year": "2022", "year": 2022,
"month": "April" "month": 4,
"day": 4
}, },
"present": "yes" "present": true
}, },
"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.",
@ -101,12 +102,14 @@
"jobTitle": "Platform Engineer", "jobTitle": "Platform Engineer",
"duration": { "duration": {
"start": { "start": {
"year": "2020", "year": 2020,
"month": "April" "month": 4,
"day": 14
}, },
"end": { "end": {
"year": "2022", "year": 2022,
"month": "March" "month": 3,
"day": 28
} }
}, },
"details": [ "details": [
@ -124,12 +127,14 @@
"jobTitle": "Platform Automation Engineer", "jobTitle": "Platform Automation Engineer",
"duration": { "duration": {
"start": { "start": {
"year": "2017", "year": 2017,
"month": "January" "month": 1,
"day": 23
}, },
"end": { "end": {
"year": "2020", "year": 2020,
"month": "January" "month": 1,
"day": 31
} }
}, },
"details": [ "details": [
@ -148,12 +153,14 @@
"jobTitle": "DevOps Consultant", "jobTitle": "DevOps Consultant",
"duration": { "duration": {
"start": { "start": {
"year": "2015", "year": 2015,
"month": "March" "month": 3,
"day": 23
}, },
"end": { "end": {
"year": "2016", "year": 2016,
"month": "November" "month": 11,
"day": 22
} }
}, },
"details": [ "details": [
@ -171,12 +178,14 @@
"jobTitle": "DevOps Consultant", "jobTitle": "DevOps Consultant",
"duration": { "duration": {
"start": { "start": {
"year": "2014", "year": 2014,
"month": "October" "month": 11,
"day": 4
}, },
"end": { "end": {
"year": "2015", "year": 2015,
"month": "March" "month": 3,
"day": 9
} }
}, },
"details": [ "details": [
@ -193,12 +202,14 @@
"jobTitle": "Trainee DevOps Consultant", "jobTitle": "Trainee DevOps Consultant",
"duration": { "duration": {
"start": { "start": {
"year": "2014", "year": 2014,
"month": "September" "month": 9,
"day": 1
}, },
"end": { "end": {
"year": "2014", "year": 2014,
"month": "October" "month": 11,
"day": 4
} }
}, },
"details": [ "details": [
@ -214,12 +225,14 @@
"jobTitle": "Undergraduate Researcher", "jobTitle": "Undergraduate Researcher",
"duration": { "duration": {
"start": { "start": {
"year": "2012", "year": 2012,
"month": "July" "month": 7,
"day": 2
}, },
"end": { "end": {
"year": "2012", "year": 2012,
"month": "September" "month": 9,
"day": 1
} }
}, },
"details": [ "details": [
@ -238,12 +251,14 @@
"qualification": "MEng (Hons) in Robotics, 2:1", "qualification": "MEng (Hons) in Robotics, 2:1",
"duration": { "duration": {
"start": { "start": {
"year": "2009", "year": 2009,
"month": "October" "month": 10,
"day": 4
}, },
"end": { "end": {
"year": "2013", "year": 2013,
"month": "July" "month": 7,
"day": 31
} }
} }
}, },
@ -253,12 +268,14 @@
"qualification": "A-Levels in Maths, Physics and Product Design", "qualification": "A-Levels in Maths, Physics and Product Design",
"duration": { "duration": {
"start": { "start": {
"year": "2007", "year": 2007,
"month": "September" "month": 9,
"day": 1
}, },
"end": { "end": {
"year": "2009", "year": 2009,
"month": "July" "month": 7,
"day": 31
} }
} }
} }