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 πŸ‘‹

C#/.NET + ReactJS, Angular & Vue.js developer focused on clean code, tests, CI that actually runs, and small demos that ship.
I like typed code, CI that actually runs, and simple UX.

Tech

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

Featured Projects

React Shopping List β€” Vite + TS + Tailwind

Live: https://react-shopping-list-mgomez.vercel.app
Repo: https://github.com/mgomez-dev-code/react-shopping-list

React Vite TypeScript TailwindCSS


WordFinder (.NET + C#) β€” library + console sample + xUnit

Repo: https://github.com/mgomez-dev-code/WordFinder

.NET C# xUnit .NET CI

What I enjoy

  • Strong typing & small reducers
  • Unit tests and CI that actually run
  • Clean, readable README files

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#