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


Saturday 10 February 2024, 17:18

The difference between failure and success isn't whether you make mistakes, it's whether you learn from them.

musings coding

Monday 22 January 2024, 20:15

Recalling the time I turned down a job offer because the company's interview technique sucked.

musings

Friday 19 January 2024, 18:50

Recalling the time I was rejected on the basis of a tech test...for the strangest reason!

musings

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