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 ...
This week’s theme for the Tutorial o’ the Day is Django, an open source, high-level Python web framework whose tag line — The web framework for perfectionists with deadlines — nicely sums ...
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.