Born and raised in The Netherlands, currently work at TAF, and I occasionally make music too.
Music
Some records I'm on :)
Projects
Borgers website
My taste for music makes sense if you know that most of my family are musicians. So, of course, we have a family band! I built the website using React and Gatsby, but I'm already planning a rebuild with Remix!
Visit websiteTHE MARCH
When I'm not developing, I'm making music. I built the website for my band in Next.js with a Notion database as back-end for the live shows.
Visit websiteStuff that I've written
Proxying scripts in Remix: how to stop worrying about ad blockers and to love Plausible
I recently switched to Plausible for my analytics, which offers a simple one-script solution for hooking up to their analytics service. However that approach is prone to ad blockers, so how can we avoid that?
January 3, 2023About 5 minutesImplementing Font Awesome into a Remix project
A write down on how to add Font Awesome to Remix with your own `<Icon/>` component.
- Filed under:
- Remix
January 2, 2023About 6 minutesA new year, a new blog
I just launched to successor to my previous blog. But why would I do that and what will it bring me?
- Filed under:
- Remix
November 20, 2022About 3 minutesUsing Conditional Mapped Types when interfacing with REST API's
It can happen that the shape of an interface for a REST API is slightly different than the interface in your application. Conditional Mapped Types can help us account for those changes while still allowing us to maintain one interface.
- Filed under:
- TypeScript
- REST
February 7, 2022About 4 minutesMy Ghost, Gatsby & Tailwind setup
I dive a little bit into the setup of my blog, running on Ghost, built with the JAM Stack using Gatsby and Tailwind, hosted on Netlify.
April 15, 2021About 2 minutes