Skip to content
View armindomatheus's full-sized avatar

Block or report armindomatheus

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

🃏 Olá, meu nome é Matheus!

class Pessoa {
  name: string;
  idade: number;

  constructor(name: string, age: number, knowledges: string[]) {
    this.name = name;
    this.age = idade;
  }
}

class Dev extends Pessoa {
  knowledges: string[];
  experienceInYears: number;

  constructor(name: string, idade: number, knowledges: string[], experienceInYears: number) {
    super(name, age);
    this.knowledges = knowledges;
    this.experienceInYears = experienceInYears;
  }
}

const matheus = new Dev(
  "Matheus Armindo Barbosa",
  20,
  ["Bootstrap", "TypeScript", "Node.JS", "Sequelize", "Nest.JS", "Prisma", "PostgreSQL", "Dart", "Flutter", "MySQL", "Docker"],
  2
);
console.log(matheus);
}

🔭 Desenvolvedor Back-End com NodeJS e Mobile com Flutter


🚀 Me aprimorando

Bootstrap Typescript Node.JS Nest.JS Prisma PostgreSQL dart Flutter MySQL Docker

📱 Contato

LinkedIn

Pinned Loading

  1. armindomatheus armindomatheus Public