Last active
April 24, 2017 08:37
-
-
Save spences10/b504dacdca96a943150b3e6aeab35606 to your computer and use it in GitHub Desktop.
JSON Resume Schema
This file contains hidden or 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": "Scott Spence", | |
"label": "Analyst Programmer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "+44 7960 86 3382", | |
"website": "https://spences10.github.io/", | |
"summary": "I am experienced in a wide range of technologies, specialising primarily in Microsoft Office automation.", | |
"location": { | |
"address": "16 Cyclamen Road", | |
"postalCode": "BR8 8HJ", | |
"city": "Swanley", | |
"countryCode": "UK", | |
"region": "Kent" | |
}, | |
"profiles": [ | |
{ | |
"network": "GitHub", | |
"username": "spences10", | |
"url": "https://github.com/spences10" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "ScottDevTweets", | |
"url": "https://twitter.com/ScottDevTweets" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "OES Technology", | |
"position": "Analyst Developer", | |
"website": "", | |
"startDate": "Nov 2016", | |
"endDate": "Present", | |
"summary": "⇢\tWorking on new product development as part of the ACE Chubb merger.", | |
"highlights": [ | |
"⇢\tExcel VBA, Word templating and coding, Cluster7 champion." | |
] | |
}, | |
{ | |
"company": "Mansion House Consulting", | |
"position": "VBA Developer", | |
"website": "www.mansion-house.co.uk/", | |
"startDate": "Jan 2106", | |
"endDate": "Jul 2016", | |
"summary": "⇢\tPart of Insight framework development team.", | |
"highlights": [ | |
"⇢\tDeveloped & maintained a reusable components repository.", | |
"⇢\tChampioned source code control integration for the product with Visual Studio Team Services." | |
] | |
}, | |
{ | |
"company": "Fidelity", | |
"position": "Software Engineer", | |
"website": "https://www.fidelity.com", | |
"startDate": "Dec 2014", | |
"endDate": "Dec 2015", | |
"summary": "⇢\tDelivering trading floor support and management reports.", | |
"highlights": [ | |
"Excel VBA, Oracle, Access, Bloomberg API usage." | |
] | |
}, | |
{ | |
"company": "Previous Experiences", | |
"position": "Analyst Developer", | |
"website": "", | |
"startDate": "2002", | |
"endDate": "2014", | |
"summary": "⇢\tBarclays, MSCI and Deloitte, all as Analyst Developer in some shape or form.", | |
"highlights": [] | |
} | |
], | |
"volunteer": [], | |
"education": [ | |
{ | |
"institution": "freeCodeCamp", | |
"area": "Fulls Stack Web Developer", | |
"studyType": "", | |
"startDate": "Nov 2016", | |
"endDate": "2018", | |
"gpa": "", | |
"courses": [ | |
"Front End Development Certification", | |
"Data Visualisation Certification", | |
"Back End Development Certification", | |
"Full Stack Development Certification" | |
] | |
} | |
], | |
"awards": [], | |
"publications": [ | |
{ | |
"name": "Easily set up your own Twitter bot", | |
"publisher": "freeCodeCamp on Medium", | |
"releaseDate": "2017-01-28", | |
"website": "https://medium.freecodecamp.com/easily-set-up-your-own-twitter-bot-4aeed5e61f7f", | |
"summary": "Set up your own simple Twitter bot in under 30 minutes" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript", | |
"Node.js" | |
] | |
}, | |
{ | |
"name": "Source Control", | |
"level": "Master", | |
"keywords": [ | |
"VSTS", | |
"TFS", | |
"Git GitHub", | |
"ClusterSeven", | |
"VSS" | |
] | |
}, | |
{ | |
"name": "Databases", | |
"level": "Master", | |
"keywords": [ | |
"SQL Server", | |
"Oracle", | |
"LevelDB" | |
] | |
}, | |
{ | |
"name": "VBA", | |
"level": "Master", | |
"keywords": [ | |
"Excel", | |
"Word", | |
"Outlook", | |
"PowerPoint", | |
"Access" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [], | |
"references": [ | |
{ | |
"name": "", | |
"reference": "Available on request" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment