Skip to content

mathulbrich/Mathulbrich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published