Posts
What I've learned so far.
-
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
-
Why does Covid cause brain fog?
Posted on: January 04, 2024Lots of people with Covid suffer from cognitive impairment of variable degrees. But how exactly does the virus cause these issues?
science medicine
-
Advent of Code Week 2 - getting familiar with nom
Posted on: December 10, 2023Solving more Advent of Code puzzles, but most importantly getting to know how to parse string with nom
advent-of-code rust
-
Explaining some JavaScript weirdness
Posted on: December 08, 2023JavaScript is used as a source for a lot of programming memes. Let's explain some of them.
javascript computer-science