Menu

Development

Adventures in IOT (Part 1 of n)
Well, I have been going a little IOT crazy for the last few months, and have been Hackathoning in pretty much all my spare time, so I’m going to do a [...]
Using Flash CC (13) as an asset pipeline when developing with CreateJS
Anyone who knows my history will know that one of my strings was Flash developer.  The browser wars (part 1) made me tire of the hoops and loops and [...]
Retrieving records from Apache Cassandra using NodeJS v0.10.35 and ExpressJS v4.0 via a REST interface
The adventures in Cassandra continue, and following on from the last post I’m going to show how to set up a REST interface to retrieve records from [...]
Cassandra is the current de facto standard in flat, scalable, cloud based database applications and as such usually only exists in AWS or linux clusters. Fortunately, you can install Cassandra on windows in a single node configuration. For more info on the configurations available in a distributed install, see Planet Cassandra. Previously I have worked […]