Skip to content
View ricardo-dlc's full-sized avatar
:shipit:
Working
:shipit:
Working
  • Cancún, México
  • 12:01 (UTC -05:00)

Block or report ricardo-dlc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ricardo-dlc/README.md

ricardo-dlc

Pinned Loading

  1. minimal-nodejs-image minimal-nodejs-image Public

    A docker image based from Alpine Linux with Nodejs

    Dockerfile 1

  2. mysql-query-placeholders mysql-query-placeholders Public

    Query builder for prepared statements.

    TypeScript 1

  3. Simple Nodejs approach to work with ... Simple Nodejs approach to work with JWT's using JOSE and public/private keys generated with OpenSSL
    1
    const jose = require('jose');
    2
    const fs = require('fs');
    3
    const path = require("path");
    4
    
                  
    5
    // project
  4. Update Jenkins Inside a Docker Conta... Update Jenkins Inside a Docker Container
    1
    First identify your image.
    2
    ```console
    3
    $ docker ps --format "{{.ID}}: {{.Image}} {{.Names}}"
    4
    3d2fb2ab2ca5: jenkins-docker jenkins-docker_1
    5
    ```