Writings & Videos

Writings & Videos

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

Form validation in the browser

With forms, we have a few ways of validation. Today I will tackle the default browser-based one.

  • react
  • validation
  • form
  • browser