Created
September 3, 2019 12:43
-
-
Save Webbrother/b725a8f81c72363298c9a613f8ad5d54 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": "Vitaly Komarov", | |
"label": "Frontend developer", | |
"picture": "", | |
"email": "[email protected]", | |
"website": "http://webbrother.net", | |
"summary": "I'm frontend developer with over seven years of experience. I have wide experience of work in different projects (from unknown startups to worldwide famous projects). I have strong front-end development skills and related technologies awareness and JavaScript expert competencies.\nI tend to use design patterns and \"academic\" approaches (SOLID, DRY, GRASP, KISS), modern techniques (unit testing, packet managers, task runners etc.). I am especially interested in state of the art front-end trends and MVC frameworks. I like modern code quality control tools like Tslint, Prettifier.\n", | |
"location": { | |
"address": "Russia", | |
"postalCode": "", | |
"city": "Samara", | |
"countryCode": "RU", | |
"region": "Samara region" | |
}, | |
"profiles": [ | |
{ | |
"network": "Linkedin", | |
"username": "Vitaliy Komarov", | |
"url": "https://www.linkedin.com/in/vitaly-komarov/" | |
}, | |
{ | |
"network": "Stackoverflow", | |
"username": "Webbrother", | |
"url": "https://stackoverflow.com/users/2179748/webbrother" | |
}, | |
{ | |
"network": "Github", | |
"username": "Webbrother", | |
"url": "https://github.com/Webbrother" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Provectus", | |
"position": "Frontend Developer", | |
"website": "https://provectus.com/", | |
"startDate": "2017-02-01", | |
"endDate": "2018-09-01", | |
"summary": "Front-end development", | |
"highlights": [ | |
"https://upwork.com/mobile - development of mobile version of website (AngularJS)", | |
"https://www.figure-eight.com/ - development of tool for detection of unreliable users (ReactJS)", | |
"https://www.tripactions.com/ - development of \"proof of concept\" users managing app (Angular)" | |
] | |
}, | |
{ | |
"company": "Pravo.ru", | |
"position": "Frontend Developer", | |
"website": "https://about.pravo.ru/", | |
"startDate": "2016-03-01", | |
"endDate": "2016-12-01", | |
"summary": "Front-end developer on casepro.pro and caselook.ru projects.", | |
"highlights": [ | |
"http://casepro.pro/ - Legal Processes Automation System (AngularJS)", | |
"http://caselook.ru/ - System for searching and analyzing judicial cases (React/Redux)" | |
] | |
}, | |
{ | |
"company": "EPAM Systems", | |
"position": "Frontend Developer", | |
"website": "https://www.epam.com/", | |
"startDate": "2014-03-01", | |
"endDate": "2016-02-01", | |
"summary": "Frontend development.\nJunior developer mentoring.", | |
"highlights": [ | |
"http://casepro.pro/ - Legal Processes Automation System (AngularJS)", | |
"http://caselook.ru/ - System for searching and analyzing judicial cases (React/Redux)" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Samara University", | |
"area": "Aircraft Faculty, Modeling and operations research in organizational and technical systems / Space crafts", | |
"studyType": "Engineer", | |
"startDate": "2001-09-01", | |
"endDate": "2007-02-01" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Frontend Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript", | |
"ES6/ES7", | |
"Angular/AngularJS", | |
"ReactJS", | |
"Redux", | |
"TypeScript", | |
"RxJS" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Russian", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Upper-intermediate" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Wildlife", | |
"keywords": [ | |
"Psychology", | |
"Yoga" | |
] | |
}, | |
{ | |
"name": "Music", | |
"keywords": [ | |
"Pink floyd" | |
] | |
} | |
], | |
"meta": { | |
"theme": "elegant" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment