Skip to content
View MatheusSw's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MatheusSw

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

Hey-o! 👋 I'm Matheus

I'm currently 26 years old and I'm a hands-on software engineer with industry experience developing desktop applications. I have comprehensive knowledge about Agile Methodologies and programming architectures. I once was a Desktop application lover, but boy-oh-boy the web development environment got me good! But I still have thorough knowledge of .NET and .NET Core.

🚀 Projects

Description

An event-driven, low-latency FX order scheduling system that enables clients to schedule automatic execution of FX spot orders when the market (treasury) rate reaches a client-visible target.

The architecture is designed to:

  • Match treasury ticks to scheduled orders in real-time
  • Claim and execute orders with exactly-once semantics
  • Scale to millions of scheduled orders while maintaining bounded latency
  • Provide event-driven processing for high throughput

Technologies used

  • Infrastructure: AWS with Terraform (Lambda, DynamoDB, SQS, SNS, ElastiCache Redis, VPC)
  • Architecture: Event-driven serverless design with low-latency Redis caching
  • Focus: Distributed systems, exactly-once processing, high-scale event matching

Description

A self-hosted, open source feature flag service built with .NET 9, designed for teams who want full control over their release toggles without relying on SaaS vendors. Deployable on AWS via Terraform and Kubernetes Helm charts.

Key features include:

  • Remote evaluation API for checking feature enablement
  • Admin API for managing organizations, projects, environments, and feature rules
  • SignalR WebSocket hub for real-time toggle change notifications
  • PostgreSQL as source of truth with Redis for low-latency caching

Technologies used

  • Back-end: .NET 9, ASP.NET Core, SignalR for real-time communication
  • Infrastructure: AWS (EKS, RDS PostgreSQL, ElastiCache Redis), deployed via Terraform and Helm
  • Architecture: Modular, event-oriented, API-first design
  • Focus: Self-hosting, enterprise features, distributed caching

📦 Other Projects

Implementation of the CLEAN architecture in a production-like C# solution integrating with a weather HTTP API. Includes Prometheus and Grafana for monitoring and observability. Built with ASP.NET Core, Serilog, and Prometheus.NET.

A simple chess bot using Lichess and Stockfish engine, built with Python.

A modern support ticket handling system built with Laravel (back-end) and React with Tailwind CSS (front-end). Designed to offer a faster, more intuitive experience than traditional internal ticketing systems.

An AI fruit recognition system built with TensorFlow and Python using the Fruits-360 Dataset. Explores LSTM and GRU layers for image classification.


📫 How to reach me

LinkedIn

Pinned Loading

  1. Ticketier Ticketier Public

    Ticketier goal is to make handling support tickets something easy.

    PHP

  2. Fruit-Recognizer Fruit-Recognizer Public

    This AI aim is to recognize fruits using the Fruits 360 dataset

    Python 1

  3. GamersClub-HWID-Spoofer GamersClub-HWID-Spoofer Public

    Just a simple HWID spoofer for GamersClub without hooking disk.sys major functions which they check for in their driver.

    C++ 15 7

  4. service-worker-dispatcher service-worker-dispatcher Public

    Manage the need for work to get done by a main application through the use of queues.

    C#