The Long Road from CGI to Containers

From CGI to Containers

One of the defining characteristics of a good programmer is an instinct for keeping implementation details in the correct layer of an application. That sounds abstract, but it turns out to explain a huge amount of the progress we’ve made in software development over the last twenty-five years. And nowhere is that clearer than in […]

Elderly Camels in the Cloud

Elderly cloud camel

In last week’s post I showed how to run a modern Dancer2 app on Google Cloud Run. That’s lovely if your codebase already speaks PSGI and lives in a nice, testable, framework-shaped box. But that’s not where a lot of Perl lives. Plenty of useful Perl on the internet is still stuck in old-school CGI […]

Dancing in the Clouds: Moving Dancer2 Apps from a VPS to Cloud Run

Dancing in the Clouds

For years, most of my Perl web apps lived happily enough on a VPS. I had full control of the box, I could install whatever I liked, and I knew where everything lived. In fact, over the last eighteen months or so, I wrote a series of blog posts explaining how I developed a system […]

Stop using your system Perl

Choose a direction

Recently, Gabor ran a poll in a Perl Facebook community asking which version of Perl people used in their production systems. The results were eye-opening—and not in a good way. A surprisingly large number of developers replied with something along the lines of “whatever version is included with my OS.” If that’s you, this post […]