Last active
April 4, 2023 08:26
-
-
Save Sacramentix/f7562f4e57a6cdba7758d1d559df47e2 to your computer and use it in GitHub Desktop.
My resume
This file contains hidden or 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
| { | |
| "basics": { | |
| "name": "Benjamin Gilloury", | |
| "label": "Développeur full-stack", | |
| "summary": "Développeur web curieux (un peu trop!) en recherche d'expériences enrichissantes !", | |
| "email": "benjamin.gilloury@gmail.com", | |
| "location": { | |
| "postalCode": "92140", | |
| "city": "Clamart", | |
| "countryCode": "FR" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "Github", | |
| "url": "https://github.com/Sacramentix" | |
| }, | |
| { | |
| "network": "Portfolio", | |
| "url": "https://sacramentix.fr" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "company": "Naostre", | |
| "position": "Dev full stack", | |
| "highlights": [ | |
| "Développement back et front d'une application web pour sensibiliser les employés d'une entreprise au démarche environemental.Backend Node js, Fastify, Mongo Db. Frontend Quasar, Vue.Projet réaliser sur mon temps avec un groupe d'amis sur 1 an avec comme client Clear Channel." | |
| ] | |
| }, | |
| { | |
| "company": "Sacramentix.fr", | |
| "position": "Projet Personnel", | |
| "highlights": [ | |
| "N'hésiter pas a visité mon portfolio et mon Github." | |
| ] | |
| }, | |
| { | |
| "company": "Agence web", | |
| "position": "Dev full-stack", | |
| "highlights": [ | |
| "Réalisation de site web vitrine à partir de maquette dessiner par un graphiste." | |
| ] | |
| }, | |
| { | |
| "company": "EHPAD", | |
| "position": "Stage de 5 semaines", | |
| "highlights": [ | |
| "Analyse des besoins du client, rédaction d'un cahier des charges, création d'un site vitrine ainsi que d'une application de modification." | |
| ] | |
| }, | |
| { | |
| "company": "Symphony RetailAI", | |
| "position": "Stage de 7 semaines", | |
| "highlights": [ | |
| "Implémentation d'un système d'alertes en temps réel (Quasar Framework / Node.js) sur une application de gestion de stocks existante (Java Spring / serveur Tomcat).", | |
| "Développement réalisé principalement en télétravail durant le confinement." | |
| ] | |
| }, | |
| { | |
| "company": "Aguaro", | |
| "position": "1 an d'alternance", | |
| "highlights": [ | |
| "Automatisation de la récupération d'information sur les profils fabricant d'ordinateur et smartphone au format PDF." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "IUT de Nantes", | |
| "studyType": "Licence Pro Métier de l'Informatique: Applications Réparties", | |
| }, | |
| { | |
| "institution": "Lycée la Colinière, Nantes", | |
| "studyType": "BTS services informatiques aux organisations", | |
| }, | |
| { | |
| "institution": "Lycée Alcide d'Orbigny, Bouaye", | |
| "studyType": "Bac Scientifique" | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "name": "Français", | |
| "mastery": 1 | |
| }, | |
| { | |
| "name": "Anglais", | |
| "mastery": 0.9 | |
| }, | |
| { | |
| "name": "Allemand", | |
| "mastery": 0.4 | |
| } | |
| ], | |
| "stacks": { | |
| "loved": [ | |
| "Typescript", | |
| "Node", | |
| "Vue", | |
| "Quasar", | |
| "Vite", | |
| "SASS | CSS", | |
| "Haxe", | |
| "Fastify", | |
| "Visual Studio Code", | |
| "Chrome Devtools", | |
| "Git", | |
| "Github", | |
| "Heroku", | |
| "Netlify", | |
| "Astro", | |
| "Javascript", | |
| "Docker", | |
| "Surreal DB" | |
| ], | |
| "knowed": [ | |
| "React", | |
| "Webpack", | |
| "GCP", | |
| "Mongo", | |
| "Arango", | |
| "Python", | |
| "Express", | |
| "Gitlab CI/CD", | |
| "Go" | |
| ], | |
| "hated": [ | |
| "PHP", | |
| "Symfony", | |
| "Java", | |
| "Spring", | |
| "jQuery", | |
| "Wordpress" | |
| ], | |
| "wantToLearn": [ | |
| "Kubernetes", | |
| "Rust", | |
| "Svelte", | |
| "Nest js" | |
| ] | |
| }, | |
| "interests": [ | |
| { | |
| "category": "Voyage", | |
| "value": "Allemagne, Norvège, Irlande, Écosse, République Tchèque..." | |
| }, | |
| { | |
| "category": "Sport", | |
| "name": "Badminton, Natation, Tennis de Table, Vélo, Trekking..." | |
| }, | |
| { | |
| "category": "Jeux vidéo", | |
| "name": "Heroes of Might and Magic, Terraria, Dark Souls, Trackmania, Minecraft ..." | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment