All articles tagged Development

Thumbnail image for Using Crossing with React-Router

Using Crossing with React-Router

<p>With the version 1.0 release of</p><p>react-router</p><p>, the named</p><p>Route</p><p>feature was dropped. In</p><p>earlier versions</p><p>, you were able to define each</p><p>Route</p><p>with a</p><p>name</p><p>parameter:</p><p>&lt;</p><p>Route</p><p>path</p><p>=</p><p>"/account/billing"</p><p>name</p><p>=</p><p>"account-billing"</p><p>/&gt;</p><p>and link …</p>
Thumbnail image for The uWSGI Swiss Army Knife

The uWSGI Swiss Army Knife

<p>uWSGI is one of those interesting projects that keeps adding features with every new release without becoming totally bloated, slow, and/or unstable. In this post, we’ll look at some of its lesser used features and how you might use them …</p>
Thumbnail image for Django Round-Up #34

Django Round-Up #34

<p>Featured</p><p>Django’s Roadmap</p><p>Based on the results of the community survey, a long-term release roadmap has been put in place. Extra effort was made to ease the upgrade burden on developers and third-party applications.</p><p>Django Software Foundation announces Diversity Statement …</p>
Thumbnail image for Django Round-Up #33

Django Round-Up #33

<p>Featured</p><p>Django Developers Community Survey</p><p>The Django Core Team wants to know more about how</p><p>you</p><p>use Django. Take a few minutes to fill out the survey and help them tailor Django so it meets our needs.</p><p>Bugfix and Security …</p>
Thumbnail image for Speeding Up NPM Installs

Speeding Up NPM Installs

<p>I’ve been working on improving our deployment processes as part of the</p><p>High Performance Django Infrastructure</p><p>project we’re building out. One consistent pain point is our front-end build system, and particularly,</p><p>npm</p><p>installs. For a number of reasons, instead of …</p>
Thumbnail image for Loop Letters | Henrik Joreteg

Loop Letters | Henrik Joreteg

<p>We recently decided to the start a semi weekly written interview series of the humans behind programming, Loop Letters. What motivates these individuals? What sort of team culture are they working in? What hobbies are they good at? What hobbies …</p>
Thumbnail image for Fast Immutable Python Deployments

Fast Immutable Python Deployments

<p>Alternate title: Pip 7 is Awesome, Here’s Why</p><p>A typical Python deployment looks like this:</p><p>Pave the server, setting up a virtualenv and installing any pre-requisites necessary to build/install the Python requirements (compiler, development headers, etc.).</p><p>To update to a …</p>
Thumbnail image for Django Round-Up #32

Django Round-Up #32

<p>Featured</p><p>Security Advisory: Arbitrary file inclusion through docutils</p><p>If you are allowing untrusted users to input reStructuredText which later gets passed through</p><p>docutils</p><p>, be sure to read this advisory to ensure your application is configured securely.</p><p>DjangoCon EU Talk …</p>
Thumbnail image for Concurrency in Python vs GO

Concurrency in Python vs GO

<p>At Pycon in Montreal few weeks ago I attended a talk that blew my mind away and got me thinking:</p><p>Python concurrency from the Ground Up: LIVE!</p><p>by David Beazley. The video is available on</p><p>YouTube</p><p>.</p><p>The gist of …</p>