Giter Club home page Giter Club logo
class AboutMe {
  constructor() {
    this.info = {
      name: "Victor Micco",
      age: 19,
      area: "Fullstack Developer",
      workinAt: "Comhub",
      previousExperience: [
        {
          company: "Anjun Express",
          role: "Software Engineer",
          period: "2023 - 2024 | 8 months",
        },
        {
          company: "Nitro",
          role: "Infrastructure Analyst",
          period: "2023 - 2023 | 6 months",
        },
        {
          company: "Nitro",
          role: "Infrastructure Analyst",
          period: "2023 - 2023 | 6 months",
        },
        {
          company: "Metrô de São Paulo",
          role: "Mechatronical Technician",
          period: "2022 - 2023 | 1,3 years",
        },
        {
          company: "2LT Engenharia",
          role: "Frontend Developer",
          period: "2020 - 2022 | 2,2 years",
        },
      ],
      local: "São Paulo, SP - Brazil",
      email: "[email protected]",
      phoneNumber: "+55 (11) 97885-3808",
      linkedin: "https://www.linkedin.com/in/victormicco",
    };
  }

  displayInfo() {
    console.log("===== About Me =====");
    for (const [key, value] of Object.entries(this.info)) {
      console.log(`${key}: ${value}`);
    }
    console.log("====================");
  }
}

Victor Micco's Projects

killuicon icon killuicon

You can find any icon just with an domain and one click!

shadcn-table icon shadcn-table

shadcn table component with server-side sorting, filtering, and pagination.

usual-code icon usual-code

Usual Code is a site build with common projects developed in the learn process of a Dev

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.