-
A Pattern for Handling Multiple HTTP Verbs in Django
·An explicit, pythonic, easy-to-read way to handle multiple HTTP verbs in a single Django function-based view. No more ugly if/else blocks!
-
Blogging with Dropbox and Pelican
·I was recently given a new iPad Air at work and in order to not feel like I use the device only for the Kindle app and the occasional game, I have been looking for a productive use for it. My boss mentioned to me not long ago the he uses a text editor with Dropbox sync capabilities on the...
-
(Don't) Do The Right Thing
·I tend to spend way too much time doing the “right” thing that I don’t get down to just coding.
-
.NET Land: Basic Authentication in IIS 7
·A Python guy learns to swim in the waters of ASP.NET. In this update: more authentication!
-
.NET Land: The Trouble With ASP.NET Default Authentication Providers
·A Python guy learns to swim in the waters of ASP.NET. In this update: authentication!