All articles tagged Development

Thumbnail image for Server Migration for BotBot.me

Server Migration for BotBot.me

Last week Vitaly and I migrated BotBot.me to new servers and also launched a redesign of the user account section. You can now support us by becoming a subscriber for $3/month and even log personal channels for $2/month. If you …
Thumbnail image for Django Round-Up #27

Django Round-Up #27

Featured Django Websites Redesign Ok, so this didn't happen in November, but it's too big not to include. For the first time since it's public launch nearly 10 years ago, www.djangoproject.com got a redesign. Congrats to everyone involved. DjangoCon Europe …
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 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 …