Skip to content

Instantly share code, notes, and snippets.

@dagolinuxoid
Last active September 24, 2021 09:20
Show Gist options
  • Save dagolinuxoid/b750479db4fcb3c23ef309f23002701a to your computer and use it in GitHub Desktop.
Save dagolinuxoid/b750479db4fcb3c23ef309f23002701a to your computer and use it in GitHub Desktop.
testing json resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Artur Haurylkevich",
"label": "coder",
"image": "",
"email": "daniel1kdago@gmail.com",
"summary": "FRONT-END",
"location": {
"city": "Vishnevo",
"countryCode": "BY"
},
"profiles": [
{
"network": "Twitter",
"username": "dagoeos",
"url": "https://twitter.com/dagoeos"
},
{
"network": "GitHub",
"username": "dagolinuxoid",
"url": "https://github.com/dagolinuxoid"
}
]
},
"education": [
{
"institution": "Belarusian National Technical University",
"area": "mechanical engineer",
"startDate": "2005-06-01",
"endDate": "2011-01-01",
"courses": ["cs50 harvard"]
}
],
"skills": [
{
"name": "web development",
"level": "",
"keywords": ["Javascript", "HTML", "CSS"]
},
{
"name": "npm packages",
"level": "",
"keywords": ["react", "redux", "@reduxjs/toolkit"]
}
],
"languages": [
{
"language": "English",
"fluency": "intermediate"
}
],
"projects": [
{
"name": "Jordan Store",
"keywords": ["react hooks"],
"url": "https://jordan-store.netlify.app"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00",
"theme": "stackoverflow"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment