Skip to content

Instantly share code, notes, and snippets.

@antoine1003
Last active March 20, 2022 15:46
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 antoine1003/24e433d322e740bc0ba63a5b752295fd to your computer and use it in GitHub Desktop.
Save antoine1003/24e433d322e740bc0ba63a5b752295fd to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Antoine DAUTRY",
"label": "Développeur Fullstack",
"picture": "https://media-exp1.licdn.com/dms/image/C4E03AQHJ7H8CEGXRzg/profile-displayphoto-shrink_800_800/0/1632729565334?e=1653523200&v=beta&t=5rDc9oIpEFIlfNar4EgpJbE9cprlYeZ7NnrqQ-z7wW8",
"email": "antoine.dautry@gmail.com",
"phone": "",
"website": "https://adautry.fr",
"summary": "",
"location": {
"address": "",
"postalCode": "44000",
"city": "Nantes",
"countryCode": "FR",
"region": ""
},
"profiles": [
{
"network": "LinkedIn",
"username": "antoine-dautry",
"url": "https://www.linkedin.com/in/antoine-dautry/"
}
]
},
"work": [
{
"company": "Elephant Technologies",
"location": "",
"description": "",
"position": "Développeur Fullstack",
"website": "",
"startDate": "2022-11",
"summary": "- Mise en place d'une plateforme mettant en relation les différents acteurs de la réinsertion des anciens détenus.\n- Front: Angular 11 / Back: Spring Boot\n- Axelor\n- Gestion de projet SCRUM\n",
"highlights": [
"Angular 11",
"Java Spring Boot"
]
},
{
"company": "Groupe SII (La Poste)",
"location": "",
"description": "",
"position": "Développeur Fullstack",
"website": "",
"startDate": "2021-03",
"endDate": "2021-11",
"summary": "- Ajout de fonctionnalités sur un outil interne de La Poste permettant la répartition des techniciens sur différentes missions.\n- Front: Angular 8 / Back : Java Spring Boot\nBatch : Spring Batch\n- Bibliothèque JS : Fullcalendar 4, Leaflet\n- Algorithme génétique pour générer un calendrier automatique\n- Intégration : Jenkins / Kubernetes\n",
"highlights": [
"Angular 8",
"Java Spring Boot"
]
},
{
"company": "Groupe SII (DSI)",
"location": "",
"description": "",
"position": "Développeur Fullstack",
"website": "",
"startDate": "2019-11",
"endDate": "2021-03",
"summary": "- Conversion d’une ancienne application sur Angular 9 avec un backend .NET Core.\n- Migration d'une application de Laravel 5.5 vers Laravel 6.0\n- Création de modules projeqtor en PHP pour intégrer les anciennes fonctionnalités dans la nouvelle version de projeqtor\n",
"highlights": [
"PHP",
"Angular",
".NET Core"
]
},
{
"company": "Ministère des armées",
"location": "",
"description": "",
"position": "Développeur Front (React)",
"website": "",
"startDate": "2019-03",
"endDate": "2019-09",
"summary": "- Développement d'une application web pour la gestion des préférences des utilisateurs (React JS)",
"highlights": [
"React JS"
]
}
],
"volunteer": [],
"education": [
{
"institution": "École d’ingénieurs (ESAIP)",
"area": "Ingénieur du numérique",
"studyType": "",
"startDate": "2016-09",
"endDate": "2019-10",
"gpa": "",
"courses": [
""
]
}
],
"awards": [],
"publications": [
{
"name": "Fonctions fléchées vs classiques sur javascript",
"publisher": "Elephant technologies",
"releaseDate": "2022-01",
"website": "https://www.elephant-technologies.fr/actualite/52",
"summary": ""
}
],
"skills": [
{
"name": "Développement Front",
"level": "2 années",
"keywords": [
"Angular",
"Javascript Vanilla",
"SCSS"
]
},
{
"name": "Développement Back",
"level": "2 ans",
"keywords": [
"PHP (Symfony, Laravel)",
"Java Spring"
]
}
],
"languages": [
{
"language": "Anglais",
"fluency": "Avancé"
},{
"language": "Espagnol",
"fluency": "Professionnel"
}
],
"interests": [
{
"name": "Musique",
"keywords": [
"Guitare",
"Piano"
]
},
{
"name": "Phtographie",
"keywords": [
"Réalisation de portrait"
]
},
{
"name": "Cinéma",
"keywords": [
""
]
}
],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment