Companies, ventures, and things I have or currently working on.

I’ve worked on and contributed to tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.

  • dependabot-azure-devops

    A Dependabot implementation for Azure DevOps. It operates similar to the hosted Dependabot service but runs on your own infrastructure.

    github.com

  • dotnet-eventbus

    A .NET library for publishing and subscribing to events. Similar to MassTransit or NServiceBus but much simpler semantics and less dependencies.

    github.com

  • dotnet-periodic-tasks

    A .NET library for running periodic tasks. Similar to Quartz.NET or Hangfire but much simpler semantics, less dependencies, and support for distributed locking.

    github.com