Skip to content
View matthewrosse's full-sized avatar

Block or report matthewrosse

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
matthewrosse/README.md

🌐 Socials:

LinkedIn

💻 Tech Stack:

C# CSS3 Go HTML5 JavaScript TypeScript Azure .Net NPM NodeJS React TailwindCSS Vite Postgres GitHub Actions Postman

Pinned Loading

  1. ErrorOrAspNetCoreExtensions ErrorOrAspNetCoreExtensions Public

    Enhance the ErrorOr library with a collection of extension methods designed to simplify matching between success and error states, thereby improving the developer experience when handling discrimin…

    C# 10 1

  2. LeanOAuth LeanOAuth Public

    OAuth1.0a implementation for modern .NET

    C# 1

  3. kinde-management-api-dotnet-sdk kinde-management-api-dotnet-sdk Public

    A simple dotnet library that allows you to communicate with Kinde Management API through a convenient interface with automatic token refreshing and retrying in case of transient errors.

    C# 1

  4. CacheQueryBehavior.cs CacheQueryBehavior.cs
    1
    using DomainDrivenDesignExample.Api.Features.Common.Caching;
    2
    using DomainDrivenDesignExample.Api.Features.Common.Messaging;
    3
    using MediatR;
    4
    
                  
    5
    namespace DomainDrivenDesignExample.Api.Features.Common.Behaviors;