RethinkDB patch updates (v1.4.2-v1.4.4)

I will do these posts from time-to-time, because not everyone is following RethinkDB as closely as I am. The team have released a few new patches recently to improve performance,…I will do these posts from time-to-time, because not everyone is…

Django and RethinkDB: A tutorial

I’ve been using Django for a while and I’m a huge supporter of it. Late last year I picked up RethinkDB and instantly fell in-love with it. It’s quickly become…I’ve been using Django for a while and I’m a huge…

Backbone JS save collections

I see a lot of confusion on the interweb about this process, and a lot of outdated answers on sites like stack overflow (though, the process is still 99% accurate)….I see a lot of confusion on the interweb about this…

RethinkDB v1.4 patch released (v1.4.1)

The team at RethinkDB just released a patch for v1.4 which will solve some performance issues that were accidentally introduced in v1.4.0. I was personally experiencing some of these issues…The team at RethinkDB just released a patch for v1.4 which…

RethinkDB v1.4 released

Today RethinkDB announced that version 1.4 is finally upon us. It includes a few significant changes, including patches to some issues that I have documented on this blog. If you’re…Today RethinkDB announced that version 1.4 is finally upon us. It…

Harmony in the Cloud

This post is to highlight how awesome Cloud computing really is, and the impact it can have on your business if you get it right or wrong. I’ll cover both…This post is to highlight how awesome Cloud computing really is,…

One month with Google Storage as my CDN

About a month ago I swapped from CacheFly to Google Storage for my CDN — I even wrote a step-by-step article to show you how to do it yourself. My friend…About a month ago I swapped from CacheFly to Google Storage for…

RethinkDB nightmare #2: Service wont start .. again

Update: 1.4 has been released which includes a fix for this issue. If you haven’t yet upgraded you should. I’ve had this happen before, but I wasn’t sure what caused…Update: 1.4 has been released which includes a fix for this…

Using nginx to protect your RethinkDB admin control panel

If you’re using RethinkDB then you’re probably aware that your admin control panel has no protection at all. This is fine on your development server/home pc, but what about when…If you’re using RethinkDB then you’re probably aware that your admin…

Backbone Router: Nagivate to the previous route using Backbone.simplerouter

There will come a time when you will need to send the user back one page in their history for whatever reason. I will show you how to do this…There will come a time when you will need to send…