Posts
All the articles I've posted.
Esbuild, the incredibly fast 💨 and promising bundler 📈!
Published: at 12:00 AMPlaying with traditional bundlers like webpack for several years, I propose here my opinion on the esbuild bundler.
🎄 Advent of Code 2020 🎄: my solutions with JS
Published: at 12:00 AMI decided this year to try the adventofcode2020 challenge in JS to see. I published the solutions I found in a public repository on Github.
🇫🇷 Github Action : Comment paralléliser ses tests dynamiquement par dossier ?
Published: at 12:00 AMEncore une fois, je joue avec les Github Action pour voir si elles peuvent répondre aux problématiques de CI que je peux rencontrer dans mon travail.
Github Action: How to parallelize tests dynamically by folder?
Published: at 12:00 AMOnce again, I play with Github Action to see if it can answer the CI problems I may encounter in my work.
🇫🇷 Github Action : Comment gérer dynamiquement des steps pour chaque label de Pull Request ?
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 de CI actuel. Je voulais mettre en parallèle les tâches sur chaque label de Pull Request.
Github Action: How to dynamically run step on each PR label ?
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.