Zzzeek - techspot.zzzeek.org - zzzeek
General Information:
Latest News:
Introduction to SQLAlchemy - Pycon 2013 - Wrapup 4 Apr 2013 | 09:10 pm
Introduction to SQLAlchemy - Pycon 2013 - Wrapup
Introduction to SQLAlchemy - Pycon 2013 5 Mar 2013 | 10:10 pm
Introduction to SQLAlchemy - Pycon 2013
Akiban-SQLAlchemy - a Webinar 17 Dec 2012 | 10:10 pm
Akiban-SQLAlchemy - a Webinar
Pycon Canada - the SQLAlchemy Session In Depth 14 Nov 2012 | 06:31 pm
Pycon Canada - the SQLAlchemy Session In Depth
Supporting a (Very Interesting) New Database 26 Oct 2012 | 05:12 am
Supporting a (Very Interesting) New Database
The Absolutely Simplest Consistent Hashing Example 8 Jul 2012 | 12:01 am
Lately I've been studying Redis a lot. When using key/value databases like Redis, as well as caches like Memcached, if you want to scale keys across multiple nodes, you need a consistent hashing algor...
Server Side Templates and API Centric Development 19 Jun 2012 | 12:01 am
We're here to talk about the rise of the API-focused application, and how it interacts with templates for rendering HTML for web browsers. The simple point I hope to make is: you don't necessarily nee...
Using Beaker for Caching? Why You'll Want to Switch to dogpile.cache 20 Apr 2012 | 04:01 am
Continuing on where I left off regarding Beaker in October (see Thoughts on Beaker), my new replacement for Beaker caching, dogpile.cache, has had a bunch of early releases. While I'm still considerin...
Pycon 2012 : Hand Coded Applications with SQLAlchemy 13 Mar 2012 | 04:01 am
Here's the slides from my Pycon 2012 talk, "Hand Coded Applications with SQLAlchemy". I had a great time with this talk and thanks all for coming ! Update: Here's the video!
Patterns Implemented by SQLAlchemy 8 Feb 2012 | 07:01 am
When I first created SQLAlchemy, I knew I wanted to create something significant. It was by no means the first ORM or database abstraction layer I'd written; by 2005, I'd probably written about a doze...