Skip to content
View ErickCodigo's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ErickCodigo

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

Pinned

  1. Funciones reutilizables, para proyec... Funciones reutilizables, para proyectos en javascript
    1
    // Del exterior hacia el centro
    2
    // IN: funciones:array, Datos: array | object
    3
    // OUT: Dato procesado
    4
    const compose = (...fns) => (xs) => fns.reduceRight((y, f) => f(y), xs);
    5
    
                  
  2. TodoList TodoList Public

    Primer proyecto con Svelte - Listado de todo's

    JavaScript

  3. cotizador-seguro-vehicular cotizador-seguro-vehicular Public

    Proyecto realizado como prueba técnica para RIMAC

    TypeScript

  4. flask_contacts_app flask_contacts_app Public

    Proyecto CRUD con Python, Flask y Bootstrap