Last active
March 30, 2020 01:09
-
-
Save sergeyhush/e7667fe37688792f047d378f075827c3 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
{ | |
"basics": { | |
"name":"Sergey Sudakovich", | |
"label": "Software Enigneer", | |
"email": "[email protected]", | |
"summary": "Experiened software enigneer who I passionate about automation", | |
"profiles":[ { | |
"network": "Github", | |
"username":"sergeyhush", | |
"url": "https://github.com/sergeyhush" | |
}] | |
}, | |
"work": [ | |
{ | |
"company": "Snowflake", | |
"position": "Senior Software Enigneer (Cloud SRE)", | |
"website": "https://snowflake.com", | |
"startDate": "2019-04-15" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Southern California", | |
"area": "Computer Science with Specialization in Computer Networks", | |
"studyType": "Masters of Science", | |
"startDate": "2007-10-01", | |
"endDate": "2009-06-01" | |
}, | |
{ | |
"institution": "University of Southern California", | |
"area": "Computer Science", | |
"studyType": "Bachelor of Science", | |
"startDate": "2006-10-01", | |
"endDate": "2008-06-01" | |
}, | |
{ | |
"institution": "Odessa State Polytechnic University", | |
"area": "Computer Science", | |
"studyType": "Bachelor of Science", | |
"startDate": "1999-10-01", | |
"endDate": "2002-02-01" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment