Skip to content
View MikeyBurkman's full-sized avatar
  • Truebill
  • Washington, DC, USA

Highlights

  • Pro

Organizations

@mongo-express

Block or report MikeyBurkman

Report abuse

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

Report abuse

Pinned Loading

  1. partymoji partymoji Public

    Animated emoji/gif generator

    TypeScript 11 3

  2. varanus varanus Public

    Monitor utility for NodeJS apps

    JavaScript 2 1

  3. TS Dependency Example TS Dependency Example
    1
    /**
    2
     * Dependency Example in TS.
    3
     * Instead of dependency injection, this method shows how services can "fetch" their dependencies,
    4
     *  without being concerned about the lifecycles of their dependencies.
    5
     * These services are also isolated from their dependencies, lending themselves to easier testing.
  4. x51 x51 Public

    Utility for aggregating and flushing items to be processed

    JavaScript

  5. Simple promise-based lock implementa... Simple promise-based lock implementation
    1
    'use strict';
    2
    
                  
    3
    module.exports = {
    4
      createSingleLock: createSingleLock,
    5
      createKeyedLock: createKeyedLock
  6. aoc2018 aoc2018 Public

    Advent of Code 2018 https://adventofcode.com/

    Elm 1