Skip to content

Instantly share code, notes, and snippets.

@gcuisinier
Last active June 29, 2020 07:48
Show Gist options
  • Save gcuisinier/1379fa03e6ecca8a04096aba432d046f to your computer and use it in GitHub Desktop.
Save gcuisinier/1379fa03e6ecca8a04096aba432d046f to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "Gildas Cuisinier",
"label": "Software Engineer | DevOps",
"picture": "https://www.gcuisinier.net/img/gcuisinier.jpg",
"email": "gildas.cuisinier@gcuisinier.net",
"phone": "+32 475 857460",
"website": "https://www.gcuisinier;net",
"summary": "<dev>SomeWhere<ops>",
"location": {
"address": "",
"postalCode": "",
"city": "Arlon",
"countryCode": "BE",
"region": ""
},
"profiles": [
{
"network": "Twitter",
"username": "gcuisinier",
"url": "https://twitter.com/gcuisinier"
},
{
"network": "Github",
"username": "gcuisinier",
"url": "https://github.com/gcuisinier"
}
]
},
"work": [
{
"company": "Banque Internationale à Luxembourg",
"position": "Software Engineer",
"website": "https://www.bil.com",
"startDate": "2016-12-01",
"summary": "Description...",
"highlights": ["DevOps", "Software Factory", "Frameworks", "Automation"]
}
],
"volunteer": [
{
"organization": "YaJUG",
"position": "Co-President",
"website": "https://yajug.lu/",
"summary": "Co-organize Java Luxembourg JUG",
"highlights": ["JUG", "Developer Community"]
},
{
"organization": "VoxxedDays Luxembourg",
"position": "Organizer",
"website": "https://luxembourg.voxxeddays.com/en/",
"summary": "VoxxedDays Luxembourg is one of the major IT conference for developers in Luxembourg",
"highlights": ["VoxxedDays Luxembourg", "International Conference", "Conference"]
}
],
"education": [
{
"institution": "High School - Haute Ecole Rennequin Sualem",
"area": "Software Development | Network & Telecommunication",
"studyType": "Bachelor"
}
],
"skills": [
{
"name": "Development",
"level": "Master",
"keywords": ["Java", "SpringFramework", "Maven", "Hibernate"]
},
{
"name": "Web Development",
"level": "Novice",
"keywords": ["Java Script", "Angular", "Maven", "Hibernate"]
}
],
"languages": [
{
"language": "English",
"fluency": "Intermediate"
},
{
"language": "French",
"fluency": "Mother Tongue"
}
],
"interests": [
{
"name": "Photography",
"keywords": ["Macro", "Drone"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment