Skip to content

Instantly share code, notes, and snippets.

@AntoineGirard
Last active April 18, 2024 10:17
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 AntoineGirard/fa85deaec2184bfcab52201b2eefa47e to your computer and use it in GitHub Desktop.
Save AntoineGirard/fa85deaec2184bfcab52201b2eefa47e 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 Girard",
"label": "Tech Lead Back-End",
"image": "https://media.licdn.com/dms/image/C4E03AQGNgmciOXCzhA/profile-displayphoto-shrink_400_400/0/1652952847089?e=1718841600&v=beta&t=wLq7ily-e2K35HKvugAfAn6FVZOZfqaS3JEujkd6I4E",
"email": "job@antoinegirard.eu",
"phone": "",
"summary": "Passionate about back-end development, especially with Ruby on Rails, I am looking for an innovative project where I can leverage my skills while having the opportunity to acquire new ones. I am eager to actively contribute within a dynamic team and experience a company where work is organized asynchronously.",
"location": {
"countryCode": "FR",
"city": "Paris",
"region": "IDF"
},
"profiles": [
{
"network": "LinkedIn",
"username": "girardanto",
"url": "https://www.linkedin.com/in/girardanto/"
},
{
"network": "Gitlab",
"username": "AntoineGirard",
"url": "https://gitlab.com/antoinegirard"
},
{
"network": "Github",
"username": "AntoineGirard",
"url": "https://github.com/AntoineGirard"
}
]
},
"work": [
{
"name": "En Voiture Simone",
"position": "Tech Lead Backend",
"startDate": "2022-04-30",
"highlights": [
"Development and maintenance of APIs using Ruby on Rails, focusing on performance and integration with frontend systems.",
"Leadership of the backend team (mentoring, code reviews, and goal management).",
"Planning the technical roadmap in alignment with business objectives.",
"Expertise in managing asynchronous tasks with Sidekiq and optimizing PostgreSQL databases.",
"Maintenance and deployment on Heroku (auto-scaling with Hirefire).",
"Organization of hackathons and workshops to stimulate innovation and strengthen team cohesion."
],
"summary": "En Voiture Simone is an online driving school that offers road code courses and driving lessons with instructors throughout France, all accessible via a mobile app, providing flexibility and competitive prices.",
"url": "https://envoituresimone.com",
"location": "Paris"
},
{
"name": "Klaxit (now BlaBlaCar Daily)",
"position": "Software engineer",
"startDate": "2021-02-28",
"endDate": "2022-04-30",
"highlights": [
"Development and maintenance of APIs using Ruby on Rails for the Klaxit mobile app.",
"Efficient management of asynchronous tasks with Sidekiq.",
"Integration of secure payment solutions via Stripe.",
"Maintenance of infrastructure on Heroku and AWS to optimize performance and scalability."
],
"summary": "Klaxit is the leader in daily carpooling in France (integrated into the BlaBlaCar group in 2023).",
"url": "https://blablacardaily.com/",
"location": "Paris, France"
},
{
"name": "nam.R",
"position": "Software engineer and product owner",
"startDate": "2019-04-30",
"endDate": "2021-02-28",
"highlights": [],
"summary": "Software Engineer\n- API Development (Python, Kotlin, Golang)\n- Implementation of continuous development and integration (Gitlab CI)\n- DevOps (Linux, Ansible, Docker Swarm)\n\nProduct Manager\n- Building product vision\n- Roadmap development\n- Writing User Stories\n- Presentation of technical progress\n\nIT Management\n- Administration of the company's information systems\n- Cost analysis in collaboration with the financial department",
"url": "https://www.linkedin.com/company/nam-r/",
"location": "Paris, France"
},
{
"name": "EISTI",
"position": "Junior lead developer",
"startDate": "2016-03-31",
"endDate": "2018-04-30",
"highlights": [
"Dev full-stack and code review (Java EE, Spring, Ruby On Rails)",
"Estimating and planning tasks with the project manager",
"Checking implementations to ensure the user experience",
"Communication with users",
"Management of the online helpdesk",
"Code and data model refactor"
],
"summary": "",
"url": "https://www.linkedin.com/school/cy-tech/",
"location": "Paris Area, France"
}
],
"volunteer": [
{
"organization": "Surfrider",
"position": "Volunteer",
"url": "https://surfrider.eu/",
"startDate": "2020-01-03",
"summary": "Surfrider Foundation has become a reference in the fight for the protection of the ocean and its users, with the passion and commitment of its community on the ground.",
"highlights": [
"Plastic Origins: The Surfrider project aims to map plastic pollution in European waterways using a mobile app, to better understand and combat this pollution. I developed an API to make the collected data available, thus facilitating access and analysis to improve cleaning and awareness strategies."
]
}
],
"education": [
{
"institution": "EISTI (now CyTech)",
"area": "Computer Science",
"studyType": "Engineering degree",
"startDate": "2014-12-31",
"endDate": "2019-12-31",
"score": "",
"courses": []
},
{
"institution": "University of Southern Denmark",
"area": "Computer Science",
"studyType": "Erasmus",
"startDate": "2018-01-01",
"endDate": "2018-07-01",
"score": "",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Backend development",
"keywords": ["Ruby", "Ruby On Rails", "Python", "Django", "Java", "Kotlin"]
},
{
"name": "Databases",
"keywords": ["Redis", "PostgreSQL"]
},
{
"name": "Ops",
"keywords": ["Gitlab CI", "Github Action", "Docker", "Linux"]
},
{
"name": "Dev tools",
"keywords": ["Git", "Gitlab", "Github"]
}
],
"languages": [
{
"language": "French",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Professional proficiency"
}
],
"interests": [
{
"name": "Sports",
"keywords": ["Cycling", "Running", "Hiking", "Pilates"]
},
{
"name": "Music",
"keywords": ["Piano"]
},
{
"name": "Travel",
"keywords": ["Train trip", "Bikepacking"]
}
],
"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