Posts
All the articles I've posted.
How to automatically merge dependabot pull requests with Github Actions ?
Published: at 12:00 AMExample with this blog implementation where dependabot PR automatically merge on default branch if e2e tests pass.
🎄 Advent of Code 2021 🎄: my solutions with JS
Published: at 12:00 AM\#adventofcode2021 Javascript solution day by day. I published the solutions I found in a public repository on Github.
Best practices for Web application maintenance
Published: at 12:00 AMHow not to throw away your project after 2 years? Feedback based on best practices applied to the web platform developed at Bedrock Streaming.
🇫🇷 Bonnes pratiques pour la maintenance d'une application web
Published: at 12:00 AMComment ne pas jeter son projet au bout de 2 ans ? Retour d'expérience basé sur les bonnes pratiques appliquées à la plateforme web développée chez Bedrock Streaming.
🇫🇷 Comment mettre en place des tests bout en bout avec WebdriverIo ?
Published: at 12:00 AMDepuis quelque temps, je joue avec les actions github pour voir si je peux facilement reproduire les comportements que j'applique dans mon outil CI actuel. Je voulais paralléliser les tâches sur chaque étiquette d'une pull request.
How to setup end to end tests with WebdriverIo on Github action ?
Published: at 12:00 AMFor some time now I've been playing with github actions to see if I can easily reproduce behaviors I apply in my current CI tool. I wanted to parallelize tasks on each label of a pull request.