Skip to content
View Luis-Mackiewicz's full-sized avatar
sudo apt-get energy drink
sudo apt-get energy drink

Block or report Luis-Mackiewicz

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Luis-Mackiewicz/Readme.md
Tux coding Typing SVG

class DevFullstack {
  readonly role = "Fullstack Developer";
  readonly techStack = [
    "JavaScript",
    "TypeScript",
    "React",
    "Next.js",
    "Node.js",
    "Docker",
    "Prisma",
    "Express"
  ];
}

class AboutMe extends DevFullstack {
  readonly name: string;
  readonly expertise = "Web Development";
  readonly location = "Campo Mourão, PR, Brazil";
  readonly email = "luismiguelpix@gmail.com"; 

  constructor(name: string) {
    super();
    this.name = name;
  }
}

class Skills extends DevFullstack {
  readonly languages = ["JavaScript", "TypeScript"];
  readonly libraries = ["Prisma", "Styled Components", "MUI", "ShadcnUI"];
  readonly frameworks = ["Next.js", "Express", "NestJS", "Jest"];
  readonly tools = ["Linux", "Docker", "Git", "Postman", "Figma"];
  readonly focus = "Building scalable and user-centric web solutions";
}

const developer = new AboutMe("Luis Miguel Oliveira de Almeida Mackiewicz");
console.log(developer);

Tecnologias:

JavaScript TypeScript React Next.js Node.js Prisma Docker TailwindCSS

Pinned Loading

  1. tech-academy-5 tech-academy-5 Public

    Frontend desenvolvido em React com TailwindCSS para o projeto Tech Academy 5.

    TypeScript