Marco's Posts

Welcome to my blog! Here you'll find articles about software development, programming and other random topics.


Linting Kysely Queries with Biome and Grit

I’ve been using Kysely heavily recently. It’s great for type-safety, but it has a specific pitfall: it is very easy to write a valid TypeScript expression that creates a query builder but never ac…

Read more →