Writings & Videos

Writings & Videos

Handling errors in Remix

It took some time for me to realize that an error is the same information as a success. Not what I expect or want, but a valid, fully-fledged information nonetheless.

  • remix
  • react
  • errors
  • best-practices

My Remix Starter

A deep dive into my Remix starter, Slowcore Stack, and how to use it to create a new app.

  • remix
  • react
  • typescript
  • testing
  • plop

Intro to Remix

The landscape of current React full-stack frameworks is pretty much dominated by Next.js. But I never quite liked it, and always felt it’s too complex for its own good. So recently I’ve started to use Remix.

  • react
  • remix
  • full-stack
  • framework

Basics of Dependency Injection in TypeScript

Object-oriented programming has a lot of rules. But these aren’t just to have something to talk about during code reviews or to flex on which book from 1994 or 2008 you’ve read.

  • typescript
  • oop
  • di