code patterns

August 13, 2018

Application Persistent Database Connections

Applications under stress stress out their databases.

This post explores solutions to aid applications to persistently connect to their database when under unusual stress.

Couchbase is demonstrated specifically.

June 13, 2018

Asynchronous Programming with JavaScript Part 1: Introduction & Overview

Thanks to recent language updates, there are a variety of ways to hand asynchronous programming with the JavaScript language.

This is an introduction to the available JavaScript asynchronous programming method options: Callbacks, Promises, and Async/await.