Skip to content
View IuriKintschev's full-sized avatar
🍃
🍃

Block or report IuriKintschev

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

Iuri Pastor Kintschev

Linkedin Badge Gmail Badge

Atualmente com 26 anos e muito feliz nessa etapa da minha vida, adoro futebol e tecnologias em geral

Sou desenvolvedor de software, uma das minhas paixões é o desenvolvimento mobile.

Top Langs

Pinned Loading

  1. TsSuperCharge.ts TsSuperCharge.ts
    1
    interface Number {
    2
      toRange(arg: number): Array<number>;
    3
      between(start: number, end: number): boolean;
    4
      makeArray(): Array<number>;
    5
    }
  2. backend_BTM backend_BTM Public

    The purpose of this back-end project, and to test the new features of prisma2 together with nexus.

    TypeScript 1

  3. gearSocial gearSocial Public

    This application is a pseudo social network, where it will be possible to login and register, make posts, delete and edit, all using a fake API with JSON-SERVER

    JavaScript

  4. pokemon-filter pokemon-filter Public

    This application must perform a query and bring all the Pokémon of the first generation on the screen. You can also make filters based on the power and types.

    TypeScript 3 1