Skip to content
View rupeshparab's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report rupeshparab

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. AlgoBot AlgoBot Public

    Forked from Chudleyj/AlgoBot

    A C++ stock market algorithmic trading bot

    C++

  2. Finance-Robinhood Finance-Robinhood Public

    Forked from sanko/Finance-Robinhood

    Trade stocks and ETFs with free brokerage Robinhood and Perl

    Perl

  3. MachineLearningStocks MachineLearningStocks Public

    Forked from robertmartin8/MachineLearningStocks

    Using python and scikit-learn to make stock predictions

    Python

  4. Step-by-step Instructions to Setup a... Step-by-step Instructions to Setup an AWS ECS Cluster
    1
    ## Configuring AWS ECS to have access to AWS EFS
    2
    If you would like to persist data from your ECS containers, i.e. hosting databases like MySQL or MongoDB with Docker, you need to ensure that you can mount the data directory of the database in the container to volume that's not going to dissappear when your container or worse yet, the EC2 instance that hosts your containers, is restarted or scaled up or down for any reason.
    3
    
                  
    4
    > Don't know how to create your own AWS ECS Cluster? Go [here](https://gist.github.com/duluca/ebcf98923f733a1fdb6682f111b1a832#file-step-by-step-how-to-for-aws-ecs-md)!
    5
  5. An example of Cypress, Auth0, and Ne... An example of Cypress, Auth0, and Next.js authentication for a local Cypress test
    1
    ### Edit:
    2
    
                  
    3
    Since writing this gist, [sir-dunxalot/cypress-nextjs-auth0](https://github.com/sir-dunxalot/cypress-nextjs-auth0) was released, which encapsulates this gist in a more user-friendly way. Try it out:
    4
    
                  
    5
    ```sh
  6. Docker Compose with Elastic Stack an... Docker Compose with Elastic Stack and APM Server 6.5.0
    1
    version: "2.1"
    2
    services:
    3
      apm-server:
    4
        image: docker.elastic.co/apm/apm-server:${STACK_VERSION:-6.5.0}
    5
        ports: