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

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.

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

    Config based Node.js and PostgreSQL Web App Boilerplate/Scaffolding with custom RBAC and stream-based CSV upload and download mechanics. Auto generated Modules through superAdmin panel with feature…

    JavaScript 9 3

  2. mcollina/autocannon mcollina/autocannon Public

    fast HTTP/1.1 benchmarking tool written in Node.js

    JavaScript 7.6k 321

  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