Python date range iterator
A Python tutorial on creating a flexible date range iterator generator using datetime and timedelta.
A Python tutorial on creating a flexible date range iterator generator using datetime and timedelta.
Final part of a series detailing the deployment of an ASP.NET MVC application (CarTrackr) to Windows Azure, covering challenges and solutions.
A presentation about the Hades project was given at the Java User Group Karlsruhe, following an introduction to Aspect-Oriented Programming.
Part 4 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing authentication using Windows Live ID.
An Emacs Lisp script and shell script that combats procrastination by nagging users after periods of inactivity.
Part 3 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing cloud data storage with Azure Table Storage.
Explains HTML5's Cross Document Messaging API for secure communication between web documents using JavaScript's postMessage method.
Microsoft launches Implementation Notes website detailing how Office 2007 handles ODF file formats, providing technical specifics for developers.
A technical guide on converting an ASP.NET MVC application into a cloud service on Windows Azure, focusing on project configuration and web role setup.
A developer shares their journey revisiting classic algorithms, providing Python implementations of insertion sort and merge sort from the MIT Intro to Algorithms course.
A developer details a Java compiler bug with generic type inference in static factory methods and provides a workaround.
First part of a series on migrating an ASP.NET MVC car expense app to Microsoft Azure, covering architecture and planning.
Author's talk proposal for a panel on ORM design philosophies at PyCon 2009 has been accepted, featuring notable Python developers.
A developer's preview and technical overview of the upcoming Hippo CMS 7 and ECM platform, discussing its architecture, plugins, and new features.
Spring 3.0 M1 is now available in Maven repositories, addressing initial release feedback.
A blog recommendation for posts covering Entity Framework errors, stored procedures, and dynamic LINQ queries with expression trees.
A developer's personal recap and impressions from attending the Devoxx 2008 technology conference, covering talks on Scala, Java performance, Spring, and REST.
Introduces Active Objects, a Scala library combining actors, supervisor hierarchies, and OO methods for fault-tolerant, concurrent asynchronous components.
Step-by-step guide to configuring SharePoint for Silverlight 2.0, including prerequisites and web part creation.
Explores using Scala's mixin composition and AOP to modularize cross-cutting concerns like logging and security, reducing code tangling.