-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
617b4e8
commit a198753
Showing
3 changed files
with
77 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,13 +48,17 @@ email = "[email protected]" | |
[resume.pro] | ||
title = "Professional Experience" | ||
|
||
[resume.pro.wdes] | ||
job_title = "Entrepreneur" | ||
content = "Since 2017, the company Wdes SAS creates open-source software and ensures their maintenance. I work there full time since 2020. The company also offers infrastructure services: Emails, Sentry, virtual machines..." | ||
|
||
[resume.pro.needone] | ||
job_title = "Full-stack developer" | ||
content = "Ma mission chez Needone en tant que développeur full-stack était d'assurer la maintenance de marketplaces ainsi que de participer à leur création.J'ai également réalisé des tâches dev-ops." | ||
|
||
[resume.pro.phpmyadmin] | ||
job_title = "Full-stack developer" | ||
content = "Depuis 2018 je suis membre de la team phpMyAdmin, j'y ai contribué sur mon temps libre jusqu'en 2021. Désormais je travaille pour phpMyAdmin la majorité de mon temps en tant que freelance." | ||
content = "Since 2018 I have been a member of the phpMyAdmin team, I contribute on my free time since 2021. And worked there as a freelancer between 2020 and 2022." | ||
|
||
[opensource_projects] | ||
title = "Open-source projects" | ||
|
@@ -79,6 +83,7 @@ blog = "My blog" | |
gpg = "My GPG key" | ||
|
||
[open-source-projects.libs] | ||
mail-autodiscover-autoconfig = "A web service written in Rust to help email software and mobile apps to detect server settings." | ||
php-i18n-l10n = "A lib that brings Twig i18n with .mo, .po files support." | ||
mariadb-mysql-kbs = """ | ||
A lib that gives you documentation links and data for your MariaDb/MySQL server variables.<br> | ||
|
@@ -87,7 +92,7 @@ Currently used in phpMyAdmin. | |
doctum = """ | ||
An API documentation generator, previously named Sami.<br> | ||
It was abandonned since a long time, I took up maintenance with a fork.<br> | ||
Currently used by <a href="https://laravel.com/api/5.8/index.html">Laravel</a> and <a href="https://api.silverstripe.org/4/index.html">Silverstripe CMS</a> | ||
Currently used by <a href="https://laravel.com/api/8.x/index.html">Laravel</a> and <a href="https://api.silverstripe.org/5/index.html">Silverstripe CMS</a> | ||
""" | ||
laravel-fcm = """ | ||
A fork of a lib to send push-notifications.<br>The author did not respond onto, I forked it and maintain it. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,13 +49,17 @@ email = "[email protected]" | |
[resume.pro] | ||
title = "Expérience professionnelle" | ||
|
||
[resume.pro.wdes] | ||
job_title = "Chef d'entreprise" | ||
content = "Depuis 2017 l'entreprise Wdes SAS créé des logiciels open-source et assure leur maintenance. J'y travaille à plein temps depuis 2020. L'entreprise propose également des services d'infrastructure: Emails, Sentry, machines virtuelles..." | ||
|
||
[resume.pro.needone] | ||
job_title = "Développeur full-stack" | ||
content = "Ma mission chez Needone en tant que développeur full-stack était d'assurer la maintenance de marketplaces ainsi que de participer à leur création.J'ai également réalisé des tâches dev-ops." | ||
|
||
[resume.pro.phpmyadmin] | ||
job_title = "Développeur full-stack" | ||
content = "Depuis 2018 je suis membre de la team phpMyAdmin, j'y ai contribué sur mon temps libre jusqu'en 2021. Désormais je travaille pour phpMyAdmin la majorité de mon temps en tant que freelance." | ||
content = "Depuis 2018 je suis membre de la team phpMyAdmin, j'y contribue sur mon temps libre jusqu'en 2021. Et y ai travaillé en tant que freelance entre 2020 et 2022." | ||
|
||
[opensource_projects] | ||
title = "Projets Open-source" | ||
|
@@ -79,6 +83,7 @@ blog = "Mon blog" | |
gpg = "Ma clef GPG" | ||
|
||
[open-source-projects.libs] | ||
mail-autodiscover-autoconfig = "Un service web écrit en Rust pour aider les logiciels et applications d'email à détecter les paramètres serveur." | ||
php-i18n-l10n = "Une librairie pour étendre Twig à l'i18n avec le support des fichiers .mo, .po." | ||
mariadb-mysql-kbs = """ | ||
Une librairie pour accéder à la documentation des variables serveur pour MariaDb et MySQL.<br> | ||
|
@@ -87,7 +92,7 @@ Actuellement utilisé dans phpMyAdmin. | |
doctum = """ | ||
Un générateur de documentation, anciennement appelé Sami.<br> | ||
Il fut abandonné il y a longtemps, j'ai donc fourché le projet.<br> | ||
Actuellement utilisé par <a href="https://laravel.com/api/5.8/index.html">Laravel</a> et <a href="https://api.silverstripe.org/4/index.html">le CMS Silverstripe</a> | ||
Actuellement utilisé par <a href="https://laravel.com/api/8.x/index.html">Laravel</a> et <a href="https://api.silverstripe.org/5/index.html">le CMS Silverstripe</a> | ||
""" | ||
laravel-fcm = """ | ||
Une version alternative d'une librarie pour envoyer des notifications "push".<br>L'auteur ne répondait plus, j'ai fourché le projet pour en assurer sa maintenance. | ||
|
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