Blog
-
Year in Review
31st December 2017
My first and last blog entry of 2017.
Read post -
Glitch Hunt - My js13kGames 2016 Entry
27th September 2016
Time for round 2...
Read post -
You Ain't Heard Nothing Yet!
25th September 2016
A 5-Part Screencast Series on the Web Audio API.
Read post -
Developing UWP Apps for Xbox One
2nd May 2016
Dusting off my XAML skills on a next-gen machine.
Read post -
Elemental Entropy - My JS1k 2016 Entry
12th March 2016
An extremely minified canvas game.
Read post -
Automated HTML Validation with Node.js and Valimate
21st January 2016
An Node.js CLI for automating HTML validation.
Read post -
Time Worm! - My js13kGames 2015 Entry
13th September 2015
Getting acquainted with JavaScript games development.
Read post -
Entering the responsive world!
30th May 2015
My new responsive website is finally in production!
Read post -
Code Snippet - Goroutines
30th April 2015
A lovely language feature of Go for running functions concurrently.
Read post -
Tweeting Travis CI build notifications via webhooks
12th January 2015
After familiarising myself with Travis webhooks, I wrote a Node.js server that receives build notifications and posts build results to Twitter.
Read post -
Running ASP.NET vNext on Ubuntu
6th January 2015
.NET has a multi-platform compiler and a new home on GitHub. The upcoming version of ASP.NET follows suit, and it’s awesome.
Read post -
Code Snippet - Model-View-ViewModel pattern in JavaScript
15th October 2014
A simple implementation of the Model-View-ViewModel design pattern in JavaScript
Read post -
Leap.LeapPINVOKE throws an exception when the DLLs are present
25th September 2014
A reader who followed my Leap Motion tutorial found that their code threw an exception around Leap.LeapPINVOKE...
Read post -
Personality Forge.NET 1.0.1 released!
23rd September 2014
So what’s changed? Apart from refactoring and the addition of unit tests, not much.
Read post -
Getting started with Leap Motion in C#
21st June 2014
Leap Motion has a great SDK, simplifying hand, digit, and object tracking.
Read post -
SimpleHttp - a basic HTTP server framework written in C#
18th May 2014
I started playing around with some classes in the System.Net namespace, and I wrote respective wrapper classes.
Read post -
Implementing AppFog by Matthew Nohr and Isaac Rabinovitch
4th April 2014
Implementing AppFog is an invaluable book that details how technologists can deploy software to the cloud in minutes.
Read post -
Custom Fonts in Windows 8 Store Apps
13th September 2013
I was pulling my hair out over custom fonts in a Windows 8 Store app last weekend.
Read post -
C# - Deserialising JSON to objects using generics
15th April 2013
I wanted to look into deserialisation in C# because it’s a concept with which I was not too familiar at the time.
Read post