Skip to content
View lucaronca's full-sized avatar

Highlights

  • Pro

Block or report lucaronca

Report abuse

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

Report abuse

Pinned Loading

  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