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

Gabriel Dantas Lopes

Software Engineer focused on FAANG-level skills

import { SoftwareEngineer, Skills, Roadmap } from 'Gabr002';

class Bio extends SoftwareEngineer {
  name        = 'Gabriel Dantas Lopes';
  role        = 'Software Engineer';
  studying    = 'Bachelor of Computer Science';
  goal        = 'FAANG Preparation';
}


class CurrentStack implements Skills {
  competitiveProgramming = ['C++', 'C', 'Algorithms', 'Data Structures'];
  frontend               = ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'React.js'];
  practice               = ['Codeforces', 'Beecrowd', 'LeetCode'];
}

class StudyRoadmap implements Roadmap {
  currentlyLearning = [
    'Node.js & Backend Foundations',
    'Domain-Driven Design (DDD)',
    'Database Modeling'
  ];
  
  futureGoals = [
    'System Design',
    'Clean Architecture',
    'Microservices'
  ];
}

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