Skip to content
View keepitsimple's full-sized avatar

Block or report keepitsimple

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

    FTP client written in python with monitoring and reconnection

    Python 71 29

  2. boilerplate boilerplate Public

    Mono repository with Docker containers for api (Node.js), frontend (React.js), redis & PostgreSQL

    JavaScript 1 2

  3. Designing a GraphQL API Designing a GraphQL API
    1
    # Tutorial: Designing a GraphQL API
    2
    
                  
    3
    This tutorial was created by [Shopify](https://www.shopify.ca/) for internal 
    4
    purposes. We've created a public version of it since we think it's useful to 
    5
    anyone creating a GraphQL API.
  4. Express.js pino logger configuration... Express.js pino logger configuration; healthcheck
    1
    import express from 'express'
    2
    import pino from 'pino'
    3
    import pinoHttp from 'pino-http'
    4
    import { SERVICE_UNAVAILABLE } from 'http-status'
    5
    // import { db } from './db'
  5. electron-light-boilerplate electron-light-boilerplate Public

    A light and simple boilerplate for Electron, TypeScript & React.js

    TypeScript

  6. joi-phone joi-phone Public

    Forked from AndrewKeig/joi-phone

    validates that the value is a valid international phone number complying to E.164 numbering format

    JavaScript