Skip to content
View ankkho's full-sized avatar
  • AirAsia
  • Kuala Lumpur, Malaysia
  • 15:24 (UTC +08:00)
  • X @ankit_khosla
Block or Report

Block or report ankkho

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. aws-node-elasticache-vpc aws-node-elasticache-vpc Public

    Serverless function using elasticache (redis) within VPC

    JavaScript 22 5

  2. serverless-folder-structure serverless-folder-structure Public

    The folder structure for the Serverless project, allows you to add middleware functions.

    JavaScript 4

  3. nodejs-redis-search-example nodejs-redis-search-example Public

    Use redis search with Nodejs. Sample project.

    JavaScript 1

  4. component-lib component-lib Public

    Collection of react components using tailwindcss. https://tailwindcss.com

    1

  5. Setup javascript development environ... Setup javascript development environment with a single shell script
    1
    echo '>>> Starting Setup!'
    2
    
    
    3
    sudo apt-get update
    4
    
    
    5
    echo '>>> installing git'