8th April 2015
A ReactJS component for displaying a list of blog posts, suitable for use in a sidebar on a homepage. The component is very easy to use, after including the necessary Javascript files in your html, simply add a div specifying the…
5th April 2015
A NodeJS package to read and update NaNoWriMo word counts. NaNoWriMo maintains an API for accessing word count information. This package is a handy means of utilizing those APIs from within a NodeJS application. Source: on github…
26th March 2015
A quick example to play with a gooey effect using the framer.js library. It's an effect where two shapes kind of gooey-morph into a larger combined shape. This image from css-tricks.com illustrates it well: image from http://css-…
22nd March 2015
A little NodeJS app meant to run on a headless Raspberry Pi that will notify if a door is left open. Currently it is hardcoded in the app to notify you if the door is open for more than 5 seconds. If you're quick, no notice. The a…
15th February 2015
Synopsis This small script for the Hubot chat bot simply returns info from Beer Advocate for any search terms given. Use @hubot beer me <search-query> Motivation A win for the team at work started a discussion about breakfas…