Skip to content
View victormicco's full-sized avatar
🌐
on grind
🌐
on grind

Highlights

  • Pro
Block or Report

Block or report victormicco

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
victormicco/README.md
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: "victor.oficial093@gmail.com",
      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("====================");
  }
}

Pinned

  1. killuicon killuicon Public

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

    TypeScript 16 2

  2. sadmann7/shadcn-table sadmann7/shadcn-table Public

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

    TypeScript 1.8k 161

  3. midoriya midoriya Public

    TypeScript 7

  4. cacv cacv Public

    TypeScript 3

  5. fellipeutaka/encontrei fellipeutaka/encontrei Public

    🔎 An application to help people to recover your belongs and to manage lost items

    TypeScript 5 1

  6. encurtador encurtador Public

    TypeScript 3