<p>In May of last year, Facebook released an open source library for building frontend components called</p><p>React</p><p>. It’s built around some rather unorthodox philosophies about the browser and application structure, but over time it has gained quite a bit …</p>
<p>We’ve all been there. You’re working on an project with a lot of JavaScript, and you need to add a new widget that depends on some libraries. You have a complex template structure and you don’t know which libraries have …</p>
<p>Varnish</p><p>Saint Mode</p><p>is a lesser known gem inside</p><p>varnish</p><p>that lets you serve stale content from cache, even when your backend servers are unavailable.</p><p>This article explains how to configure varnish to take advantage of this feature. If you …</p>
<p>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 …</p>
<p>2013 was an amazing roller coaster year at Lincoln Loop. This is a long post, so I’ll skip the intro and dive right in.</p><p>Company Accomplishments</p><p>Of all the things we did and built, I’m most proud of what we …</p>
<p>Grunt</p><p>is a powerful task runner with an amazing assortment of plugins. It’s not limited to the frontend, but there are many frontend-oriented plugins that you can take advantage of to combine and minify your static media, compile sass and …</p>
<p>Featured</p><p>DjangoCon US Videos</p><p>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.</p><p>Lincoln Loop's BotBot Tee</p><p>What's …</p>
<p>Featured</p><p>Django Security Release</p><p>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 …</p>
<p>Featured</p><p>DjangoCon US 2013</p><p>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 …</p>
<p>Featured</p><p>A Plan Comes Together</p><p>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 …</p>