Skip to content
View nerycordova's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report nerycordova

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 Loading

  1. moleculer-todoapp moleculer-todoapp Public

    ToDo App built using React, MongoDB and Moleculer microservices framework for Node.js

    JavaScript 4 2

  2. react-gif-browser react-gif-browser Public

    A GIF browser made in React.

    JavaScript 1

  3. firestore-query-studio firestore-query-studio Public

    Basic, fully client-side, Firestore query tool made in React.js and TypeScript.

    TypeScript 1 1

  4. Unzip large files in AWS S3 using La... Unzip large files in AWS S3 using Lambda and Node.js
    1
    //Dev.to article: https://dev.to/nerycordova/unzip-large-files-in-aws-using-lambda-and-node-js-cpp
    2
    
                  
    3
    const AWS = require("aws-sdk");
    4
    const s3 = new AWS.S3({ apiVersion: "2006-03-01" });
    5
    const unzipper = require("unzipper");