Skip to content
View mateus-fernandes20's full-sized avatar

Highlights

  • Pro

Block or report mateus-fernandes20

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

class MateusFernandes {
  constructor() {
    this.name = "Mateus Fernandes";
    this.profile = ["analytical", "strategic"];
    this.tech = [
      "Java/Javascript",
      "C/C++",
      `Python`,
      { "Framework/Library": ["React.js", "Next.js"] },
    ];
  }

  get informations() {
    const today = new Date();

    return (
      `My name is ${this.name} and I'm focusing on Data Science (and also Full Stack development). \n` +
      `I have an ${this.profile[0]} and ${this.profile[1]} profile. \n` +
      `Technologies I use the most: ${this.tech[0]}, ${this.tech[1]} and ${this.tech[2]}. \n` +
      `My differential is in the creativity to solve problems in an innovative and efficient way. \n\n`      
    );
  }
}

const Me = new MateusFernandes();
console.log(Me.informations);


Mateus Fernandes's Top Languages

All Repositories

Pinned Loading

  1. mateus-fernandes20 mateus-fernandes20 Public