Skip to content
View Hiago75's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Hiago75

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

Hi, I'm Hiago Brenha!

Full-Stack Software Engineer.

linkedin codewars

A short description...

const hiago = {
  codeOn: ['PHP', 'JavaScript', 'TypeScript', 'Java', 'HTML', 'CSS'],
  tools: {
    backEnd: {
      java: ['SpringBoot', 'Hibernate'],
      php: ['Laravel'],
      js: ['Node', 'Express', 'TypeORM', 'Sequelize'],
    },
    frontEnd: {
      js: ['vanilla', 'React', 'NextJS'],
    },
    tests: {
      js: ['Jest', 'Enzyme'],
      java: ['JUnit'],
      php: ['PHPUnit']
    },
    databases: ['MySQL', 'PostgreSQL', 'SQLite', 'Oracle', 'SQLServer', 'MongoDB'],
  },
  learning: {
    improving: ['Software Architecture'],
    future: ['DevOps'],
  },
  workplace: {
    company: 'SoftExpert',
    position: 'Software Engineer | FullStack',
  },
  getFutureGoal: () => {
    return 'To improve my knoledge and continue to deliver real value.';
  },
};

Don`t be shy, say me hi, will make me very happy

Popular repositories Loading

  1. NetMVC NetMVC Public

    Teste do .NET Core

    C#

  2. netflix-reactJS netflix-reactJS Public

    JavaScript

  3. APIRest APIRest Public

    Uma API de estudo

    JavaScript

  4. ts-pomodoro ts-pomodoro Public

    A simple Pomodoro timer made with React and TypeScript.

    TypeScript

  5. Hiago75 Hiago75 Public

    Config files for my GitHub profile.

  6. design-patterns-typescript design-patterns-typescript Public

    Forked from luizomf/design-patterns-typescript

    Nessa seção falamos sobre 22 (de 23) padrões de projeto da GoF. Todos descritos em vídeo, com teoria e prática + exemplos de código.

    TypeScript