Skip to content

Instantly share code, notes, and snippets.

@khvorov
Last active August 28, 2021 02:21
Show Gist options
  • Save khvorov/02637b823c2d710b33fa13e17f1e3080 to your computer and use it in GitHub Desktop.
Save khvorov/02637b823c2d710b33fa13e17f1e3080 to your computer and use it in GitHub Desktop.
CV template in JSON
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Dmitry Khvorov",
"label": "Programmer",
"email": "dmitry.khvorov@gmail.com",
"phone": "+6590265669",
"website": "khvorov.com",
"location": {
"address": "Singapore"
}
},
"education": [
{
"institution": "Saint-Petersburg State Technical University",
"location": "Saint-Petersburg, Russia",
"area": "Radiotechnics and Telecommunications",
"studyType": "Engineer",
"startDate": "Sep 2000",
"endDate": "Feb 2006",
"gpa": ""
}
],
"work": [
{
"location": "Singapore",
"position": "Technical Lead",
"website": "",
"startDate": "August 2018",
"endDate": "Present",
"highlights": [
"designed and implemented from scratch a bespoke platform for derivatives trading (market connectivity, execution, order management, risk checks, trade booking etc)",
"developed a pipeline for quant researchers to develop, test and deploy models into production",
"designed and implemented algo backtesting engine for daily and intraday strategies",
"research and development of trading algorithms based on machine learning methods (genetic programming, PCA, non-linear optimization)",
"developed high-performance distributed data storage for L1 and L2 market data",
"responsible for the firm's IT infrastructure"
],
"company": "Fairtide, Quantitative Hedge Fund"
},
{
"highlights": [
null,
"led the team of 6 software engineers",
"overhauled core components of the platform to improve its stability and performance"
],
"company": "Standard Chartered Bank",
"position": "Technical Lead of e-FX trading platform development team, Director ",
"location": "Singapore",
"startDate": "June 2016",
"endDate": "August 2018"
},
{
"highlights": [
"development of pricing servers for FX spot/forward/swaps",
"development of order execution system and smart order router"
],
"company": "Bank of America Merrill Lynch",
"position": "Senior Software Developer, AVP",
"location": "Singapore",
"startDate": "July 2011",
"endDate": "June 2016"
},
{
"highlights": [
"managing a team of 7 people – developers, QA and an electronic engineer",
"managing of development process of embedded security devices, middle-ware and high-speed data processing applications for Conditional Access Systems for Digital TV"
],
"company": "General Satellite Corp.",
"position": "Team Lead, Head of Device Development Department",
"location": "Saint-Petersburg, Russia",
"startDate": "December 2009",
"endDate": "June 2011"
},
{
"highlights": [
""
],
"company": "General Satellite Corp.",
"position": "Senior Security Software Developer",
"location": "Saint-Petersburg, Russia",
"startDate": "August 2004",
"endDate": "December 2009"
},
{
"highlights": [
""
],
"company": "Krasnaya Zarya, Factory",
"position": "Embedded Software Developer",
"location": "Saint-Petersburg, Russia",
"startDate": "July 2003",
"endDate": "February 2004"
},
{
"highlights": [
"developed a GUI tool to configure iptables",
"systems administration"
],
"company": "Scientific Research Insitute \"Rubin\"",
"position": "Junior Software Developer",
"location": "Saint-Petersburg, Russia",
"startDate": "July 2003",
"endDate": "February 2004"
},
{
"highlights": [
"development firmware for numerous devices used in a home automation system"
],
"company": "Night Bird LLC",
"position": "Junior Embedded Software Developer",
"location": "Saint-Petersburg, Russia",
"startDate": "July 2003",
"endDate": "February 2004"
}
],
"skills": [
{
"name": "Programming Languages",
"level": "",
"keywords": [
"C++",
"Python",
"Java",
"Assembler",
"R"
]
},
{
"keywords": [
"MySQL",
"MongoDB"
],
"name": "Databases"
}
],
"projects": [
{
"name": "",
"description": "",
"url": "",
"keywords": [
""
]
}
],
"awards": [
{
"title": "",
"date": "",
"awarder": "",
"summary": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment