Django Blog Tutorial - the Next Generation - Part 9
28th September 2014 7:51 pm
Yes, I know the eight instalment was meant to be the last one! Within 24 hours of that post going live, Django 1.7 was released, so…
28th September 2014 7:51 pm
Yes, I know the eight instalment was meant to be the last one! Within 24 hours of that post going live, Django 1.7 was released, so…
28th September 2014 6:53 pm
Recently I had the occasion to reformat a load of dates in Vim from DD/MM/YYYY to YYYY-MM-DD . In Vim, this is quite simple: This should…
31st August 2014 9:00 pm
Hello again! In our final instalment, we'll wrap up our blog by: Implementing a sitemap Optimising and tidying up the site Creating a Fabric…
25th August 2014 4:15 pm
Hello once again! In this instalment we'll cover: Caching your content with Memcached to improve your site's performance Refactoring and…
25th May 2014 4:23 pm
Welcome back! In this tutorial we'll cover the following: Fixing bugs the TDD way Setting up syntax highlighting for code snippets Tidying…