Skip to content
View mathulbrich's full-sized avatar
🦕
I like dinos
🦕
I like dinos
Block or Report

Block or report mathulbrich

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

Hi, I'm Mathaus 👋

Professional info

public class DeveloperInfo {

  public static void main(String[] args) {
    
    Developer dev = Developer.builder()
      .withName("Mathaus Erich Ramos")
      .withLanguages("Java", "Python", "Javascript", "Typescript")
      .withArchitectures("Monolithic", "Microservices", "Event-Driven", "MVC")
      .withApis("REST", "SOAP", "GraphQL")
      .withCloud("AWS", "GCP")
      .build();
    
  }

}

Activity stats

Mathaus's GitHub stats

Linkedin: Mathaus Erich GitHub Mathulbrich

Pinned

  1. Elastic-Sandbox Elastic-Sandbox Public

    My elasticsearch personal sandbox (´・ω・`)

    TypeScript

  2. ingest-occurrence ingest-occurrence Public

    Elasticsearch ingest plugin for match occurrences of words and index them in another field

    Java

  3. IgnisProject IgnisProject Public

    Yu-Gi-Oh! VRAINS Ignis behavior project

    Java 2

  4. AcoesBolsa AcoesBolsa Public

    Projeto de simulação de compra e venda de ações na bolsa de valores.

    Java 1 2

  5. Scalable-Calculator Scalable-Calculator Public

    Basic calculator in java using no if statements.

    Java