Hi, I’m Vincent.

Tech lead & Architect over Go, PHP, NodeJS, Cloud and DevOps in Annecy, France 🇫🇷

Let's discuss!
m

Latests professional projects

Complete overhaul of the MyTF1 web, mobile and IPTV applications using Go backend microservices deployed over a Kubernetes cluster.

Definition and realization of the technical base and the architecture of the evolutions of the france.tv website serving web, mobile and IPTV applications.

Takeover of the architecture of a dozen business applications and microservices, notably for managing test sessions, contracts, sending emails and so on.

Help to develop some features on this website that allows to store confidential data using LaPoste APIs.

Full overhaul of French Football Federation website using templating editorial blocks and high caching tweaking.

Work on overhaul of this ecommerce Magento platform including the customer space for registration of vouchers.

Backend technologies I work with...

DevOps technologies I work with...

Frontend technologies I work with...

Latest blog posts

LLM avec Ollama et recherche de similarité avec Qdrant, base de données vectorielle

Je me suis intéressé aux bases de données vectorielles. Contrairement à une base de données relationnelle, où les données sont organisées en tables avec des lignes et des colonnes, dans une base de données vectorielle, les données sont représentées sous forme de vecteurs dans un espace à dimensions élevées.

LLM with Ollama and similarity search with Qdrant, vector database

I have been interested in vector databases. Unlike a relational database, where data is organized into tables with rows and columns, in a vector database, data is represented as vectors in a high-dimensional space.

🔗 Workflow d'encodage et delivery vidéo avec Temporal

Dans un objectif de faire évoluer et de rendre plus flexible notre workflow d’encodage et de mise à disposition de nos flux vidéo (ce que nous appelons le delivery, principalement aux formats Dash et HLS), nous avons souhaités effectuer une refonte applicative de cette partie de notre stack applicative ...

Construct robust workflows with Temporal.io using Go

When it comes to building complex, long-running workflows in Go, developers often face challenges in managing dependencies...