AboutWorkPortfolioArticlesContact
Resume (EN)Resume (FR)

Articles

I love writing articles, whether it's for my work or just as a hobby, sharing technical knowledge on a subject is always an enjoyable exercise. I have written articles in English and French, which you will find listed below.

Technical

Type Branding & Flavoring : Rendez votre code TypeScript plus lisible et plus robuste

Wednesday, 22 Mar 2023

Type Branding & Flavoring : Rendez votre code TypeScript plus lisible et plus robuste

Le système de types de TypeScript est structurel et c'est l'un de ses principaux avantages. Cette caractéristique offre de nombreux outils puissants pour rendre...

Comment déployer votre back-end sur AWS Elastic Beanstalk avec Github Actions ?

Monday, 30 Nov 2020

Comment déployer votre back-end sur AWS Elastic Beanstalk avec Github Actions ?

Mettre en place une architecture scalable pour votre back-end peut sonner comme un véritable challenge. Pour cause, la scalabilité d'une application est toujour...

Comment utiliser GitLab CI/CD pour améliorer votre flow de développement ?

Friday, 4 Sep 2020

Comment utiliser GitLab CI/CD pour améliorer votre flow de développement ?

Lors du développement d'une application, il y a toujours une petite appréhension lors la mise en production. Cette petite voix qui vous dit "est-ce que mon code...