2010-02-28
· 1 min
·
IOS
Brent Simmons ditched Core Data for raw SQLite on iPhone. His experience reveals why ORMs often become bottlenecks in scalable applications.
8 comments
2009-12-23
· 1 min
·
PostgreSQL
Watch the San Francisco PostgreSQL User Group's December 2009 meeting on exclusion constraints and advanced PostgreSQL techniques.
1 comment
2009-12-22
· 1 min
·
PostgreSQL
Watch the San Francisco PostgreSQL User Group meeting from November 2009, featuring a talk on Tungsten cluster management.
0 comments
2009-11-07
· 6 min
·
Django
Django's autocommit mode eliminates unnecessary transaction overhead for read-only views while enabling PostgreSQL's efficient INSERT...RETURNING syntax for…
5 comments
2009-11-07
· 4 min
·
Django
Django's automatic transaction wrapping works, but does it actually make sense for read-only operations?
2 comments
2009-11-04
· 3 min
·
Django
ORMs make elegant code—until they don't. Watch how object-oriented patterns can quietly multiply your database calls, and learn when to break the rules.
7 comments
2009-11-04
· 1 min
·
PostgreSQL
Mercurial explains things patiently; Git sighs and rolls its eyes. Choose based on your project, not your preferences.
6 comments
2009-10-19
· 5 min
·
Django
Set up Django, PostgreSQL, and Apache to serve your first web app. Step-by-step installation gets your Django project running on mod_wsgi.
0 comments
2009-10-17
· 4 min
·
Django
Install Apache, Python 2.6, psycopg2, and mod_wsgi to get Django running on CentOS with PostgreSQL.
12 comments
2009-10-17
· 3 min
·
Django
Set up PostgreSQL on your VPS: create a postgres user, initialize a database cluster, enable PL/pgSQL and UUID functions, and configure automatic startup on…
1 comment