Skip to content

Instantly share code, notes, and snippets.

@norival
Last active June 1, 2022 11:40
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 norival/dc6a7942c2278cbfd047ac47920c729d to your computer and use it in GitHub Desktop.
Save norival/dc6a7942c2278cbfd047ac47920c729d to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Xavier Laviron",
"label": "Developer",
"image": "",
"email": "xavier@norival.dev",
"phone": "+33 (0)6 37 34 64 26",
"url": "https://norival.dev",
"summary": "Fullstack web developer",
"location": {
"address": "2 bis rue de Mars la Tour",
"postalCode": "54000",
"city": "Nancy",
"countryCode": "FR",
"region": "France"
},
"profiles": [
{
"network": "Github",
"username": "norival",
"url": "https://github.com/norival"
}
]
},
"work": [
{
"name": "3D at Home",
"location": "Full remote, FR",
"description": "",
"position": "Fullstack developer",
"url": "https://www.3dathome.fr/",
"startDate": "2021-03-01",
"summary": "Fullstack developer",
"highlights": [
]
},
{
"name": "Neftis",
"location": "Nancy, FR",
"description": "",
"position": "Fullstack developer",
"url": "https://www.neftis.com/",
"startDate": "2020-10-01",
"endDate": "2020-11-30",
"summary": "Fullstack developer",
"highlights": [
]
},
{
"name": "Alpine Ecology Laboratory (LECA)",
"location": "Grenoble, FR",
"description": "Multivariate analysis of plant species distribution",
"position": "PhD",
"url": "https://leca.osug.fr",
"startDate": "2017-09-01",
"endDate": "2019-08-31",
"summary": "Mutivariate analysis of plant species distribution",
"highlights": [
]
}
],
"education": [
{
"institution": "3W Academy Grenoble",
"url": "https://3wa.fr/formations/formation-developpeur-web/une-formation-developpeur-web-junior/",
"area": "Web development",
"studyType": "RNCP 5",
"startDate": "2019-09-01",
"endDate": "2019-11-30",
"courses": [
"CSS",
"HTML",
"Javascript",
"PHP",
"Symfony"
]
},
{
"institution": "University of Dijon",
"url": "https://www.u-bourgogne.fr/formation/master/master-biodiversite-ecologie-evolution.html",
"area": "Biology - Ecology",
"studyType": "Master",
"startDate": "2015-09-01",
"endDate": "2017-07-30",
"courses": [
"Ecology",
"Evolution",
"Statistical analysis",
"R programming"
]
}
],
"skills": [
{
"name": "Backend Development",
"level": "Intermediate",
"keywords": [
"Javascript",
"NodeJS",
"PHP",
"Symfony",
"Socket.io",
"Typescript",
"MySQL"
]
},
{
"name": "Frontend Development",
"level": "Intermediate",
"keywords": [
"HTML5",
"CSS3",
"Javascript",
"Typescript",
"StimulusJS",
"Angular"
]
},
{
"name": "Tooling",
"level": "Advanced",
"keywords": [
"Git",
"Gitlab",
"GNU/Linux",
"Vim",
"Webpack",
"Bash"
]
},
{
"name": "DevOps",
"level": "Beginner",
"keywords": [
"Gitlab CI/CD",
"Docker",
"Kubernetes"
]
},
{
"name": "Data Analysis",
"level": "Intermediate",
"keywords": [
"Statistical analysis",
"Data visualization",
"Bayesian statistics"
]
}
],
"languages": [
{
"language": "French",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Intermediate"
}
],
"interests": [
{
"name": "Crafts",
"keywords": [
"Mechanic",
"Woodworking"
]
}
],
"projects": [
{
"name": "Qualys' professional website",
"description": "Professional website for Qualys, asset management company in Lyon",
"highlights": [],
"keywords": [
"Symfony",
"Web development",
"Web design",
"Sulu CMS"
],
"startDate": "2021-09-01",
"endDate": "2021-12-31",
"url": "https://qualys-lyon.com/",
"roles": [
"Developer",
"Designer"
],
"entity": "",
"type": "Website"
},
{
"name": "Stéphane Leroi's professional website",
"description": "Professional website for Stéphane Leroi, psychotherapist in Voiron",
"highlights": [],
"keywords": [
"Symfony",
"Web development",
"Web design"
],
"startDate": "2020-03-01",
"endDate": "2020-06-01",
"url": "https://gestalt-therapie-voiron.fr/",
"roles": [
"Developer",
"Designer"
],
"entity": "",
"type": "Website"
},
{
"name": "TheiaR",
"description": "R package to search, download and manage remote sensing data from Theia",
"highlights": [
"Open source package released on CRAN"
],
"keywords": [
"R",
"Remote sensing",
"Open source",
"API"
],
"startDate": "2019-03-01",
"url": "https://cran.r-project.org/package=theiaR",
"roles": [
"Developer",
"Maintainer"
],
"entity": "",
"type": "library"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00",
"theme": "stackoverflow"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment