For some time, we’ve talked about GitHub Copilot as if it were a clever autocomplete engine.
It isn’t.
Or rather, that’s not all it is.
The interesting thing — the thing that genuinely changes how you work — is that you can assig...
We bring you the latest updates from Perl Hacks through a simple and fast subscription.
We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.
Unsubscribe at any time without hassle.
Perl Hacks's title: Perl Hacks - Just another Perl Hacker's blog
Is this your feed? Claim it!
For some time, we’ve talked about GitHub Copilot as if it were a clever autocomplete engine.
It isn’t.
Or rather, that’s not all it is.
The interesting thing — the thing that genuinely changes how you work — is that you can assig...
Whenever I’m building a static website, I almost never start by reaching for Apache, nginx, Docker, or anything that feels like “proper infrastructure”. Nine times out of ten I just want a directory served over HTTP so I can click around, test routes, check assets, and see what happens in a real browser.
F...
We’ve just published a new Perl School book: Design Patterns in Modern Perl by Mohammad Sajid Anwar.
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
In last week’s post I showed how to run a modern Dancer2 app on Google Cloud Run. That’s lovely if your codeba...