Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View chandelabhishek's full-sized avatar

Block or report chandelabhishek

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

    Url Shortner using Express, Sequelize, Mysql

    JavaScript

  2. message-signer-verifier message-signer-verifier Public

    re-exposing reliable sign endpoint

    JavaScript

  3. prioritize prioritize Public

    TypeScript

  4. batch queries and run it in a single... batch queries and run it in a single transaction - postgres, nodejs, knex
    1
    const pgp = require('pg-promise')();
    2
    pgp.pg.types.setTypeParser(20, parseInt);
    3
    
                  
    4
    function AggregateQuery(queryBuilders) {
    5
      // pass in a knex transaction
  5. sliding window rate limter using red... sliding window rate limter using redis and nodejs
    1
    /**
    2
     * parameters for both functions: 
    3
     *    1. isOverTheLimit
    4
     *    2. addRequestToRateLimitWndow
    5
     * 
  6. oauth_multi-tenant_rbac oauth_multi-tenant_rbac Public

    Example for AuthN, OAuth and Multi-level tenancy

    Java