All articles tagged Development

Thumbnail image for Django Round-Up #34

Django Round-Up #34

Featured

Django’s Roadmap

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.

Django Software Foundation announces Diversity Statement …

Thumbnail image for Django Round-Up #33

Django Round-Up #33

Featured

Django Developers Community Survey

The Django Core Team wants to know more about how

you

use Django. Take a few minutes to fill out the survey and help them tailor Django so it meets our needs.

Bugfix and Security …

Thumbnail image for Speeding Up NPM Installs

Speeding Up NPM Installs

I’ve been working on improving our deployment processes as part of the

High Performance Django Infrastructure

project we’re building out. One consistent pain point is our front-end build system, and particularly,

npm

installs. For a number of reasons, instead of …

Thumbnail image for Loop Letters | Henrik Joreteg

Loop Letters | Henrik Joreteg

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 …

Thumbnail image for Fast Immutable Python Deployments

Fast Immutable Python Deployments

Alternate title: Pip 7 is Awesome, Here’s Why

A typical Python deployment looks like this:

Pave the server, setting up a virtualenv and installing any pre-requisites necessary to build/install the Python requirements (compiler, development headers, etc.).

To update to a …

Thumbnail image for Django Round-Up #32

Django Round-Up #32

Featured

Security Advisory: Arbitrary file inclusion through docutils

If you are allowing untrusted users to input reStructuredText which later gets passed through

docutils

, be sure to read this advisory to ensure your application is configured securely.

DjangoCon EU Talk …

Thumbnail image for Concurrency in Python vs GO

Concurrency in Python vs GO

At Pycon in Montreal few weeks ago I attended a talk that blew my mind away and got me thinking:

Python concurrency from the Ground Up: LIVE!

by David Beazley. The video is available on

YouTube

.

The gist of …

Thumbnail image for A Closer Look at Docker

A Closer Look at Docker

Part of my job at Lincoln Loop is to explore new technologies and make sure that, as a company, we stay current. I’ve been playing around with Docker for a while, but recently decided to redeploy some of our production …

Thumbnail image for Django Round-Up #31

Django Round-Up #31

Featured

DjangoCon US in Austin, TX

The website for this year's DjangoCon US officially launched (designed by us at

Lincoln Loop

). This year's conference is being run by a newly founded non-profit,

more details on the blog

.

Security …