BLOG
All articles tagged Django
Django: From Runserver to Reddit Hugs
Last month, I presented High Performance Django: From Runserver to Reddit Hugs at DjangoCon US in Portland. My assertion was …
High Performance Django: Shipped
I’m excited to announce that our book, High Performance Django is officially complete. You can buy a copy at highperformancedjango.com …
High Performance Django Kickstarter Project
I'm really excited to (finally) announce that we are writing a book! We've been working with Django professionally for a …
Simplifying your Django Frontend Tasks with Grunt
Grunt is a powerful task runner with an amazing assortment of plugins. It’s not limited to the frontend, but there …
Django Round-Up
For a while now we’ve sent out a regular newsletter called the Django Round-Up, a collection of recent links, packages, …
A Djangonaut Building a Webapp in Go with Gorilla
At Lincoln Loop, we have been building large web applications using Django since 2007. Recently, however, we have recently started …
Introducing Salmon
Over the years, I’ve used a lot of server monitoring systems. Big enterprisey ones like Zabbix, Zenoss, and Hyperic, smaller …
Django Settings Parity: You're Doing It Wrong
A common paradigm in Django is to create different settings files for different environments (local, production, staging, etc.). Everyone has …
Introduction to Django Selenium Testing
If you’ve never heard of Selenium, put simply, it’s a tool that allows you to create tests that are run …
Load Testing with JMeter: Part 3 - Replaying Apache Logs
Part 1 | “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ | Part 3 A while ago, I wrote a couple of blog entries about load …