$ cat ~/wolfe.id.au/index.md

Mark Wolfe's Blog

Software Developer · cloud · iot · platform · Melbourne, Australia
journal  ·  recent entries
  1. Raspberry Pi Temperature and Humidity Project Construction

    For some time I have had a Raspberry Pi languishing on my desk, like many I bought one early on and played around with it for a while and then got busy with other stuff. Recently however I have been looking into …

    #022
  2. What is HMAC Authentication and why is it useful?

    To start with a little background, then I will outline the options for authentication of HTTP based server APIs with a focus on HMAC and lastly I will provide some tips for developers building and using HMAC based …

    #021
  3. Building Ruby Projects with Bundler and the Bamboo Ruby Plugin

    The latest release of the Ruby plugin I develop for Atlassian Bamboo now includes some new configuration options for Bundler along with a number of other additions and improvements. In this post I want to focus on the …

    #020
  4. Bundler gems and binstubs

    I have been working on an update of my Bamboo ruby plugin which uses bundler to install all the gems for a given project within the working copy of the project and then run rake using these gems. The aim of this post is …

    #019
  5. Less is more especially when it comes to CSS

    I am currently working on new design for my site using HTML5, CSS and a sprinkling of JavaScript. Once I started building my basic design I was re-acquainted with a process that really, really annoys me; the constant …

    #018
  6. Tips for Bamboo Plugin Developers

    Having recently developed a plugin (Ruby Rake Plugin ) for Atlassian’s Bamboo continuous integration (CI) server I thought I would put together a list of tips for those looking to do the same. As there are some …

    #017
  7. Monitoring the OpenJDK from the CLI

    Currently I do quite a bit of work in and around the Java virtual machine (JVM), most of the time on Linux. When things go awry and I am trying to establish why, I reach for the Java performance analysis tools. These …

    #016
  8. How I use chef-solo with ubuntu 12.04

    Having recently started working with chef I have come up with a simple method of kickstarting use of it in the small end of town. This really is designed for those of use managing a large number of very similar servers, …

    #015
  9. JIRA and the not so great new installer

    The following post is a review of the new installer added in 4.4 of Atlassian JIRA. It details my experience with this installer and provides some advice on how to improve it. Since it’s recent release I have seen …

    #014
  10. Road Testing Gradle

    For a while I have been tempted to stray from the relative safety of Maven and Ant . Every time I fight with these tools, or in the case of maven am stunned and amazed out how simple things can require so much xml, I …

    #013