Wat we leren, delen we graag.
Praktische verhalen over software, AI en de keuzes achter ons werk. Geschreven door de mensen die het bouwen, in het Engels.
Variable Width Font Rendering on Game Boy
Rendering variable-width fonts on the Game Boy, breaking free from the 8x8 tile grid to display more characters per line.
MVC on the web frontend
Modern frontend development is dominated by React and other functional-like patterns, embracing a functional pattern around immutable data structures. However, there is a huge problem with these libraries: Javascript data...
Designing applications around AI development agents
Asking ChatGPT to write a Vertex2D library will get you a complete, (likely) functional library in 30 seconds. AI is really good at writing libraries around existing problems that fit...
User signup & login without dependencies
For my Bluebird application without dependencies, I'm adding the login and signup logic.
Template language without dependencies
For my Bluebird application without dependencies, I'm writing a simple template language like EJS.
Building NodeJS applications without dependencies
Updating projects can be a major pain as dependencies get outdated and need updating, and I got tired of it. I decided to challenge myself to write an application with...
Circuit Simulator: Compiling a bitmap
Compiling and simulating a circuit bitmap
Unity game development: iPad touch controls
Implementing Touch controls for my iPad in a Unity game
Contributing to JSDOM
Contributing to JSDOM by replacing request with fetch, including trouble-shooting and mistakes.
Hello, Developer;
Welcome aboard. Here's everything you need to get started.
Full Rich Text Search with Slate and PostgreSQL 12
Fast and clean full rich text search on json data with PostgreSQL
Undo Typing: What happens in the DOM?
Did you drop your phone again while typing? You cannot undo dropping your phone, but at least you can undo the typing you've done on your phone before breaking the...
Creating & testing a TOTP package for NodeJS: Creating the package
This post focuses on the progress of this library to demonstrate the flow of writing an actual working NodeJS package, including comprehensive tests and configuration options for package users. This...
Creating a TS-written NPM package for use in Node-JS or Browser.
In this guide, I'll explain how to create an NPM package for NodeJS or the browser using Typescript without leaving built artifacts in your repository.
Implementing projects with the JAMstack
We like to implement projects with the [JAMstack](https://jamstack.org). Read how we create modern, responsive and highly interactive applications for web and mobile.