Building a chat server with Node.js and Redis
31st December 2014 2:10 pm
One of the more interesting capabilities Redis offers is its support for Pub/Sub. This allows you to subscribe to a specific channel, and…
31st December 2014 2:10 pm
One of the more interesting capabilities Redis offers is its support for Pub/Sub. This allows you to subscribe to a specific channel, and…
28th December 2014 5:04 pm
A while back, I mentioned that I'd written a Yeoman generator for creating a flat HTML blog, called generator-simple-static-blog . For this…
9th November 2014 5:13 pm
The NoSQL movement is an exciting one for web developers. While relational databases such as MySQL are applicable to solving a wide range of…
19th October 2014 6:52 pm
This isn't really part of my Django tutorial series (that has now definitely concluded!), but I thought I'd share the setup I generally use…
5th October 2014 6:56 pm
I'm a big fan of static site generators. I ditched WordPress for Octopress over two years ago because it was free to host on GitHub Pages…