March 04, 2026 typescript
Releasing my first npm package: ec-lang-logo
It was about time that I came up with an idea for a package. Even if it's a small one.
It was about time that I came up with an idea for a package. Even if it's a small one.
Once you finally understood how to leverage generics, you can build the wildest TypeScript type helpers
Type indexing and template literals lead to the creation of the most satisfying and useless TypeScript type I ever wrote
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...
When I needed a specific action to add in my workflow, I could not find a good one. So I wrote it myself - here is how!