Skip to content
View matt212's full-sized avatar
🚀
Open for consultation , Freelance and excited to collaborate and contribute
🚀
Open for consultation , Freelance and excited to collaborate and contribute

Block or report matt212

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Nodejs_Postgresql_VanillaJS_Fastify Nodejs_Postgresql_VanillaJS_Fastify Public

    A Configuration-driven,domain-agnostic application platform that turns business/data definitions into reusable APIs, dashboards, ETL, reporting, RBAC and Swagger-enabled services—accelerating B2B, …

    JavaScript 14 3

  2. mcollina/autocannon mcollina/autocannon Public

    fast HTTP/1.1 benchmarking tool written in Node.js

    JavaScript 8.5k 345

  3. Custom-Multiselect-AutoComplete Custom-Multiselect-AutoComplete Public

    Minimalist Custom multiselect AutoComplete Control filter in vanillaJS

    JavaScript 2

  4. jwt +passport auth jwt +passport auth
    1
    function isAuth(req, res, next) {
    2
        var token = req.body.token || req.param('token') || req.headers['x-access-token'];
    3
    //check whether request has token !
    4
    
                  
    5
        if (token != undefined) {
  5. promise based codeflow for unziping ... promise based codeflow for unziping , reading, formating and bulk streaming into postgres
    1
    /*my normal promise function looks like this
    2
    normalfunc.then(function (data){
    3
    }).error(function (){
    4
    5
    })
  6. passport-google-oauth2-example passport-google-oauth2-example Public

    Forked from barberboy/passport-google-oauth2-example

    An Express 4 application using Google for authentication via OAuth2.

    JavaScript