Destructuring for type safety in JavaScript Juan Julián...
Writing git extensions in Perl Juan Julián Merelo Guervós...
A general guide for writing git extensions in Perl
What's in a template for composite actions
A GitHub action that mixes Jekyll and pkgdown
There's no straightforward way to check for types every argument of a JavaScript function. However, using destructuring on created classes can help achieve some kind of type safety.
Tracking ship via their AIS data using JavaScript
How to use a specific GitHub Action to test, and cache, and anything else you would want to do, in Raku.
GitHub actions jobs can be run in container. But you need to tailor them specifically for that, or they will fail. Here's how to do it.
Creating a dynamic experience timeline with R and Docker
Applying all kinds of workflows to automatically generate your CV from source and data
A few environment variables that might be useful, and were somehow dropped in the documentation
How to create a hook that automatically builds a set of images in Docker Hub. using Perl
On some tips of when to use this status, and when it might seem a good practice to do so.
A step by step guide to creating a single function that can act as a Telegram bot, and deploy it to Vercel
La respuesta larga al artículo de Xataka sobre cómo aprender lenguajes de programación.
How to get to build and run your first container using Buildah/Podman
Do's and don'ts with loops
The classical fizzbuzz problem
Solving the first weekly challenge.
What kind of things I needed to get Trellis to work
On The Perl Conference in Glasgow
How to become part of the Perl 6 community by helping with the documentation
How to participate in the monthly community bug SQUASHathon
Step by step tutorial on how to deploy a scalable application with a couple of containers to the cloud
Back to grammars, putting it all together
How multiple dispatch works in Perl6 and how it can help us to get stuff done
Using roles in grammars.
Grammars in Perl6 are classes. We will see how they use roles to componentize parsing.
Third in the series of grammars with Perl6, here we focus on the Match object, used to represent the result of parsing text and how it is used in regular expressions.