Skip to content
View kevboutin's full-sized avatar

Block or report kevboutin

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. azure-middy azure-middy Public

    A Node.js middleware engine for Azure functions

    JavaScript 2

  2. kevinboutin kevinboutin Public

    The public web site for Kevin Boutin

    Vue 1

  3. ivanaandkevin ivanaandkevin Public

    My wedding site

    SCSS

  4. vscode-theme-dark-solarin-3 vscode-theme-dark-solarin-3 Public

    A dark theme extension for Visual Studio Code

    1

  5. Determines if mongoose connection is... Determines if mongoose connection is good
    1
    // As stated before "readyState" is good. "ping" is also good admin utility for doing so as well. 
    2
    // It will return { ok: 1 } if it can accept commands.
    3
    
    
    4
    const mongoose = require('mongoose');
    5