Skip to content
View Gabr002's full-sized avatar

Block or report Gabr002

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

Hello, I'm Dantas🖐️

import { SoftwareEngineer, Skills } from 'Gabr002';

class Bio extends SoftwareEngineer {
  name        = 'Gabriel Dantas Lopes';
  Description = 'Software Engineer';
  location    = 'Beberibe, CE';
  studying    = 'Bachelor of Computer Science'
}

class ProgramationCompetitive implements Skills {
  languages  = ['C++', 'C'];
  learning   = ['Algorithms', 'Data Struct', 'graphs'];
}

class Frontend implements Skills {
  languages  = ['HTML', 'CSS', 'JavaScript', 'TypeScript'];
  frameworks = ['React.js'];
  concepts   = ['Componentization', 'State Management', 'Responsive Design'];
}

class SoftwareEngineerFaang implements Skills {
  // In Build...
}

LinkedIn

Pinned Loading

  1. competitive-programming competitive-programming Public

    Problemas Complexos resolvidos

    C++

  2. app-taxi-shopper app-taxi-shopper Public

    Desafio técnico para a vaga de Desenvolvedor full stack da Shopper.

    TypeScript

  3. Gabr002 Gabr002 Public

  4. lexical-and-syntactic-analyzer-mini-lang lexical-and-syntactic-analyzer-mini-lang Public

    C