Hey!
My name is Gautier, I'm a developer advocate, full-stack engineer, cybersecurity specialist, design enthusiast and hackathon organizer. I work full-time at Jahia as Developer Advocate. I used to work at Escape (YC W23) as Full-Stack Engineer. I graduated from ENSEEIHT with a dual degree in computer science and cybersecurity.
I sometimes write articles, you'll find them below.
Latest articles
JS for advanced developers
Common mistakes even advanced JS developers make, mostly because JS is a giant mess.
Formgator, my new validation library
Discover the motivation and the development process that led to formgator, a validation library for forms.
Building a real-time chat in Gleam
Elegant, safe and pragmatic, I have found my favorite language: Gleam. Let's build a real-time chat application with it!
Building a search engine in a day
I built a search engine in a day for the very website you are reading this on.
Using images to track third-party logins
A simple trick to know if a user is logged in to a third-party website.
Timeless articles
Personal collection of articles that I find myself referring to over and over again.
Computing percentiles in SQL
Composing window functions with UNNEST to compute percentiles of arrays in SQL.