Nathaniel Francis

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 […]
March 13, 2019

Relocating ticket Work via GIT

Mis-referencing work on branches and feature branches happens.

GIT provides renaming and history-altering tools to help us fix our silly mistakes.

This post runs through a rather simple way to relocate work from one ticketing reference setup to another using SourceTree GIT management tools.

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.