Publishing a NodeJS CLI tool to NPMPublished: May 15th 2023

Create a new folder (`my-cli-demo` for example) and use `npm init` command. Answer the questions with default options, except the entry point, which should be changed to `bin/index.js`...

Bonafarm: stock management appFebruary 2023 - May 2023, (4 months)

Managing food orders and storage for animals at a petting zoo can be challenging. The existing paper lists used for ordering and tracking feed at a petting zoo were becoming hard to read and prone to ...

React: Bad HabitsPublished: March 21st 2023

Bad habits, we all have them! In this article, I will confess some of my own coding bad habits and bad habits I have encountered in React code over the past years, working as a React dev....

Vite dev server: adding middlewarePublished: March 20th 2023

While working on apps that will be deployed to Vercel, I have run into this situation several times, where I wanted to be able to start my api middleware together with the Vite dev server for local de...

Mapping records to arraysPublished: October 6th 2022

I needed this functionality to parse a configuration regardless of whether it was supplied as an array or a Record. This function converts the Record into an array of the same type:...

Full-stack Developer @ Royal FloraHolland
April 2022 - September 2022, (6 months)

WebRTC prototypePublished: June 30th 2022

WebRTC is a web standard for real time communication between two peers (p2p). It allows for streaming data, video and audio using Javascript and the browser API ([`RTCPeerConnection`](https://develope...

Full-stack Developer @ Bizcuit
October 2021 - January 2022, (4 months)

Full-stack Developer @ BUX
May 2021 - September 2021, (5 months)

App translation with React-i18nextPublished: August 31st 2021

In this article I will show you how to translate your React app with [React-i18next](https://react.i18next.com/) and give a few examples that you may find useful!...

Travel Assistant AppPublished: April 26th 2021

This project was a proof of concept written in Typescript, using the NS (dutch railroad company) API, to build a travel assistent app that would pro-actively help the user to find the next best connec...

Full-stack Developer @ UMC Utrecht
May 2018 - June 2018, (2 months)