This site is written by Clint Ecker. To learn more about Clint, visit the about page.
This site was built using the Django Web Framework which is itself written in Python. Several pre-built Django applications were used to make the development of this blog a breeze, those include:
All of these are tied together by a bunch of code and templates I wrote, and which Django made extremely easy! My Django blog application is deployed through Apache and mod_python, and uses simple caching/performance techniques such as ETags, expire headers, a file system cache, and gzip compression.
On the desktop I use a 24-inch iMac running Leopard and TextMate to write all my code. Other applications I find useful to my profession include:
by Clint Ecker