Articles & Guides

gavin

How to Use django-compressor Offline Compression with Widgy

Posted by gavin

With django-compressor, we normally use in-request compression, but that doesn't work for multi-server setups, so that's when you need offline compression.

django

antoine

Why and How You Should Write Progressively Enhanced Idempotent (Stateless) JavaScript

Posted by antoine

Don't underestimate your number of users without JavaScript enabled. Write progressively enhanced idempotent JavaScript for them.

alex

Problems with Computer Science Education

Posted by alex

Computer Science degrees don't adequately prepare students to work as programmers. Here is what students need in order to connect the dots.

django