Skip to content

Instantly share code, notes, and snippets.

@vasilvestre
Last active July 1, 2022 14:24
Show Gist options
  • Save vasilvestre/9b10a81a06784bfb618702f74b391ff1 to your computer and use it in GitHub Desktop.
Save vasilvestre/9b10a81a06784bfb618702f74b391ff1 to your computer and use it in GitHub Desktop.
{
"$schema": "https://json.schemastore.org/resume",
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Valentin Silvestre",
"label": "Developer",
"image": "https://avatars.githubusercontent.com/u/17164385?v=4",
"email": "vsilvestre.pro@gmail.com",
"phone": "",
"website": "https://vasilvestre.github.io/",
"summary": "I graduated with a Master's degree. 🎓 Mostly have professional experience in Web development. I'm a PHP ecosystem fan but I enjoy doing some Flutter, Go, React, and much more in my spare time..",
"location": {
"countryCode": "FR",
"address": "Lille"
},
"profiles": [
{
"network": "LinkTree",
"username": "vasilvestre.github.io",
"url": "https://vasilvestre.github.io/"
},
{
"network": "LinkedIn",
"username": "v-silvestre",
"url": "https://www.linkedin.com/in/v-silvestre/"
},
{
"network": "Github",
"username": "vasilvestre",
"url": "https://github.com/vasilvestre/"
}
]
},
"work": [
{
"name": "Akawaka",
"highlights": ["Sylius", "OSS", "Symfony", "API"],
"location": "Remote",
"position": "Developer",
"startDate": "2022-04-03",
"website": "https://www.akawaka.fr/"
},
{
"name": "Stores-discount (Oliver'Store's)",
"endDate": "2022-03-30",
"highlights": [],
"location": "Lille",
"position": "Analyst developer",
"startDate": "2020-08-31",
"website": "https://www.linkedin.com/company/oliver-store/"
},
{
"name": "Altima°/Accenture interactive",
"endDate": "2020-07-31",
"location": "Lille",
"highlights": ["Learned a lot about good pratices here"],
"position": "Developer",
"startDate": "2018-09-30",
"summary": "Multiples Symfony projects, including Sylius, ApiPlatform and VueJs in e-commerce projects.",
"website": "https://www.linkedin.com/company/altima-/"
},
{
"name": "HitPart",
"endDate": "2018-09-30",
"highlights": [],
"location": "Lille",
"position": "Developer",
"startDate": "2017-10-31",
"summary": "Projects running PHP 5.3, Symfony 1.4 and 2.7.\n\nI had to setup docker for the project.\nMigrated from Symfony 2.7 to 3.4.\nSetup a CI.\nSetup bash script to increase deployment productivity.",
"website": "https://www.linkedin.com/company/hitpart/"
},
{
"name": "Mobile Angelo",
"endDate": "2017-08-31",
"highlights": [],
"location": "Lille",
"position": "Ingénieur développement Web",
"startDate": "2016-09-30",
"summary": "Développement d'une plateforme B2B et B2C\n- Back-office et API centrale en Symfony 2.7\n- Site client en Symfony 3",
"website": "https://www.linkedin.com/company/mobile-angelo/"
}
],
"volunteer": [
{
"organization": "Les Restos du Coeur",
"position": "Bénévole polyvalent",
"website": "https://www.linkedin.com/company/restos-du-coeur/",
"startDate": "2015-11-30",
"endDate": "2016-08-31",
"summary": "Poste polyvalent, service en salle, discussion, réception et écoute.",
"highlights": ["Inequality is important to me"]
}
],
"education": [
{
"institution": "Université catholique de Lille",
"area": "Computer science",
"studyType": "Master degree",
"startDate": "2018-12-31",
"endDate": "2020-12-31",
"gpa": "Obtained",
"courses": ["C","C++","Linux"]
},
{
"institution": "Efficom Lille",
"area": "Informatique",
"studyType": "Bachelor chef de projets informatiques",
"startDate": "2017-12-31",
"endDate": "2018-12-31",
"gpa": "Obtained",
"courses": []
},
{
"institution": "Efficom Lille",
"area": "Services Informatiques aux Organisations",
"studyType": "Brevet de Technicien Supérieur",
"startDate": "2015-12-31",
"endDate": "2017-12-31",
"gpa": "Obtained",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Technologies",
"level": "Confirmed",
"keywords": [
"Symfony",
"PHP",
"JavaScript",
"React",
"Angular",
"Sylius"
]
},
{
"name": "DevOps / System",
"level": "",
"keywords": [
"Docker",
"Git",
"Github",
"Linux"
]
},
{
"name": "Subject",
"level": "Confirmed",
"keywords": [
"E-commerce"
]
}
],
"languages": [
{
"language": "French",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Professionnal"
}
],
"interests": [
{
"name": "Open source",
"keywords": [
"OSS",
"Open source"
],
"summary": "I like to contribute and appreciate the open source system."
}
],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment