Blog by Corentin


Terraform

Comment on construit Subnoto (et comment on a arrêté de se compliquer la vie)

Comment on construit Subnoto (et comment on a arrêté de se compliquer la vie)

Au démarrage de Subnoto , nous n’avions pas une vision figée de la “stack idéale” : surtout des contraintes - sécurité exigeante, plusieurs langages, SDKs à maintenir, et la volonté d’itérer vite sans tout casser à chaque fois. Ce billet raconte comment nous avons cessé de bricoler pour réduire la friction, jusqu’à un ensemble déclaratif et reproductible (Bazel , monorepo, environnements distants, Kubernetes , GitLab ). Public visé : équipes qui accumulent de la complexité multi-langage et se demandent où investir tôt.

How we made a Terraform provider for Home Assistant

How we made a Terraform provider for Home Assistant

I know I’m really late to post about this but in December 2021 with my friends Eléonore & Cyril we decided to participate in a hackathon by Hashicorp. The goal was pretty simple, build something in the “holidays mood” with their products.

How to load data from S3 in Aurora MySQL DB using Terraform?

How to load data from S3 in Aurora MySQL DB using Terraform?

At work, I needed to import lot of data in a MySQL database, instead of importing from a VPS or a local machine I decided to use S3 storage (that is also way cheaper to keep temporary data). In this tutorial, I will show you how to create the AWS infrastructure to import from S3 to RDS (Aurora) MySQL using Terraform.