GithubHelp home page GithubHelp logo
Miguel Oliveira's LinkedIn Miguel Oliveira's Facebook Miguel Oliveira's Email

Hi there Hope you are doing great today!

interface ICharacterSheet {
  name: string;
  class: string[];
  level: number;
  languages: Array<{ name: string; proficiency: 1 | 2 | 3 | 4 | 5 }>;
  traits: Array<{ name: string; greatness: 1 | 2 | 3 | 4 | 5 }>;
  statsSkills: {
    strength: string[];
    constitution: string[];
    dexterity: string[];
    intelligence: string[];
    charisma: string[];
  };
  equipment: string[];
}

export default (): ICharacterSheet => ({
  name: 'Miguel Soares de Oliveira',
  class: ['Full Stack Developer', 'Mobile Developer'],
  level: new Date().getFullYear() - 1996,
  languages: [
    { name: 'portuguese', proficiency: 5 },
    { name: 'english', proficiency: 3 },
  ],
  traits: [
    { name: 'nodejs', greatness: 5 },
    { name: 'expressjs', greatness: 5 },
    { name: 'git', greatness: 5 },
    { name: 'react', greatness: 4 },
    { name: 'react-native', greatness: 4 },
    { name: 'uml', greatness: 4 },
    { name: 'javascript', greatness: 5 },
    { name: 'typescript', greatness: 5 },
    { name: 'css', greatness: 4 },
    { name: 'scrum/kanban', greatness: 5 },
    { name: 'sql', greatness: 2 },
    { name: 'html', greatness: 3 },
    { name: 'docker', greatness: 2 },
    { name: 'jest', greatness: 5 },
    { name: 'supertest', greatness: 4 },
  ],
  statsSkills: {
    strength: ['๐Ÿ‹๏ธโ€โ™‚๏ธ'],
    constitution: ['๐ŸŠโ€โ™‚๏ธ', '๐Ÿšดโ€โ™‚๏ธ', '๐Ÿƒโ€'],
    dexterity: ['๐Ÿคพโ€โ™‚๏ธ', '๐ŸŽฎ'],
    intelligence: ['๐Ÿ“š', '๐Ÿ‘“'],
    charisma: ['๐Ÿ˜Ž', '๐Ÿ˜', '๐Ÿค'],
  },
  equipment: ['โ˜•', '๐Ÿซ', '๐Ÿ•', '๐Ÿง‰'],
});

Miguel Soares de Oliveira's Projects

Miguel Soares de Oliveira doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.