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.

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
matthewrosse/README.md

💫 About Me:

🔭 I’m currently developing my engineering thesis project, which aims to assist professors and students at Collegium Medicum in Bydgoszcz, Poland. This project involves creating an exam platform that integrates with IoT devices to streamline the exam process.
🌱 I’m currently learning about Domain Driven Design and microservices architecture.

🌐 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# 6

  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#

  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;