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

Highlights

  • Pro

Organizations

@mongo-express
Block or Report

Block or report MikeyBurkman

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

    Animated emoji/gif generator

    TypeScript 7 1

  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