News

Perhaps the two greatest things about Django are its speed and the auto-generated admin interface. Since I didn’t get a chance to post a tutorial yesterday, today’s will be a two-parter. For ...
It’s the end of our Django tutorial round-up and as such I thought we’d have a look at the new work-in-progress Django book. Set to be released in print form later this year by Apress, the ...
JavaScript is a flexible language, allowing for all sorts of styles and programming paradigms. Although this breadth sometimes comes at a cost to readability or consistency across a code base, it ...
This detailed tutorial shows how to implement pure functions in JavaScript that are deterministic and referentially transparent, and create no side effects.