TIL articles with the tag "typescript" so far.
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
-
Writing my first GitHub Action
Posted on: February 14, 2024When 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!
typescript github-actions
-
How does the satisfies keyword in TypeScript work?
Posted on: January 25, 2024as, as const, satisfies - different ways to type variables in TypeScript. What's the best way?
typescript
-
Using tRPC for the first time
Posted on: January 14, 2024After using REST and GraphQL APIs, it's time to try a different approach of data fetching
web-dev typescript