Skip to content
View gmatheus's full-sized avatar
Block or Report

Block or report gmatheus

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

Pinned Loading

  1. fastify/fastify-swagger fastify/fastify-swagger Public

    Swagger documentation generator for Fastify

    JavaScript 890 199

  2. full-cycle-ticket-reservation-system full-cycle-ticket-reservation-system Public

    Imersão Full Stack && Full Cycle 18 | https://imersao.fullcycle.com.br/evento/

    Go 2

  3. clean-architecture-nestjs-app clean-architecture-nestjs-app Public

    NestJS Clean Architecture Example App | Based on https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f

    TypeScript

  4. datasweet/kibana-datasweet-formula datasweet/kibana-datasweet-formula Public

    This Kibana plugin allows calculated metrics on any standard kibana visualizations.

    JavaScript 121 35

  5. stop-answers-app stop-answers-app Public

    ✏️ Answer generator for "Stop" game - compatible with https://stopots.com.br/

    JavaScript 4

  6. React Component Patterns: https://le... React Component Patterns: https://levelup.gitconnected.com/react-component-patterns-ab1f09be2c82
    1
    const Button = props =>
    2
      <button onClick={props.onClick}>
    3
        {props.text}
    4
      </button>