Rendering variable-width fonts on the Game Boy, breaking free from the 8x8 tile grid to display more characters per line.
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...
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...
For my Bluebird application without dependencies, I'm adding the login and signup logic.
For my Bluebird application without dependencies, I'm writing a simple template language like EJS.
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...
Compiling and simulating a circuit bitmap
Implementing Touch controls for my iPad in a Unity game
Contributing to JSDOM by replacing request with fetch, including trouble-shooting and mistakes.
Welcome aboard. Here's everything you need to get started.
Fast and clean full rich text search on json data with PostgreSQL
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...
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...
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.
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.