Last active
February 2, 2020 17:18
-
-
Save ajkachnic/e2ffdc1057c1214b61475ab385d4a11a 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": "Andrew Kachnic", | |
"label": "Web Developer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "", | |
"website": "http://ajkachnic.github.io", | |
"summary": "I am a passionate, energetic web developer. For over a year, I've worked with many different technologies and developed essential skills to build efficient, performance oriented applications, websites, and APIs. I'm self taught, and have worked on many projects, designs, and ideas", | |
"location": { | |
"address": "", | |
"postalCode": "NJ 08205", | |
"city": "New Jersey", | |
"countryCode": "US", | |
"region": "New Jersey" | |
}, | |
"profiles": [{ | |
"network": "Twitter", | |
"username": "su_andrewk", | |
"url": "http://twitter.com/su_andrewk" | |
}] | |
}, | |
"education": [{ | |
"institution": "Absegami", | |
"area": "Computer Science", | |
"studyType": "Highschool", | |
"startDate": "2020-09-03", | |
"endDate": "2024-06", | |
}], | |
"skills": [{ | |
"name": "Web Development", | |
"level": "Intermediate", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript", | |
"React", | |
"Svelte" | |
] | |
}, | |
{ | |
"name": "API Development and Integration", | |
"level": "Intermediate", | |
"keywords": [ | |
"Express", | |
"Node", | |
"MongoDB", | |
"fetch" | |
] | |
}], | |
"languages": [{ | |
"language": "JavaScript", | |
"fluency": "Intermediate" | |
}, | |
{ | |
"language": "HTML", | |
"fluency": "Master" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment