Subscribe to receive notifications of new posts:

A Question of Timing

2018-10-17

Speed & ReliabilityChrome

When considering website performance, the term TTFB - time to first byte - crops up regularly. Often we see measurements from cURL and Chrome, and this article will show what timings those tools can produce, including time to first byte......

Graceful upgrades in Go

2018-10-11

GoProgramming

The idea behind graceful upgrades is to swap out the configuration and code of a process while it is running, without anyone noticing it. If this sounds error-prone, dangerous, undesirable and in general a bad idea – I’m with you....