01 Apr
Keith Devens list of programmer fonts
19 Oct
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
26 Mar
A tutorial to get going with Form Wizards in django, eg chaining multiple Django forms together in series.
12 Dec
Clojure's Ring, the HTTP abstraction and associated libraries, has reached 1.0.0. Great work by Mark McGranaghan, James Reeves, and the other contributors.
20 May
Extension commands for django management tool.
25 Jul
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
14 Feb
Distributed bug tracking software; supports multiple interfaces and backends (via Ian Bicking)
09 Apr
Ryan Tomayko talks about how GIT solves some VCS problems, with side notes about other systems such as SVN and BZR
04 Dec
Alex Payne of Twitter has three suggestions to improve the TextMate user experience.
28 Mar
Introduces the HaskellDB API which provides a monadic DSL for relational database interaction backed onto two different general haskell DB APIs (HDBC or HSQL) – apparently unmaintained
22 Feb
An idiomatic wrapper for OpenGL in Clojure
02 Mar
Alex Miller contrasts DI in Java and Clojure
15 May
Overview over various javascript modes for emacs
07 Apr
Bill de hÓra explains why DVCS are nicer than CVCS
22 Nov
Video and Slides for Chouser's Clojure Conj.
06 Jul
A flowchart from Chas Emerick.
22 Oct
A javascript/coffeescript documentation generator.
01 Apr
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
26 Feb
Roy Fielding talks about POST (and other methods) in RESTful architectures
13 Sep
2007 Raganwald article on lazy evalation.
14 Jul
Oliver Steele's wonderful Regular Expression diagramming and animation flash tool. Shows both an NFA and a DFA for your regexp and shows how it consumes input
09 Feb
Interesting comments on the suitability of F# and Clojure for 'real world' software
08 Nov
Stuart Halloway's Clojure Conj presentation slides on simplicity.
21 May
Matt Legend Gemmell has implemented a text templating system for Cocoa. Similar to django and smarty.
09 Jan
tl;dr: Use bcrypt (or scrypt if available)
19 Nov
David Goodger's presentation about idiomatic python code
01 Apr
Adding Ajax Detection To HttpRequest
14 Jul
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
15 May
MMM Mode adds support for Multiple Major Modes to emacs
23 May
Trac's post commit hooks for SVN to support fixes #123 e etc
02 Feb
Mark McGranaghan's Clojure Conj talk on the Ring HTTP library and spec.
24 Apr
A Substrate for Managed Runtime Environments. Apparently built on top of a number of interesting technologies, most notably LLVM.
30 Jun
Advances in problems you didnt even know you had. Short article on recent improvements to floating point to text algorithms.
25 Jul
Massive and detailed documentation for Monads in Haskell
03 Jun
Jacobian (of Django fame) on why he chooses Python.
16 Sep
Jacob Kaplan-Moss's template tags for using Google's Charts API. Via Jeff Croft
03 Aug
pour is a web form validation library for the
Clojure programming language.
14 May
Middleware which prints out a list of all SQL queries done for each view that is processed. This is only useful for debugging.
26 May
Steve Yegge's JavaScript mode for emacs
07 Apr
Short snippet of code to send out 500 errors on django failure
06 May
Tests and examples of the new django OneToOneField post queryset refactor.
27 Nov
Nathan Marz shows how BackType uses Clojure and his Hadoop powered Cascalog system. In this video Marz introduces Cascalog and shows how they used it to build their influencer metrics
25 Feb
A clearer function for seeing what operations are available on a python object. via Clint Ecker
05 Feb
An asynchronous processing library for Clojure inspired by F# and C#'s async API.
06 May
Why shows how to using ruby 1.9 and python 2.5 to take ruby bytecode, convert it to python byte code and then decompile it back to python source
12 Nov
A brief introduction to Zero Message Queue and Clojure.
13 Apr
An overview of different challenges and approaches to concurrency in software design.
24 Sep
Slides for Simon Willison's web application security presentation
26 Mar
Tagging support for django models, including form fields, template tags and a pile of helpful support functions
21 Jan
Josh Bohde demonstrates how to use backbone.js with Django using the django-tastypie REST library.
30 Oct
A Django ModelField to support tracking the history of a model instance. Via Matt
02 May
Python documentation on the standard profiling tools
10 Apr
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
01 May
How and how not to use Python
29 Apr
07 Dec
Rich Hickey (creator of clojure) talks about how concurrency works in clojure with a worked example.
28 Sep
Paul Irish writes about the increasing problems facing web developers hoping to support Internet Explorer. This is one depressing read.
18 Apr
Using WSGI to build a web framework with python. A tutorial
15 May
Instructions for setting up an (X)HTML editing environment for Emacs suitable for Web Developers.
13 May
bzr-svn plugin to the bzr distributed version control system
16 Dec
James Bennett (Djangos release manager) on why he likes pip over easy_install and setuptools
12 Sep
A break down of the old clojure.contrib libs and where they exist in the new repositories.
02 Aug
Part 3 of Don Syme's introduction to parallel tools for F#. This article covers actors/agents (and links back to previous articles).
19 Oct
A paper from Sun/Oracle about prototypal software models (.ps.gz)
23 Jun
Tools to help find bugs or style issues in python code.
09 Apr
Matt Woodward's huge list of random thoughts about couchdb
02 Oct
A detailed article by Luke VanderHart on the various mechanisms in ClojureScript and Google Closure for using external javascript libraries in your ClojureScript projects.
11 Jun
The forthcoming O'Reilly book on couchdb, freely available online in html form.
18 Apr
Twotp is an implementation of the Erlang node protocol written in Python using the Twisted networking engine. It makes possible to run an Erlang node in Python, like the Jinterface library of Erlang allows to do in Java. You can then call methods on an Erlang node or receive method calls.
02 Apr
A library to aid in the development of multiprocess programs in python. Implements the same API as threading does for threads and adds some more tools
23 Apr
Notes on the internals of memcached and some best practises to consider
15 Jul
Angus has released the first beta of his rewritten hack for PNG support in Internet Explorer 6+
05 Feb
A stream processing library using arrows in Clojure.
18 Feb
A introduction to the various core typeclass provided by haskell that come from esoteric fields such as category theory.
16 Apr
Oliver Steele presents three little Javascript libraries that provide a lot of power. Worth a look just for picking up ideas at least
28 Mar
Straight forward SQL DB abstraction layer for Haskell
05 Jan
Mercury is a statically typed Logical programming language. It's type system includes agebraic data types, “modes” (whether an predicates parameters may be inputs or outputs), and definitions of the determinism a predicate provides (the number of values it generates on outputs).
03 Apr
Notes on running python scripts that depend on django
01 Feb
Clever API to deal with multiple asynchronous calls manageable. Via Raganwald.
14 Nov
Part 1 of a series on IO in Clojure
02 Oct
Dr. Erik Meijer from Microsofts C# team starts a lecturer series on Functional Programming with Haskell.
29 Jun
Reasons why the world needs new programming languages. Via Lambda The Ultimate.
14 Apr
Slides from a talk about django's current and future internals
29 Mar
Using Typeable typeclass to do semi-dynamic programming in Haskell
12 Sep
A Model Field for django that automatically caches the markdown'd version and stores the raw text as well. Via Matt
20 Aug
An introduction to a git workflow extension called Git-Flow
22 Sep
All the slides to this years Strange Loop presentations as PDFs in one github repository.
10 May
A simple guide to what makes something RESTful. Via Bill de hÓra
08 May
A monadic Parser Combinator Library for Clojure
04 Jan
A possibly interesting framework for building web apps in Clojure
15 Jun
Jacob Kaplan-Moss's commentary on producing great technical documentation.
24 Feb
David R. Maclver's mechanical introduction to Haskell's Control.Arrow package. It looks at the functions rather than the abstraction.