Last active
March 12, 2021 14:06
-
-
Save imaitland/15acfcd821f6c3d5f09e93f88b327dc4 to your computer and use it in GitHub Desktop.
resume
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Iain Maitland", | |
"label": "Fullstack Developer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "(737) 226-3943", | |
"url": "https://iainmaitland.com", | |
"summary": "Iain hails from Manchester, England. He has a degree from the University of Cambridge, in Law and History of Art, and 5 years experience as a frontend and fullstack developer. Before going freelance and diving into the world of Rust he worked as an early employee for Steem, building user-facing apps on their blockchain. While his work focusses on human-machine and machine-machine interactions he's generally interested in making software that's clear, crafty, careful and creative.", | |
"location": { | |
"address": "13512 Gable Street", | |
"postalCode": "MI 48212", | |
"city": "Baltimore", | |
"countryCode": "US", | |
"region": "Maryland" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "imaitland", | |
"url": "https://github.com/imaitland" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "iain_maitland", | |
"url": "https://twitter.com/iain_maitland" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Freelance", | |
"location": "Remote USA", | |
"description": "Develop useful software for a variety of clients.", | |
"position": "Fullstack developer", | |
"url": "https://hobbes.work", | |
"startDate": "2020-01-05", | |
"summary": "Working as a lead developer with a local and remote team of graphic and product designers to implement solutions for creative and b2b software briefs for a range of clients including General Motors, Amazon, Google and Ford.", | |
"highlights": [ | |
"https://hobbes.work", | |
"https://means.tv", | |
"Build a custom CRM in React with a GraphQL backend - for General Motors dealerships and special events internationally" | |
] | |
}, | |
{ | |
"name": "Steemit.com", | |
"location": "Remote USA", | |
"description": "Develop applications for the Steem blockchain", | |
"position": "Fullstack Developer", | |
"url": "https://steemit.com", | |
"startDate": "2018-01-05", | |
"endDate": "2020-01-05", | |
"summary": "Working as part of a remote agile team with 3 other developers, to develop and scale open source blockchain software (https://github.com/steemit) used by millions of users and processing millions of dollars in cryptocurrency transactions.", | |
"highlights": [ | |
"Built the most popular front end (React/Typescript) for the Steem blockchain, including authorization, market trading, and cryptocurrency wallet features.", | |
"https://steemit.com", | |
"https://signup.steemit.com/", | |
"https://wallet.steemit.com" | |
] | |
}, | |
{ | |
"name": "Quikly", | |
"location": "Detroit, USA", | |
"description": "Develop an administration dashboard in React", | |
"position": "Frontend Developer", | |
"url": "https://Quikly.com", | |
"startDate": "2017-01-05", | |
"endDate": "2018-01-05", | |
"summary": "Working as part of an agile team with 2 other developers, on b2b dashboard software.", | |
"highlights": [ | |
"Build out a GraphQL api in Ruby-on-rails to drive the front end.", | |
"Advocate for Typescript adoption within the company" | |
] | |
}, | |
{ | |
"name": "Penske Media Corporation", | |
"location": "Detroit, USA", | |
"description": "Develop public magazine websites headless CMS stack.", | |
"position": "Frontend Developer", | |
"url": "https://pmc.com", | |
"startDate": "2016-01-05", | |
"endDate": "2017-01-05", | |
"summary": "Agile team with 2 other developers, architecting CMS backends in Wordpress and Drupal and frontends in React", | |
"highlights": [ | |
"Lead pivot from traditional CMS instances to a headless model", | |
"Drive adoption of React within the company" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Cambridge, Jesus College", | |
"url": "https://www.jesus.cam.ac.uk/", | |
"area": "Law & History of Art", | |
"studyType": "Bachelor", | |
"startDate": "2006-06-01", | |
"endDate": "2009-01-01", | |
"score": "II.i" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Professional", | |
"keywords": [ | |
"React", | |
"NodeJS", | |
"Typescript", | |
"Javascript", | |
"GraphQL", | |
"MySql" | |
] | |
}, | |
{ | |
"name": "DevOps", | |
"level": "Professional", | |
"keywords": [ | |
"AWS", | |
"Docker", | |
"Git" | |
] | |
}, | |
{ | |
"name": "Rust", | |
"level": "Professional", | |
"keywords": [ | |
"Native Application Development", | |
"Embedded Systems" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Art", | |
"keywords": [ | |
"Photography", | |
"Poetry", | |
"Writing" | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "ListFold", | |
"description": "A workflowy clone that saves data locally", | |
"highlights": [ | |
"A React app written in Typescript, exploring concepts like state machines and drag and drop interactions" | |
], | |
"keywords": [ | |
"Typescript", | |
"Electron", | |
"Javascript" | |
], | |
"startDate": "2020-08-24", | |
"endDate": "2020-08-24", | |
"url": "https://listfold.com", | |
"roles": [ | |
"Fullstack developer", | |
"Creator" | |
], | |
"entity": "ListFold", | |
"type": "application" | |
} | |
], | |
"meta": { | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00", | |
"theme": "flat" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment