Today I learned
A little blog that embraces the principles of learning in public. Why don't share your journey of getting better at stuff? Everyone started somewehere.
I want to keep learning about interesting things, to keep getting better at various topics.
The plan is to write about:
- Web Development
- Computer Science
- Science related topics
- ...whatever I found interesting that day!
Join me and let's have some fun!
Featured Posts
- Posted on: December 29, 2024
What I learned in 2024
misc
It's time to look back at the last 12 months and check what I have learned
Read more - Posted on: December 04, 2024
Why Go is now my goto for small CLIs
cli golang
Its simplicity and tools like bubbletea or huh make it irresistable to not use Go for small CLIs
Read more - Posted on: March 24, 2024
Building my first Rust CLI tool
tools rust cli open-source
Sometimes it's better to build the tools you need yourself. You will learn a lot along the way!
Read more
Latest Posts
- Posted on: July 12, 2025
Solving API Validation with TypeScript's Weirdest Type Tricks
typescript
Once you finally understood how to leverage generics, you can build the wildest TypeScript type helpers
Read more - Posted on: June 11, 2025
The most satisfying (and useless) TypeScript type
typescript
Type indexing and template literals lead to the creation of the most satisfying and useless TypeScript type I ever wrote
Read more - Posted on: June 01, 2025
Why I avoid enums in TypeScript
typescript
When 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...
Read more