Skip to content
View lucaronca's full-sized avatar
Block or Report

Block or report lucaronca

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. ec2-setup ec2-setup Public

    Terraform module that allows provisioning of a ready-to-use AWS EC2 configuration, equipped with key functionalities.

    HCL 1 1

  2. whatsnew whatsnew Public

    Golang lambda project to generate, maintain rss feed and sync it to S3

    Go

  3. suits-api suits-api Public

    Rest api made with django rest framework which provides suits of various brands and multiple information about them

    Python

  4. graphql-serverless-api graphql-serverless-api Public

    A Graphql serverless api starter kit implementation

    TypeScript

  5. pipeActions.js pipeActions.js
    1
    const pipeActions = reducer => (...actions) => {
    2
        const getStateAfterActions = (state, actionToExecute, ...actions) => {
    3
            return actionToExecute ?
    4
                getStateAfterActions(reducer(state, actionToExecute), ...actions) :
    5
                state;
  6. express-redis-starter express-redis-starter Public

    A comprehensive wep app, scalable for different projects. It includes user authentication and data storage with redis

    JavaScript 6