Skip to content
View stewie1570's full-sized avatar
  • Salt Lake City, Utah
Block or Report

Block or report stewie1570

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. Javascript-IOC Javascript-IOC Public

    A JavaScript IOC that ties constructor arguments (dependencies) to variables or other constructors recursively.

    JavaScript 6

  2. AsyncCache AsyncCache Public

    Async cache using an "async lock" (semaphore) to prevent competing/simultaneous calls to the data source.

    C# 1

  3. Concurrency Concurrency Public

    Similar to Task.WhenAll but allows you to limit the number of tasks in flight (max concurrency).

    C#

  4. JSONCasing JSONCasing Public

    A small JavaScript object that can do a deep Camel to Pascal or Pascal to Camel conversion on JavaScript objects.

    TypeScript 1

  5. bowling-kata bowling-kata Public

    Bowling score board kata. Also contains usage of my "javascript-ioc" npm package.

    JavaScript