Last active
September 16, 2021 02:25
-
-
Save sejr/13481b28f8e7425feb6770a504eda447 to your computer and use it in GitHub Desktop.
JSON Resume
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
{ | |
"meta": { | |
"theme": "short" | |
}, | |
"basics": { | |
"name": "Samuel Roth", | |
"label": "Programmer", | |
"image": "https://avatars.githubusercontent.com/u/2413031?v=4", | |
"email": "[email protected]", | |
"url": "https://samuelroth.net", | |
"summary": "Experienced software engineer passionate about tackling challenges at the intersection of security, privacy, and user experience. Currently focused on distributed systems and building great platforms.", | |
"location": { | |
"city": "New York", | |
"region": "New York", | |
"countryCode": "US" | |
}, | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "sjroot", | |
"url": "https://twitter.com/sjroot" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "sejr", | |
"url": "https://github.com/sejr" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Bloomberg", | |
"position": "Senior Software Engineer", | |
"url": "https://www.bloomberg.com", | |
"startDate": "2020-05-11" | |
}, | |
{ | |
"name": "Capital One", | |
"position": "Software Engineer", | |
"url": "https://www.capitalone.com", | |
"startDate": "2020-03-08", | |
"endDate": "2020-05-08" | |
} | |
], | |
"volunteer": [], | |
"education": [ | |
{ | |
"institution": "The Ohio State University", | |
"url": "https://osu.edu/", | |
"area": "Computer Science and Engineering", | |
"studyType": "Master", | |
"startDate": "2016-08-01", | |
"endDate": "2018-05-01", | |
"courses": [] | |
}, | |
{ | |
"institution": "Ohio Northern University", | |
"url": "https://onu.edu/", | |
"area": "Computer Engineering", | |
"studyType": "Bachelor", | |
"startDate": "2012-08-01", | |
"endDate": "2016-05-01", | |
"courses": [] | |
} | |
], | |
"awards": [], | |
"publications": [], | |
"skills": [], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [], | |
"projects": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment