Last active
January 20, 2023 01:09
-
-
Save GeoffCrittenden/b4a5933f21b6c4bb977455ec1022cac5 to your computer and use it in GitHub Desktop.
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": "Geoff Crittenden", | |
"label": "Software Engineer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "(312) 485-6300", | |
"url": "https://geoffcrittenden.com", | |
"summary": "Experienced Lead Software Engineer, Decorated Combat Aviator, & Proven Leader", | |
"location": { | |
"city": "Chicago", | |
"countryCode": "US", | |
"region": "Illinois" | |
} | |
}, | |
"work": [{ | |
"name": "Enova International", | |
"position": "Software Engineer Tech Lead I", | |
"url": "https://enova.com", | |
"startDate": "2014", | |
"endDate": "2023", | |
"summary": "Worked as both software engineer & site reliability engineer supporting multiple domestic & international products with millions of customers and high traffic architecture.", | |
"highlights": [ | |
"Designed & created scalable services & micro-services for large, international financial tech enterprise", | |
"Supported large legacy codebases primary using Ruby on Rails, GoLang, Javascript, & PostgresSQL" | |
] | |
}], | |
"certificates": [ | |
{ | |
"name": "AWS Certified Solutions Architect – Associate", | |
"date": "2021-07-12", | |
"issuer": "AWS Training & Certification", | |
"url": "https://www.credly.com/badges/06c95535-7f7e-4489-9af5-c758c0c2e347/public_url" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Michigan - College of Engineering", | |
"url": "https://engin.umich.edu/", | |
"area": "Atmospheric, Oceanic, & Space Sciences", | |
"studyType": "Bachelor of Science", | |
"startDate": "1996", | |
"endDate": "2000" | |
}, | |
{ | |
"institution": "Dev Bootcamp", | |
"url": "https://devbootcamp.com/", | |
"area": "Web Development & Software Engineering", | |
"studyType": "Career Certificate", | |
"startDate": "2013", | |
"endDate": "2013" | |
}, | |
{ | |
"institution": "DePaul University - College of CDM", | |
"url": "https://cdm.depaul.edu/", | |
"area": "Cinema Production", | |
"studyType": "Master of Science", | |
"startDate": "2009", | |
"endDate": "2012" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment