gautier.dev articles 2025-12-28T00:00:00.000Z Gautier Ben Aïm https://gautier.dev/ Bundling a SvelteKit app into a single binary https://gautier.dev/articles/sveltekit-sea 2025-12-28T00:00:00.000Z The odyssey of packaging a SvelteKit application using the upcoming Single Executable Application (SEA) Node feature through a custom adapter. JS for advanced developers https://gautier.dev/articles/advanced-js 2025-01-13T00:00:00.000Z Common mistakes even advanced JS developers make, mostly because JS is a giant mess. Formgator, my new validation library https://gautier.dev/articles/formgator 2024-10-14T00:00:00.000Z Discover the motivation and the development process that led to formgator, a validation library for forms. Building a real-time chat in Gleam https://gautier.dev/articles/real-time-gleam-chat 2024-09-01T00:00:00.000Z 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 https://gautier.dev/articles/search-engine-in-a-day 2024-01-03T00:00:00.000Z I built a search engine in a day for the very website you are reading this on. Using images to track third-party logins https://gautier.dev/articles/favicon-login-tracker 2023-12-23T00:00:00.000Z A simple trick to know if a user is logged in to a third-party website. I don't enjoy using Tailwind https://gautier.dev/articles/tailwind 2023-12-07T00:00:00.000Z I gave Tailwind a fair chance, and I now hate every second of it. Timeless articles https://gautier.dev/articles/timeless-articles 2023-07-08T00:00:00.000Z Personal collection of articles that I find myself referring to over and over again. Computing percentiles in SQL https://gautier.dev/articles/computing-percentiles-in-sql 2023-02-11T00:00:00.000Z Composing window functions with UNNEST to compute percentiles of arrays in SQL. Functional State Machines https://gautier.dev/articles/functionnal-state-machines 2022-07-03T00:00:00.000Z A functional approach to state machines in JavaScript. Huge links https://gautier.dev/articles/huge-links 2022-05-24T00:00:00.000Z A guide on how to create element-level links. A text-like button https://gautier.dev/articles/a-text-like-button 2022-05-15T00:00:00.000Z Working with default styles without losing accessibility.