Auto-instrument your code with OTel
A post from the Perl Advent Calendar showing what options are available to auto-instrument your code, why you might be interested, and what caveats come with it.
I write code for fun, and some times get paid to do it
A post from the Perl Advent Calendar showing what options are available to auto-instrument your code, why you might be interested, and what caveats come with it.
My thoughts on this version of the London Perl & Raku Workshop
Adding cookie support to HTTP::Tiny and the distributions released along the way. A talk given at The Raku Conference in the Cloud 2022.
A post from the Perl Advent Calendar with notes about what it takes to bind to Kotlin code from Perl using FFI::Platypus, and why this matters on a personal level.
A previous post detailed how to bundle all the dependencies of a Perl project. This post expands that with some details on how to bundle specific vendored modules.
Some notes on porting code from Go to Raku, and what I found along the way
Some personal notes on my choices when typesetting ToBI tone markers.
HTTP::Tiny has been release upon an unsuspecting world! Here's a little about why I wrote it, and why I think it might come in handy in the future.
Dissecting a Raku snippet that wraps a subroutine in a self-unwrapping block of code.
Some things I learned about argument parsing when writing a command line tool in Raku