Skip to content
View marcoDmc's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report marcoDmc

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

Olá devs 👋

Bem vindo(a) ao meu perfil.

Mais sobre mim

class Developer {
  constructor() {
    this.props = {
      name: "",
      acknowledgements: "",
      skills: {
        languages: [],
        frameworks: [],
        primarySkillset: [],
      },
    };
    this.set();
  }

  getProps() {
    return { props: this.props };
  }

  set() {
    this.props.name = "Marco Damasceno";
    this.props.acknowledgements = "Developer Web";
    this.props.skills.languages = ["C#", "Javascript"];
    this.props.skills.frameworks = ["Angular", "React", "Next", "Vue"];
    this.props.skills.primarySkillset = [
      "Comunicação",
      "Resolução de problemas",
      "Adaptabilidade",
      "Proatividade",
      "Foco",
      "Empatia",
      "Criatividade",
    ];
  }
}

class Person extends Developer {
  constructor() {
    super();
    return this.getProps().props;
  }
}

const marco = new Person();
console.log(marco);

Linguagens e ferramentas

Status

marco damasceno github stats

Rede sociais

👔 LinkedIn

Contato

marco damaceno

spotify-github-profile

Snake animation

Popular repositories Loading

  1. auth-frontend auth-frontend Public

    repository created to practice user authentication

    JavaScript

  2. rock-paper-scissors rock-paper-scissors Public

    Check out this pure JavaScript repository for a sleek web version of the classic Rock, Paper, Scissors game. Dive in for a quick, fun, and interactive experience. Enjoy the timeless game directly i…

    JavaScript

  3. E-commerce-product-page E-commerce-product-page Public

    Discover the Sneakers e-commerce repository featuring a streamlined product page. Easily view and add your favorite sneakers to the shopping cart for a smooth and stylish online shopping experience…

    Sass

  4. readme-template readme-template Public

    Forked from iuricode/readme-template

    📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.

  5. dio-lab-open-source dio-lab-open-source Public

    Forked from digitalinnovationone/dio-lab-open-source

    Repositório do lab Contribuindo em um Projeto Open Source no GitHub da Digital Innovation One.

  6. marcoDmc marcoDmc Public