Skip to content
View GustavoTrizotti's full-sized avatar
🎯
Focus!
🎯
Focus!

Highlights

  • Pro

Block or report GustavoTrizotti

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

πŸ‘‹ Hello There!

Typing SVG

πŸ’» Skills

My Skills

😁 About Me

interface Programmer {
  name: string;
  age: number;
  langs: string[];
  technologies: string[];
}

const trizotti: Programmer = {
  name: "Gustavo Trizotti",
  age: 18,
  langs: ['Typescript', 'Javascript', 'Java'],
  technologies: ['React', 'NestJS', 'Node', 'Git', 'NextJS', 'React-Native', 'Docker']
};

πŸ“ˆ Status


Pinned Loading

  1. ScholarySpringBoot ScholarySpringBoot Public

    The task manager for students API | Spring Framework

    Java

  2. polls-nlw polls-nlw Public

    Poll controller system | NLW Expert Week by Rocketseat | Node | Prisma | Fastify | PostgreSQL | Redis

    TypeScript 4

  3. symploteca symploteca Public

    Library base project for learning basic object-oriented programming | POO | Java

    Java

  4. nest-clean nest-clean Public

    Nest.js API project using clean archicteture

    TypeScript 1