Juan Julián Merelo Guervós

Juan Julián Merelo Guervós @jj

About: Coder of code, writer of writings.

Joined:
Mar 1, 2017

Juan Julián Merelo Guervós
articles - 37 total

You can also have (some) type safety in JavaScript. Here's how.

Destructuring for type safety in JavaScript Juan Julián...

Learn More 0 0Feb 10

Writing extensions to git opens up lots of possibilities of enhancing teamwork through a commonly used tool. And #perl will make it easier.

Writing git extensions in Perl Juan Julián Merelo Guervós...

Learn More 0 0Feb 10

Writing git extensions in Perl

A general guide for writing git extensions in Perl

Learn More 5 0Feb 10

Creating new Perl composite actions from a repository template

What's in a template for composite actions

Learn More 1 0May 22 '24

How to generate a great website and reference manual for your R package

A GitHub action that mixes Jekyll and pkgdown

Learn More 1 0Apr 10 '24

Destructuring for type safety in JavaScript

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.

Learn More 0 1Jul 25 '23

Follow that ship! With AISstreamer

Tracking ship via their AIS data using JavaScript

Learn More 4 0May 10 '23

Testing your Raku module using Github Actions

How to use a specific GitHub Action to test, and cache, and anything else you would want to do, in Raku.

Learn More 5 0Jan 14 '22

Designing containers for GitHub actions

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.

Learn More 8 2Dec 30 '21

How to totally over-engineer your CV, part two

Creating a dynamic experience timeline with R and Docker

Learn More 18 1Mar 20 '21

How to totally over-engineer your CV in a few easy steps

Applying all kinds of workflows to automatically generate your CV from source and data

Learn More 16 0Mar 19 '21

ALL environment variables available in the Docker Hub build environment

A few environment variables that might be useful, and were somehow dropped in the documentation

Learn More 4 0Dec 28 '20

Writing Docker Hub hooks in Perl

How to create a hook that automatically builds a set of images in Docker Hub. using Perl

Learn More 5 0Dec 21 '20

Solving the conflict of using the HTTP status 409

On some tips of when to use this status, and when it might seem a good practice to do so.

Learn More 4 0Dec 18 '20

Create a serverless Telegram bot using Go and Vercel

A step by step guide to creating a single function that can act as a Telegram bot, and deploy it to Vercel

Learn More 19 2Nov 13 '20

Por qué debes enseñar (o aprender) todos los lenguajes a la vez

La respuesta larga al artículo de Xataka sobre cómo aprender lenguajes de programación.

Learn More 4 0Apr 11 '20

Podman/Buildah toolchain in Ubuntu

How to get to build and run your first container using Buildah/Podman

Learn More 12 3Nov 24 '19

Loops in Raku and when to use them

Do's and don'ts with loops

Learn More 8 3Apr 20 '19

Perl Weekly Challenge week #1 challenge #2: FizzBuzz

The classical fizzbuzz problem

Learn More 5 2Mar 29 '19

Perl Weekly Challenge #1: translate letters and count.

Solving the first weekly challenge.

Learn More 9 1Mar 29 '19

Getting Trellis to work

What kind of things I needed to get Trellis to work

Learn More 9 0Nov 13 '18

Perl is Perl

On The Perl Conference in Glasgow

Learn More 15 5Aug 20 '18

We need your help with the Perl 6 documentation

How to become part of the Perl 6 community by helping with the documentation

Learn More 15 3May 20 '18

Squashing Raku documentation bugs, one at a time

How to participate in the monthly community bug SQUASHathon

Learn More 8 0May 3 '18

Deploying a Flask and Logstash application to Digital Ocean using docker cloud.

Step by step tutorial on how to deploy a scalable application with a couple of containers to the cloud

Learn More 12 0Feb 23 '18

Coupling and pairing and testing

Back to grammars, putting it all together

Learn More 12 0Jan 5 '18

Multiple dispatch

How multiple dispatch works in Perl6 and how it can help us to get stuff done

Learn More 9 0Dec 28 '17

Role-ing on the grammars

Using roles in grammars.

Learn More 10 0Dec 25 '17

Assuming roles

Grammars in Perl6 are classes. We will see how they use roles to componentize parsing.

Learn More 8 0Dec 21 '17

Matching with Match.

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.

Learn More 11 0Dec 19 '17