Deep insights from our research and experience

Disabling Error Emails in Django

One of Django’s nice “batteries included” features is the ability to send emails when an error is encountered. This is …

Peter Baumgartner

Peter Baumgartner Oct. 10, 2017

Dynamic Test Servers with Salt

One of the things I love about the DevOps movement is how (when done right) it empowers developers to work …

Peter Baumgartner

Peter Baumgartner Sept. 12, 2017

The Trouble with Thumbnails: Part 2

In this long overdue follow-up to Part 1, I’ll be discussing the infrastructure issues associated with creating and serving image …

Peter Baumgartner

Peter Baumgartner Aug. 29, 2017

Django Patterns: Fat Models and cached_property

One of my favorite patterns in Django is the combination of “fat” models and cached_property from django.utils.functional. Fat models are …

Peter Baumgartner

Peter Baumgartner Aug. 15, 2017

Linting SCSS with sass-lint

Linting SCSS with sass-lint Complex projects always require multiple developers and design heavy web sites are no exception. Sass/SCSS is …

Michael Trythall

Michael Trythall Aug. 1, 2017

 screenshot

Django Anti-Patterns: Signals

Django’s Signal Dispatcher is a really powerful feature that you should never use. Ok, it has valid use cases, but …

Peter Baumgartner

Peter Baumgartner July 18, 2017

Multiple Sites with Routing in uWSGI

In another of our “you can do that?!?” with uWSGI posts, today I’ll show you how to use uWSGI to …

Peter Baumgartner

Peter Baumgartner June 27, 2017

10 Years of Lincoln Loop

April marked Lincoln Loop’s 10th anniversary in business. As I reflect on that, I find myself going through all the …

Peter Baumgartner

Peter Baumgartner June 13, 2017

Serving Static Files with uWSGI

Serving Static Files with uWSGI As noted in a previous post, uWSGI is a Swiss Army knife of functionality. One …

Peter Baumgartner

Peter Baumgartner June 7, 2017

Have You Heard About LXC Containers?

Virtualization technologies have been around for a while in various forms and over the last several years the container style …

Yann Malet

Yann Malet May 25, 2017