All articles tagged Development

Thumbnail image for Lessons Learned Architecting Realtime Applications

Lessons Learned Architecting Realtime Applications

Building realtime applications is a big change from how we’ve built websites in the past. Typically, realtime websites require each client holding open a long-running connection to the server so updates can be pushed down to the client immediately. This …

Thumbnail image for Django Round-Up #19

Django Round-Up #19

Featured

DjangoCon US Videos

The full set of videos from DjangoCon US were released by Open Bastion. If you weren't able to attend in person, block off your schedule, start up your YouTubes and enjoy.

Lincoln Loop's BotBot Tee

What's …

Thumbnail image for Django Round-Up #18

Django Round-Up #18

Featured

Django Security Release

Django 1.4.8, Django 1.5.4, and Django 1.6 beta 4 were released last week. They fix an easily exploitable issue with the password hasher that could lead to a denial-of-service attack. It is recommended that to upgrade …

Thumbnail image for Django Round-Up #17

Django Round-Up #17

Featured

DjangoCon US 2013

Last week DjangoCon US was held in Chicago, bringing together some of the best and the brightest in the community. While you'll still have to wait for the videos, many of the presenters have posted their …

Thumbnail image for Django Round-Up #16

Django Round-Up #16

Featured

A Plan Comes Together

Andrew Godwin merged his migrations branch into Django master. This means, barring some horrible problem, we'll be seeing it in the 1.7 release of Django. Congratulations to Andrew on his monumental effort and getting this …

Thumbnail image for Django Round-Up #15

Django Round-Up #15

Featured

Django Security Releases Issued

1.5.2, 1.4.6, and 1.6 beta 2 were released to address two cross-site scripting (XSS) bugs found in Django. The release notes state that, "While these issues present limited risk and may not affect all Django …

Thumbnail image for Installing Node.js and npm into a Python Virtualenv

Installing Node.js and npm into a Python Virtualenv

With things like

LESS

and

RequireJS

, we’re starting to use Node.js’s

npm

(think

pip

for JavaScript) on every other project. However, installing Node.js globally means some dependencies are also installed globally, which might be a problem if different projects …

Thumbnail image for Django Round-Up #14

Django Round-Up #14

Featured

Django 1.6 Beta 1 Released

That was quick! Just four months after the release of 1.5, 1.6 is getting ready to spread it's wings. Big new features include persistent database connections (likely a nice speed improvement for many sites), …

Thumbnail image for Django Round-Up

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, and jobs in the Django community, curated by

Pete Baumgartner

. It’s a great resource for keeping up with …