Posts
Published 5 April 2015
in archive
with tags
consul
,
ubuntu
To install Consul on Ubuntu 14.04, first make sure you have unzip available:
Continue reading …
Published 1 April 2015
in archive
with tags
digitalocean
,
droplet
,
ubuntu
To rename a Digital Ocean Ubuntu droplet, update /etc/hostname
and /etc/hosts
, then run:
Continue reading …
Published 24 March 2015
in archive
with tags
javascript
,
es6
While debugging locally, it can be hard to see how an application runs in the wild as the network has no delay. Quite often, you get around this using a sleep function.
Continue reading …
Published 11 March 2015
in archive
with tags
javascript
Let's kick off the continuation of my code blogging with a very helpful little snippet. I'm just removing this from a codebase so it can sit here for eternity instead.
Continue reading …
Published 21 February 2015
in archive
with tags
development
,
website
,
es6
,
koa
Finally, the new website is now live. There are still some features to complete, such as searching, commenting, responsiveness, blog archive and more, but we're close enough to go live.
Continue reading …