Skip to content
View MatThHeuss's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report MatThHeuss

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
MatThHeuss/README.md
import Developer from 'Matheus Alencar';
const Matheus = {
   languages: [
       Language('Portuguese', proficiency: 5),
       Language('English', proficiency: 4)
   ],
   techonologies: [
       ["Golang", "Java", "Python", "Typescript", "Node.Js"]
   ],
   learning: ["AWS", "GCP", "Kubernetes"],
   tools: ["VsCode", "Goland", "IntelliJ"]
   member: {
       Projects: ['Ai.Lab', 'Pibic']
   }
}

Pinned Loading

  1. go-ms-autenticacao go-ms-autenticacao Public

    authentication microservice in golang using solid principles.

    Go

  2. rest-api rest-api Public

    User registrastion rest api using nodeJs, express and mongoDb

    JavaScript 1