Last active
May 4, 2023 12:51
-
-
Save Ex-Ark/5a1dfa077bf55be135f438b4702bdb05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": {"theme": "kendall"}, | |
"basics": { | |
"name": "Alexis Delahaye", | |
"label": "Ingénieur Backend Ruby", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "", | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "Ex-Ark", | |
"url": "https://github.com/Ex-Ark" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Perfect Memory", | |
"position": "Ingénieur backend Ruby", | |
"location": "Clermont-Ferrand, France", | |
"url": "https://www.perfect-memory.com/", | |
"startDate": "2021-04-01", | |
"summary": "Intégration de besoins clients dans la plateforme et développement de micro-services connecteurs.", | |
"highlights": [ | |
"Analyse du besoin, spécifications fonctionnelles, rédaction de documentation", | |
"Développement de micro-services Ruby : intégration d'API tierce, data ingestion", | |
"Pure ruby app, RSpec, Rubocop, Gitlab CI, Docker, Kubernetes" | |
] | |
}, | |
{ | |
"name": "Sedadi", | |
"position": "Ingénieur informatique", | |
"location": "Aubière, France", | |
"url": "https://groupe-sedadi.fr/", | |
"startDate": "2019-11-01", | |
"endDate": "2021-04-01", | |
"summary": "Analyse des besoins, modélisation, conception et développement d'applications (Ruby on Rails)", | |
"highlights": [ | |
"Mise en place de toute la stack technique from-scratch : versionning, CI pipelines, deployment, production server, reverse proxies", | |
"Développement d'API RoR CAS Single Sign-on provider (utilisée tous les jours en production depuis) ", | |
"Développement d'API RoR GraphQL catalogue de produits", | |
"Ruby on Rails, RSpec, GraphQL, OpenID, CI, Docker, Capistrano, Unicorn" | |
] | |
}, | |
{ | |
"name": "Leikir Web", | |
"position": "Développeur backend Ruby on Rails", | |
"location": "Paris, France", | |
"url": "https://web.leikir.io/", | |
"startDate": "2018-04-01", | |
"endDate": "2018-09-31", | |
"summary": "Développement d'applications RoR intranet et plateformes clientes", | |
"highlights": [ | |
"Développement d'architecture micro-service de paiement biométrique", | |
"Mise en place d'une application admin back-office CRUD", | |
"Ruby on Rails, RSpec, Swagger, JsonAPI, TDD" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "ISIMA (Institut Supérieur d’Informatique, de Modélisation et de leurs Applications)", | |
"area": "Option Réseaux et Sécurité Informatique", | |
"studyType": "Dipôme d'ingénieur en informatique", | |
"startDate": "2016-09-01", | |
"endDate": "2019-09-01" | |
}, | |
{ | |
"institution": "IUT Clermont Auvergne", | |
"studyType": "DUT Informatique", | |
"startDate": "2014-09-01", | |
"endDate": "2016-09-01" | |
}, | |
{ | |
"institution": "Bac S", | |
"studyType": "Option science de l'ingénieur, spécialité Informatique et Science du Numérique", | |
"startDate": "2011-09-01", | |
"endDate": "2014-09-01" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Ruby (gems)", | |
"keywords": [ | |
"Ruby on Rails", | |
"RSpec", | |
"Devise", | |
"GraphQL", | |
"Rubocop" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Français", | |
"fluency": "Langue maternelle" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Arts martiaux", | |
"keywords": [ | |
"Viet vo dao", | |
"Ceinture noire 1 dan" | |
] | |
}, | |
{ | |
"name": "Hobby programming", | |
"keywords": [ | |
"Modding", | |
"Web scrapping" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment