Posts
What I've learned so far.
-
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
-
Rethinking my stance on TDD
Posted on: November 17, 2024Is following the TDD standard really a waste of time or am I just wrong?
testing web-dev
-
Random learnings of the last months
Posted on: September 09, 2024Since I did not necessarily learn large things, here is a list of small items I learned
random web-dev database