Last active
March 3, 2022 14:38
-
-
Save andrewgunn/4049171b2c223ed609c47faf8daf6bcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Andrew Gunn", | |
"label": "CTO & Co-Founder", | |
"summary": "I love solving problems using technology.", | |
"picture": "https://gravatar.com/avatar/fb5ba768e87a4cb19517ca1b4a4251ac?s=400&d=identicon&r=x", | |
"email": "[email protected]", | |
"website": "https://www.andrewgunn.co.uk", | |
"location": { | |
"city": "Sheffield", | |
"countryCode": "UK" | |
}, | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "andrewgunn", | |
"url": "http://twitter.com/andrewgunn" | |
} | |
] | |
}, | |
"skills": [ | |
{ | |
"name": "Methodologies", | |
"keywords": [ | |
"Scrum" | |
] | |
}, | |
{ | |
"name": "Backend Development", | |
"keywords": [ | |
"C#", | |
".NET", | |
"Vertical Slice Architecture", | |
"Outbox Pattern", | |
"MongoDB", | |
"Entity Framework", | |
"Microsoft SQL Server", | |
"Automated Testing" | |
] | |
}, | |
{ | |
"name": "DevOps", | |
"keywords": [ | |
"Microsoft Azure", | |
"MongoDB Atlas", | |
"SendGrid", | |
"Twilio" | |
] | |
} | |
], | |
"work": [ | |
{ | |
"company": "Mina", | |
"position": "CTO & Co-Founder", | |
"website": "https://www.mina.co.uk", | |
"startDate": "2020-08-01" | |
}, | |
{ | |
"company": "Razor", | |
"position": "Head of Build", | |
"website": "https://www.razor.co.uk", | |
"startDate": "2016-08-01", | |
"endDate": "2020-08-01" | |
}, | |
{ | |
"company": "Oakbrook", | |
"position": "Senior Software Developer", | |
"website": "https://www.oakbrook.co.uk", | |
"startDate": "2013-08-01", | |
"endDate": "2016-08-01" | |
}, | |
{ | |
"company": "Microlise", | |
"position": "Senior Software Designer", | |
"website": "https://www.microlise.co.uk", | |
"startDate": "2012-11-01", | |
"endDate": "2013-08-01" | |
}, | |
{ | |
"company": "Software Engineer", | |
"position": "conject AG", | |
"startDate": "2009-11-01", | |
"endDate": "2013-08-01" | |
}, | |
{ | |
"company": "Esendex", | |
"position": "Software Developer", | |
"website": "https://www.esendex.co.uk", | |
"startDate": "2007-07-01", | |
"endDate": "2009-11-01" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Nottingham Trent University", | |
"url": "https://www.ntu.ac.uk/", | |
"area": "Software Engineering", | |
"studyType": "BSc (Hons)", | |
"startDate": "2003-09-01", | |
"endDate": "2007-07-01", | |
"score": "2:1" | |
} | |
], | |
"certificates": [ | |
{ | |
"name": "Exam 532: Developing Microsoft Azure Solutions", | |
"date": "2017-07-01", | |
"issuer": "Microsoft" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Snowboarding" | |
}, | |
{ | |
"name": "Video Games" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment