Skip to content

Instantly share code, notes, and snippets.

@RobJDavey
Last active May 16, 2023 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobJDavey/74ed3b2f0ebcae6bbe9d7a45327c076d to your computer and use it in GitHub Desktop.
Save RobJDavey/74ed3b2f0ebcae6bbe9d7a45327c076d to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Rob Davey",
"label": "Software Engineer",
"summary": "I'm a full stack developer that has worked in the EDI industry for the last 7 year, and have just started my own company deliverying exciting new supply chain integration products.",
"email": "telefax.axiom-0n@icloud.com",
"url": "https://robjdavey.com",
"image": "https://avatars.githubusercontent.com/u/884913",
"location": {
"address": "Bamber Bridge",
"postalCode": "PR5",
"city": "Preston",
"region": "Lancashire",
"countryCode": "GB"
}
},
"education": [
{
"studyType": "Bachelor",
"area": "Software Engineering",
"startDate": "2005",
"endDate": "2009",
"institution": "University of Central Lancashire",
"score": "First class with distinction in placement",
}
],
"work": [
{
"name": "Supply Lens Ltd.",
"position": "Technical Director",
"startDate": "2023-04-01",
"location": "GB",
"url": "https://supplylens.co.uk"
}
],
"languages": [
{
"language": "English",
"fluency": "Native"
}
],
"interests": [
{
"name": "Weightlifting"
},
{
"name": "Swimming"
},
{
"name": "Console Gaming"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment