Last active
June 27, 2019 14:51
-
-
Save bensochar/2b6c028c19f798ca44501ed53c9a404e to your computer and use it in GitHub Desktop.
{ "theme": "paper"}
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
{ | |
"basics": { | |
"name": "Ben Sochar", | |
"label": "Full Stack", | |
"summary": "Full stack web developer always eager for more", | |
"website": "http://bensochar.com", | |
"email": "[email protected]", | |
"location": { | |
"city": "New York", | |
"countryCode": "US" | |
}, | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "bensochar", | |
"url": "http://twitter.com/bensochar" | |
}, | |
{ | |
"network": "Github", | |
"username": "bensochar", | |
"url": "https://github.com/bensochar" | |
} | |
] | |
}, | |
"skills": [{ | |
"name": "Backend Development", | |
"level": "Senior", | |
"keywords": [ | |
"Ruby", | |
"Rails", | |
"PHP" | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment