Wednesday, 23 December 2009

Orderly JSON

From Simon Willison:

Orderly JSON. Essentially the JSON equivalent of RelaxNG’s compact syntax—a pleasant mini-language for describing JSON objects which compiles to the more verbose JSONSchema format.

Wednesday, 16 December 2009

Deployment is just a part of dev/ops cooperation, not the whole thing

Deployment is just a part of dev/ops cooperation, not the whole thing

More details from John Allspaw (flickr ops manager) on how toget dev + ops working together. All nice stuff like better monitoring, allowing developers to easily add monitoring, feature flags and more.

check it out.

New job positions in Europe for Amazon Web Services

New job positions in Europe for Amazon Web Services
Interesting jobs @AWS including Solutions Architect and Tech Evangelist.

Thursday, 10 December 2009

JS bindings for AMQP

kamaloka-js-0.1.0 AMQP bindings released Makes client side programing easy - seems to also support QMF

Sunday, 29 November 2009

Getting started testing in Django

Lazy Pythonista: Getting Started with Testing in Django : Alex Gaynor provides a good introduction to the simplest (and most
immediately useful) way to test your Django apps - simple view testing.


Friday, 2 October 2009

Information systems from an operational perspective

Some slides that I presented at EGEE'09 on future ideas for information systems from an operational perspective.



Django slides at GD White Areas

I gave the following slides today on Django at the White Areas lectures.  They give a high level introduction to Django and also show some useful tools for python/Django development.