Skip to content
View mgomez-dev-code's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report mgomez-dev-code

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
mgomez-dev-code/README.md

Hey, I'm Mauricio πŸ‘‹

🎯 Full-stack .NET Developer specialized in C#, ASP.NET, REST APIs and modern React/Angular/TypeScript frontends.
I build clean, testable, and resilient applications with strong focus on async patterns, dependency injection, and CI/CD pipelines that actually run.


🧠 Core Tech Stack

.NET C# xUnit React Angular Vue.js TypeScript Vite TailwindCSS


🧩 Featured Projects

πŸ”Ή AsyncAwaitFanOut β€” .NET 8 concurrency demo

Resilient fan-out orchestration using async/await, SemaphoreSlim, and timeout handling.
Repo: mgomez-dev-code/async-await-fanout

.NET C# xUnit .NET CI


πŸ”Ή MinimalTodos β€” .NET 9 Minimal API

Clean and testable API using Dependency Injection, validation, pagination and xUnit tests.
Repo: mgomez-dev-code/minimal-todos

.NET C# xUnit .NET CI


πŸ”Ή WordFinder β€” library + console sample + xUnit

Algorithmic challenge to find top 10 words in a character matrix.
Repo: mgomez-dev-code/word-finder

.NET C# xUnit .NET CI


πŸ”Ή React Shopping List β€” Vite + TS + Tailwind

Simple but solid SPA showing typed state management (Context + Reducer) and persistence.
Live: react-shopping-list-mgomez.vercel.app
Repo: mgomez-dev-code/react-shopping-list

React TypeScript TailwindCSS Vite


πŸ’¬ What I enjoy

  • Writing clean, composable, and testable code.
  • Exploring new async/concurrency patterns in .NET.
  • Building small full-stack demos that run from README β†’ CI β†’ Deploy.
  • Documenting projects clearly so others can learn from them.

πŸ“« Contact

Pinned Loading

  1. minimal-todos minimal-todos Public

    A clean and modern .NET 9 Minimal API showcasing CRUD endpoints, validation, pagination, and unit testing with xUnit + Moq, including automated CI with GitHub Actions.

    C#

  2. react-shopping-list react-shopping-list Public

    React Shopping List β€” Vite + TypeScript + Tailwind. Modern React demo: Context + Reducer, inline edit, filters with counters, localStorage. Deployed on Vercel.

    TypeScript

  3. word-finder word-finder Public

    .NET 8 + C# demo. Finds the most frequent words from a stream in a character matrix (rows & columns). Includes xUnit tests and GitHub Actions CI.

    C#

  4. async-await-fanout async-await-fanout Public

    Concurrent fan-out demo in .NET 8 using async/await, SemaphoreSlim, and per-call timeouts. Handles partial success gracefully with clean, testable code.

    C#