Created
July 27, 2021 01:45
-
-
Save WillAbides/3bb865cd1edff7a4dbe2081330a889b2 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Will Roden", | |
"email": "[email protected]", | |
"location": { | |
"city": "Round Rock", | |
"countryCode": "US", | |
"region": "Texas" | |
} | |
}, | |
"work": [ | |
{ | |
"name": "GitHub", | |
"position": "Senior Software Engineer", | |
"startDate": "2017-04-03", | |
"highlights": [ | |
"Designed and built a distributed audit log", | |
"Created a new backend for tracking git contributions", | |
"Designed a CI system for GitHub Enterprise Server (unshipped)" | |
] | |
}, | |
{ | |
"name": "GitHub", | |
"position": "Senior System Engineer", | |
"startDate": "2015-11-03", | |
"endDate": "2017-04-03", | |
"highlights": [ | |
"Implemented pre-receive hooks on GitHub Enterprise Server", | |
"Packaged GitHub services to run in the GitHub Enterprise Server VM", | |
"Added dependency graph and dependabot functionality to GitHub Enterprise Server" | |
] | |
}, | |
{ | |
"name": "HomeAway", | |
"position": "Senior Software Engineer", | |
"startDate": "2013-08-03", | |
"endDate": "2015-10-31", | |
"highlights": ["Worked as a developer in DevTools where I worked on software to manage builds and deploys"] | |
}, | |
{ | |
"name": "HomeAway", | |
"position": "Senior QA Engineer", | |
"startDate": "2011-02-14", | |
"endDate": "2013-07-31", | |
"highlights": ["Wrote functional tests for HomeAway's payment services"] | |
}, | |
{ | |
"name": "Innography", | |
"position": "Senior Quality Engineer", | |
"startDate": "2009-03-05", | |
"endDate": "2011-02-03" | |
}, | |
{ | |
"name": "Authoria", | |
"position": "Senior Quality Engineer", | |
"startDate": "2005-12-27", | |
"endDate": "2009-03-03" | |
}, | |
{ | |
"name": "Indeed", | |
"position": "QA Lead", | |
"startDate": "2005-10-03", | |
"endDate": "2005-12-21" | |
}, | |
{ | |
"name": "PlanView", | |
"position": "Software Analyst", | |
"startDate": "2004-02-03", | |
"endDate": "2005-10-03" | |
}, | |
{ | |
"name": "Cisco Systems", | |
"position": "Systems Administrator", | |
"startDate": "1998-09-03", | |
"endDate": "2003-12-31" | |
}, | |
{ | |
"name": "NetSpeed", | |
"position": "IT Analyst", | |
"startDate": "1997-09-03", | |
"endDate": "1998-09-03" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment