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

👋 Hi, I'm Dantas

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

class Bio extends SoftwareEngineer {
  name        = 'Gabriel Dantas Lopes';
  role        = 'Software Engineer in Progress';
  location    = 'Brazil';
  studying    = 'Bachelor of Computer Science';
  focus       = 'FAANG Preparation';
}

class CompetitiveProgramming implements Skills {
  languages = ['C++', 'C'];
  focus    = [
    'Algorithms',
    'Data Structures',
    'Graphs',
    'Time & Space Complexity'
  ];
  practice = [
    'Codeforces',
    'Beecrowd',
    'LeetCode'
  ];
}

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

class FaangRoadmap implements Skills {
  inProgress = [
    'Backend Development',
    'REST API Design',
    'Database Modeling',
    'System Design (Foundations)',
    'Scalable Systems (Basics)',
    'Advanced Data Structures',
    'Problem Solving (FAANG Level)'
  ];

  nextSteps = [
    'Microservices Fundamentals',
    'Caching Strategies',
    'Load Balancing',
    'Distributed Systems (Intro)'
  ];
}

class MyMethodologies implements Methodologies {
  inProgress = [
    'Clean Architecture',
    'SOLID',
    'DDD (Tactical)',
    'TDD (Unit Tests)',
    'Agile / Scrum'
  ];
}

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