Skip to content

Instantly share code, notes, and snippets.

@danil
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danil/02e7306b7901dccee9e1 to your computer and use it in GitHub Desktop.
Save danil/02e7306b7901dccee9e1 to your computer and use it in GitHub Desktop.
JSON resume
node_modules
npm-debug.log

Resume

License

Copyright (c) 2014 Danil Kutkevich danil@kutkevich.org.
See the LICENSE file for license rights and limitations (MIT).

The MIT License (MIT)
Copyright (c) 2014 Danil Kutkevich <danil@kutkevich.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "resume.json",
"version": "v0.0.1",
"description": "Danil Kutkevich resume",
"homepage": "http://danil.kutkevich.org",
"repository": {
"type": "git",
"url": "https://gist.github.com/02e7306b7901dccee9e1.git"
},
"bugs": {
"url": "https://gist.github.com/02e7306b7901dccee9e1.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"resume-cli": "latest"
},
"scripts": {
"start": "gulp connect",
"test": "gulp default"
},
"engines": {
"node": "latest"
}
}
{
"basics": {
"name": "Danil Kutkevich",
"label": "Programmer",
"picture": "",
"email": "danil@kutkevich.org",
"phone": "+7-921-338-0130",
"website": "http://danil.kutkevich.org",
"summary": "I work as the web programmer since 2003 on the present (2014)",
"location": {
"address": "25 Peredovikov st., apt. 24",
"postalCode": "195279",
"city": "Saint Petersburg",
"countryCode": "Russia",
"region": "Saint Petersburg"
},
"profiles": []
},
"work": [
{
"company": "WaveAccess",
"position": "",
"website": "http://wave-access.com",
"startDate": "2013-06-01",
"endDate": "9999-01-01",
"summary": "Health information technology",
"highlights": []
},
{
"company": "Molinos",
"position": "",
"website": "http://molinos.ru",
"startDate": "2012-05-01",
"endDate": "2013-06-01",
"summary": "",
"highlights": []
},
{
"company": "Avers",
"position": "",
"website": "http://prohq.ru",
"startDate": "2010-09-01",
"endDate": "2012-05-01",
"summary": "",
"highlights": []
},
{
"company": "John studio",
"position": "",
"website": "",
"startDate": "2008-03-01",
"endDate": "2010-09-01",
"summary": "",
"highlights": []
},
{
"company": "Darout",
"position": "",
"website": "http://darout.ru",
"startDate": "2004-11-01",
"endDate": "2008-03-01",
"summary": "",
"highlights": []
}
],
"volunteer": [],
"education": [
{
"institution": "St.-Petersburg University of Telecommunications of a name of professor M. A. Bonch-Bruevich",
"area": "Information Technology",
"studyType": "3rd year",
"startDate": "1997-09-01",
"endDate": "2010-06-01",
"gpa": "",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"Ruby on Rails",
"Javascript",
"HTML",
"CSS"
]
},
{
"name": "RDBMS",
"level": "Intermediate",
"keywords": [
"SQL"
]
},
{
"name": "*nix",
"level": "Master",
"keywords": [
"Bash script"
]
}
],
"languages": [
{
"language": "Russian",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Low Intermediate"
}
],
"interests": [
{
"name": "Sport",
"keywords": []
}
],
"references": []
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment