JoaoIto / JoaoIto

Config files for my GitHub profile.

Home Page:https://github.com/JoaoIto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey!! I am Joao!😊

  • Web Developer Next.js mainly using in back-end Nest.js and express. But I code in Java, Quarkus. Databases, I use MongoDB NOSQL, MySQL ro Postgrees
  • Software Enginner Front-End in Tocantins Science and Technology Support Foundation🌐
  • Fullstack Web Developer in Dynadok 👾
  • Currently working code with TypeScript and JavaScript 😉
  • Study Information System in Estadual Tocantins State University 🌔

Streak

Techs:

Next JS React NodeJS NestJS JavaScript TypeScript Java MongoDB Postgres MySQL Vercel

Social:

interface IUser {
  name: string;
  age: number;
  code: string[];
  dev: (coffee: string, music: string) => string;
}

class User implements IUser {
  public name: string;
  public age: number;
  public code: string[];
  public dev: (coffee: string, music: string) => string;

  constructor(name: string, age: number, code: string[], dev: (coffee: string, music: string) => string) {
    this.name = name;
    this.age = age;
    this.code = code;
    this.dev = dev;
  }
}

const user = new User('Joao', 18, ['JavaScript', 'TypeScript', 'Java', 'Python'], (coffee: string, music: string) => {
  return `Coding with ${coffee} and ${music}!`;
});

About

Config files for my GitHub profile.

https://github.com/JoaoIto


Languages

Language:TypeScript 100.0%