Skip to content

Instantly share code, notes, and snippets.

@LizAinslie
Last active August 14, 2019 19:39
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 LizAinslie/6b9e43293c8054894e35c0b10a215891 to your computer and use it in GitHub Desktop.
Save LizAinslie/6b9e43293c8054894e35c0b10a215891 to your computer and use it in GitHub Desktop.
JSON Resume
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Landon Gravat",
"label": "Career and Hobbyist Software Engineer",
"picture": "",
"email": "railinator4903@gmail.com",
"phone": "(816) 837-0822",
"website": "https://railrunner16.me",
"summary": "An ambitious software engineer, focused on making quality.",
"location": {
"address": "6247 S Riverbend Rd",
"postalCode": "MO 65810",
"city": "Springfield",
"countryCode": "US",
"region": "Missouri"
},
"profiles": [
{
"network": "Twitter",
"username": "railrunner166",
"url": "https://twitter.com/RailRunner166"
},
{
"network": "GitHub",
"username": "railrunner166",
"url": "https://github.com/RailRunner166"
},
{
"network": "Instagram",
"username": "railrunner166",
"url": "https://instagram.com/RailRunner166"
},
{
"network": "SoundCloud",
"username": "Landon Gravat",
"url": "https://soundcloud.com/landon-landon-the-awesome-gravat"
},
{
"network": "LinkedIn",
"username": "landon-gravat-5630a217b",
"url": "https://www.linkedin.com/in/landon-gravat-5630a217b"
}
]
},
"work": [
{
"company": "DMRail Games",
"position": "CEO",
"website": "https://dmrail.games",
"startDate": "2019-03-21",
"summary": "Cheif Executive Officer at DMRail Games, a game company focused on the people",
"highlights": [
"Founded the company",
"Made a hit snake game on IOGames.space, found at lazersnake.online"
]
}
],
"education": [
{
"institution": "Kickapoo High School",
"area": "Software Development",
"studyType": "High School Diploma",
"startDate": "2017-08-16",
"endDate": "2020-05-05",
"gpa": "3.1",
"courses": [
"Computer Science Essentials",
"Computer Science Principles"
]
},
{
"institution": "Ozark Technical Community College",
"area": "Software Development",
"studyType": "Associate's Degree",
"startDate": "2019-08-19",
"endDate": "2021-05-05",
"gpa": "4.0",
"courses": []
}
],
"awards": [
{
"title": "Hack4Good 3rd Place",
"date": "2018-11-02",
"awarder": "Hack4Good SGF",
"summary": "Got 3rd place at Hack4Good, a programming competition in Springfield."
},
{
"title": "JavaScript Tutorial",
"date": "2019-06-23",
"awarder": "SoloLearn",
"summary": "https://www.sololearn.com/Certificate/1024-7870658/pdf/"
},
{
"title": "C++ Tutorial",
"date": "2019-06-22",
"awarder": "SoloLearn",
"summary": "https://www.sololearn.com/Certificate/1051-7870658/pdf/",
"url": "https://www.sololearn.com/Certificate/1051-7870658/pdf/"
}
],
"skills": [
{
"name": "Frontend and web",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript",
"ReactJS",
"Vue",
"Redux",
"Bootstrap (4)",
"Semantic UI",
"AngularJS"
]
},
{
"name": "Server-Side and backend",
"level": "Master",
"keywords": [
"NodeJS",
"Python (2 & 3)",
"Ruby",
"C / C++",
"Go"
]
},
{
"name": "JVM",
"level": "Master",
"keywords": [
"Java",
"Swing",
"LWJGL",
"GSON",
"Maven",
"IntelliJ IDEA"
]
},
{
"name": "Mobile",
"level": "Intermediate",
"keywords": [
"Ionic",
"Android Studio"
]
},
{
"name": "DevOps",
"level": "Master",
"keywords": [
"Bash",
"Fish",
"Unix",
"Ubuntu",
"AWS",
"Heroku",
"ufw",
"Linux"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Spanish",
"fluency": "Intermediate Low"
},
{
"language": "German",
"fluency": "Novice Low"
}
],
"interests": [
{
"name": "Exercise",
"keywords": [
"Running",
"Walking",
"Cross-fit"
]
},
{
"name": "Humor",
"keywords": [
"Memes",
"Dad Jokes"
]
},
{
"name": "Individual/Dual Sports",
"keywords": [
"Badminton",
"Pickleball",
"Table Tennis"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment