All articles tagged Development

Thumbnail image for Rate Limiting with Nginx

Rate Limiting with Nginx

Do you manage a website? Does it have a login form? Can somebody brute force attack it with every common username/password combination until they find one that works?

For many small web applications, the answer to all of the above …

Thumbnail image for Django Round-Up #26

Django Round-Up #26

Featured

Django Bugfix Releases

An incremental bugfix release was done for Djangos 1.4.x-1.7.x. The older ones are pretty minor, but there's a

laundry list of fixes in 1.7.1

that are worth checking out.

Inagural Django Fellows Announced

For the first …

Thumbnail image for Django Round-Up #25

Django Round-Up #25

Featured

Django 1.7 Released

This is big news. Django 1.7 is a huge release, including database migrations and an app loading refactor (no more empty

models.py

files!). Lots of other goodies in

the release notes

.

DSF calls for applicants …

Thumbnail image for Django: From Runserver to Reddit Hugs

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 that Django, left to its own devices, does not scale. With the right supporting servers, however, it can scale fantastically. …

Thumbnail image for High Performance Django: Shipped

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

now.

Thank You

Writing the book was hard work and there were definitely times where the challenge felt insurmountable. I …

Thumbnail image for Django Round-Up #24

Django Round-Up #24

Featured

Django Security Releases

New security releases in the 1.4, 1.5, 1.6, and 1.7 branches were made. They address multiple vulnerabilities. Make sure to review the notes to see if you are affected.

A thank you to the companies that …

Thumbnail image for A Look At SVG

A Look At SVG

Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics in XML. These graphics can consist of paths, shapes, and/or text that can be scaled and resized without losing image quality like a bitmap would.

While SVG has actually …

Thumbnail image for Introducing Amygdala, a JavaScript REST client

Introducing Amygdala, a JavaScript REST client

We’ve been working on a new UI and front-end architecture for our communication tool,

Ginger

. In doing so, we built a new

JavaScript library

to communicate with our

django-rest-framework

powered API(s).

Inspired by

hood.ie

but aimed at custom API …

Thumbnail image for Django Round-Up #23

Django Round-Up #23

Featured

Django 1.7 release candidate 2

The 1.7 release is nigh! Lots of awesome improvements coming down the pike.

DjangoCon US Schedule Posted

The preliminary talk schedule for DjangoCon US was posted recently. It will be back in Portland this …