Posts
What I've learned so far.
-
Solving API Validation with TypeScript's Weirdest Type Tricks
Posted on: July 12, 2025Once you finally understood how to leverage generics, you can build the wildest TypeScript type helpers
typescript
-
The most satisfying (and useless) TypeScript type
Posted on: June 11, 2025Type indexing and template literals lead to the creation of the most satisfying and useless TypeScript type I ever wrote
typescript
-
Why I avoid enums in TypeScript
Posted on: June 01, 2025When you get some superficial knowledge of enums in TS, they seem like a good idea. When you start to dig a bit deeper, oh boy...
typescript
-
What I learned in 2024
Posted on: December 29, 2024It's time to look back at the last 12 months and check what I have learned
misc
-
Why Go is now my goto for small CLIs
Posted on: December 04, 2024Its simplicity and tools like bubbletea or huh make it irresistable to not use Go for small CLIs
cli golang