Generating a static site build with Broccoli.js I've used many tools over the years to build and deploy static sites. I recently had to reboot a site I'd made many years ago and found myself in the position of having to update a build tool I rarely used and have very little retained knowledge of. In an
Xbrl part II In part one I examined the xbrl specification in a general way with a view to understanding its constituent parts. In this blogpost I take a deeper dive, looking at how one might parse a specific taxonomy. Parsing the UK GAAP DTS The entrance schema file to a DTS is
rails Dockerizing a rails app part III Given the choice I would use docker in production but sometimes that option isn't available and deploys need to be managed using legacy tools. In the rails world that often means capistrano.
rails Dockerizing a rails app part II In this article I demonstrate how to set up a rails app to run capybara tests on a remote server using docker-compose. I also show you how to debug browser tests on your mac using its native vnc client.
rails Dockerizing a rails app part I As a consultant it's vital to be able to switch contexts between different application environments seamlessly to maximize productive time. In the age of Docker this has, thankfully, become easier that ever.
posgresql High availability and Disaster recovery with Docker and Postgres part II In part I we looked in depth at the services and libraries that are required to run a highly available postgres cluster on docker. This article will step through the process of deploying a test stack on various different hosts. You can find the referenced configuration file here. Step 1
xbrl Featured Parsing Xbrl part I Xbrl is an xml derived markup language for describing financial documents and its use is mandatory in the UK and Ireland. In this series of articles I will examine xbrl in depth beginning with an technical overview.
docker Featured High availability and Disaster recovery with Docker and Postgres part I In this article I'll look at how to run a dockerized postgresql cluster with high availablilty and disaster recovery in mind.