Node.js

Getting started with MongoDB, Express and Node

Tuesday 25 May 2021, 18:18

Quickly spin up a Mongo and Express web app inside a Docker stack for easy development.

Read more ▶
Placeholder

HTTPS server in five minutes with Node.js

Tuesday 13 April 2021, 20:08

New to Node.js? Create your first HTTPS server with a self-signed certificate authority in just five minutes!

Read more ▶
Placeholder

Showing 1-2 of 2 posts.

Recent posts


Monday 28 August 2023, 11:26

Why type hinting an array as a parameter or return type is an anti-pattern and should be avoided.

php

Saturday 17 June 2023, 15:49

Leveraging the power of JSON and RDBMS for a combined SQL/NoSQL approach.

php

Saturday 13 May 2023, 01:16

Musings from a Reddit thread

musings

Monday 10 April 2023, 00:11

Life with a newborn baby aka why I sometimes go long periods of time without making any new posts.

musings

Sunday 09 April 2023, 22:56

Maximise performance with load once scripts, kept in long-running memory

php