Axel's Scribbles
January 03, 2021Read more

Install all Google fonts in a Docker container

A Dockerfile that fetches all Google fonts and installs them

December 21, 2020Read more

node-pg-migrate: automatically generated uuids

Learn how to enable uuid-ossp with node-pg-migrate for automatic Postgres UUID generation.

November 09, 2020Read more

Express.js routers as classes: TypeError with undefined "this"

In this post I will describe how to solve the undefined "this" problem when writing Express.js routers as ES6 classes.