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

Block or report guimassoqueto

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

About

class Guilherme extends Human {
  name: string;
  nationality: string;
  
  constructor() {
    super();
    this.name = "Guilherme Massoqueto";
    this.nationality = "Brazilian";
  }
  
  languages: Array<string> = [
    "Portuguese",
    "English",
    "Spanish"
  ];
  
  technologies: {
    JavaScript:     ["React", "Express", "Jest"],
    Python:         ["Django", "FastAPI", "Flask", "Celery", "Pandas"],
    GoLang:         ["Gin", "Fiber", "net/http", "Colly", "ChromeDP"],
    APIs:           ["REST", "GraphQL"],
    Events:         ["RabbitMQ", "Kafka", "Redis"],
    Design:         ["Bootstrap", "Styled Components", "CSS"],
    CloudComputing: ["AWS", "GCP", "Docker", "Kubernetes"],
    CICD:           ["Gitlab", "Github Actions"],
    OS:             ["Ubuntu", "RedHat"],
  };
}

Github Profile

Interests

  • Golang
  • TDD
  • System Design
  • K8S

Popular repositories Loading

  1. iq-option-bot iq-option-bot Public

    IQ Option Trading Bot

    Python 1

  2. go-basics go-basics Public

    basic golang concepts

    Go 1

  3. node-chatgpt node-chatgpt Public

    Makefile 1

  4. typescript-studies-refresh typescript-studies-refresh Public

    TypeScript

  5. data-structures-algorithms-studies data-structures-algorithms-studies Public

    Java

  6. bash-studies-refresh bash-studies-refresh Public

    simple bash scripts

    Shell