September 27, 2019

Asynchronous Programming with JavaScript Part 2: The Amazing Callback

This is part two of my series on Asynchronous programming. In the previous post, I gave an overview of JavaScript’s nature regarding asynchronous programming, some of […]
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.