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

Organizations

@venuses-projects

Block or report mellomaths

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

Matheus Mello

Linkedin Badge Twitter Badge Instagram Badge

  • 💻 I’m currently working as a Senior Software Engineer at Wex.
  • Languages I'm used to work with: Python, TypeScript and Java.
  • 📜 I am a Computer Science student at Rio de Janeiro State University - UERJ.
  • 🎯 I love APIs and backend applications.
  • 🌱 Currently, I am studying to become a more complete developer, especially in areas such as: Data Engineering, Data Science and Software Architecture.
  • 😄 Pronouns: he/him.
  • ⚡ Fun facts:
    • I am a Brazilian from Rio de Janeiro and in my free time;
    • 🎮 I like to play videogames.
    • ⚽️ I love sports in general, but football (some people may use the word soccer for it) has a special place in my heart. My team is Flamengo ❤🖤;
    • 📚 Currently reading Building Microservices by Sam Newman and The Last Kingdom by Bernard Cornwell
    • 🎵 I am always listening to music.

Pinned Loading

  1. spring-microservices spring-microservices Public

    Exploring Microservices in Java using Spring Web, Spring Cloud, Eureka Service Discovery and Zuul API Gateway. DDD and Hexagonal Architecture.

    Java 2 1

  2. nameko-microservices nameko-microservices Public

    Exploring Microservices in Python using Nameko and FastAPI. Docker, Redis, MongoDB, Postgres. RabbitMQ.

    Python 12 2

  3. venuses-projects/discord-bot venuses-projects/discord-bot Public

    A Node.js Discord Bot

    JavaScript

  4. venuses-projects/manager venuses-projects/manager Public

    Java

  5. pix pix Public

    Emulate transactions between banks based on keys (EMAIL, ID, CPF).

    Go

  6. A importância de HATEOAS em APIs Res... A importância de HATEOAS em APIs Restful
    1
    # A importância de HATEOAS em APIs Restful
    2
    
                  
    3
    ## O que é?
    4
    
                  
    5
    **HATEOAS** ou Hypermedia As The Engine Of Application State é um modelo simples e elegante com que uma **API REST** pode ser desenhada para que a mesma permita que aplicações que a consumam navegue entre seus recursos através de links e URLs sem a necessidade de conhecimento denso prévio sobre a API.