How to Use django-compressor Offline Compression with Widgy
Posted by
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.
Why and How You Should Write Progressively Enhanced Idempotent (Stateless) JavaScript
Posted by
Don't underestimate your number of users without JavaScript enabled. Write progressively enhanced idempotent JavaScript for them.
Problems with Computer Science Education
Posted by
Computer Science degrees don't adequately prepare students to work as programmers. Here is what students need in order to connect the dots.
Fusionbox's django-authtools Cited in a Book
Posted by
We recently found out that a Django library we posted on GitHub had been cited in a book.
Django OneToOneFields are Hard to Use, Let’s Make Them Better
Posted by
Django's OnToOneField is a useful tool, but it's not always the easiest thing to use. Here are some things we've done to smooth the rough edges.
PyCon 2015 talks you should watch
Posted by
The Fusionbox Python Web Development team was really excited to attend PyCon again this year. Here are some of the talks there that we particularly enjoyed.
Semiotics, Reality, and User Experience
Posted by
Posted by
Sadly, our espresso machine perished. But even so, we still need to have good coffee, so we’ve learned to use the Moka-Express.
Posted by
Posted by
Git is a version control system for tracking code. How do these commands relate to your daily life?