1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
| { "profile": { "name": "정영기", "male": true, "birth": "1988-11-23", "website": "https://hidelryn.github.io", "email": "hidelryn@gmail.com", "location": { "countryCode": "KR", "city": "경기도 용인시 수지구 풍덕천동" }, "dischargedMilitary": true }, "skills": { "backend": ["TS", "JS", "Go", "AWS", "Redis", "MySQL"], "frontend": ["HTML", "CSS", "JS"], "ETC": ["GIT", "SVN"] }, "works": [ { "company": "(주)나인아크", "term": "2020.10 ~ 현재", "description": "모바일 게임 서버 프로그래머", "stack": ["Node.js (js)", "Express.js", "AWS", "MySQL", "Redis"] }, { "company": "집", "term": "2020.05 ~ 2020.09", "description": "백수 😷" }, { "company": "㈜메모리", "term": "2017.11 ~ 2020.04", "description": "모바일 게임 서버 프로그래머", "stack": ["Node.js (js)", "Express.js", "AWS", "Redis", "MySQL", "HTML", "CSS", "Java", "SpringMVC"] }, { "company": "앱피플", "term": "2016.08 ~ 2017.04", "description": "웹에이전시에서 홈페이지 개발", "stack": ["classic-asp", "MS-SQL", "HTML", "CSS", "JS"] } ], "education": { "university": "신한대학교", "state": "중퇴" } }
|