Dotcom Survivor Syndrome – How Perl’s Early Success Created the Seeds of Its Downfall

Dotcom Survivor Syndrome

If you were building web applications during the first dot-com boom, chances are you wrote Perl. And if you’re now a CTO, tech lead, or senior architect, you may instinctively steer teams away from it—even if you can’t quite explain why. This reflexive aversion isn’t just a preference. It’s what I call Dotcom Survivor Syndrome: […]

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 […]

Easy SEO for lazy programmers

MooX::Role::SEOTag

A few of my recent projects—like Cooking Vinyl Compilations and ReadABooker—aim to earn a little money via affiliate links. That only works if people actually find the pages, share them, and get decent previews in social apps. In other words: the boring, fragile glue of SEO and social meta tags matters. As I lined up […]

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 […]