Skip to content

Instantly share code, notes, and snippets.

@jeongmincha
Last active March 17, 2021 16:09
Show Gist options
  • Save jeongmincha/00cb6e80379478c5678b9cdbbd90fff8 to your computer and use it in GitHub Desktop.
Save jeongmincha/00cb6e80379478c5678b9cdbbd90fff8 to your computer and use it in GitHub Desktop.
resume.json
{
"meta": {
"theme": "spartan",
"whatever": {
"x" : "dsdsds",
"y" : [],
"z": {
"z1": 1,
"z2": "2"
}
}
},
"basics": {
"name": "차정민",
"label": "Software Engineer",
"summary": "",
"email": "cjm9236@gmail.com",
"location": {
"city": "Seoul",
"countryCode": "KR"
},
"profiles": [
{
"username": "jeongmincha",
"url": "http://www.linkedin.com/in/jeongmincha",
"network": "linkedin"
},
{
"url": "https://github.com/jeongmincha",
"username": "jeongmincha",
"network": "github"
}
]
},
"education": [
{
"startDate": "2017-03",
"endDate": "2019-08",
"area": "전산학부",
"studyType": "M.S",
"institution": "한국과학기술원 (KAIST)"
},
{
"startDate": "2012-03",
"endDate": "2017-02",
"area": "컴퓨터전공",
"studyType": "B.A",
"institution": "한양대학교"
}
],
"skills": [
{
"keywords": [
"Python",
"Javascript",
"Java"
],
"name": "Programming Languages"
},
{
"keywords": [
"Node.js",
"Spring",
"ProObject (Spring과 유사)"
],
"name": "Backend"
},
{
"keywords": [
"TOP (Vanilla JS)",
"Ionic"
],
"name": "Frontend Web / Mobile"
},
{
"keywords": [
"MySQL",
"PostgreSQL",
"MongoDB",
"Tibero (Oracle과 유사)"
],
"name": "Database"
},
{
"keywords": [
"unittest, pytest (python)",
"jtest, ava (javascript)",
"JUnit (Java)"
],
"name": "Test"
},
{
"keywords": [
"Travis",
"Jenkins",
"Buddyworks"
],
"name": "CI/CD"
},
{
"keywords": [
"API-Swagger, sphinx (python)",
"typedoc (Typescript)"
],
"name": "Documentation"
},
{
"keywords": [
"vim",
"linux",
"bash shell scripting"
],
"name": "Others"
}
],
"work": [
{
"company": "티맥스 비아이",
"position": "R&D 연구원 (소프트웨어 개발자)",
"startDate": "2019-08-01"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment