RSSAmplifier

Blog

gautier.dev articles

gautier.devRSS feed ↗12 posts

Latest posts

Bundling a SvelteKit app into a single binary

The odyssey of packaging a SvelteKit application using the upcoming Single Executable Application (SEA) Node feature through a custom adapter.

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.

I don't enjoy using Tailwind

I gave Tailwind a fair chance, and I now hate every second of it.

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.

Functional State Machines

A functional approach to state machines in JavaScript.

Huge links

A guide on how to create element-level links.

A text-like button

Working with default styles without losing accessibility.