myty - Overview

View myty's full-sized avatar

Michael Tyson myty

  • RSM

  • Mount Joy, PA

Block or report myty

Howdy! 👋🏻

  • 🔭 Focused on building effective teams @ RSM
  • 🌱 Enjoying deep dives into TypeScript, C#, API design and monorepos.
  • 👯 Looking to collaborate on code, ideas and general community practices.

Pinned Loading

  1. dotfiles config

    Nushell 1

  2. This is a simple library for using the mediator pattern in your typescript and deno projects. While not entirely a true port, the MediatR library for .NET is a direct influence.

    TypeScript 6

  3. A jazzed-up version of https://www.lcwc911.us/live-incident-list

    TypeScript

  4. The sole purpose of this immutable record is to simply act as a class factory for immutable types. For this implementation, it piggybacks off immer and adds a 'with' method to the record class.

    TypeScript 1

  5. A dispatch queue built in Typescript with the ability to configure multiple queue processors.

    TypeScript 2

  6. Utility class to wrap classes that are meant for method chaining, specifically useful for functions that return Promises. Promise functions and non-promise functions can be mixed.

    TypeScript 2 1