Skip to content
View melpalhano's full-sized avatar
💻
programming
💻
programming

Sponsoring

@rafaballerini

Organizations

@campus-experts @LudoviCode-Community
Block or Report

Block or report melpalhano

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

class MelPalhano {
  constructor() {
    this.name = "Melissa Palhano";
    this.profile = ["analytical", "strategic"];
    this.tech = [
      "Javascript",
      "Typescript",
      `Python`,
      { "Framework/Library": ["React.js", "Next.js"] },
    ];
  }

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

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

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


Melissa Palhano's Top Languages

All Repositories

Pinned

  1. MelPalhano MelPalhano Public

    Arquivos de configuração para meu perfil do GitHub.

    16 6