All articles tagged Development

Thumbnail image for 19X faster response time

19X faster response time

At Lincoln Loop, we don’t just build web platforms from scratch and scale them to accommodate growing demand; we also dedicate ourselves to their long-term maintenance. Some of our partnerships have spanned over a decade.

Let me walk you through …

Thumbnail image for django CMS is a great toolbox

django CMS is a great toolbox

Here at Lincoln Loop, for the past 15 years, we have built countless Digital experiences (DXP) that help to move our customers’ digital transformation forward.

The ultimate result of what is often a long-term engagement is often a code base …

Thumbnail image for Python Package Manager Shootout

Python Package Manager Shootout

tl;dr

I built a benchmark for Python Package managers, you can view it at

https://lincolnloop.github.io/python-package-manager-shootout/

When starting a new Python project, you have a few different options for how you want to manage your dependencies. Like Node.js has

npm

, …