Skip to content
View Gabriellopes232's full-sized avatar
💻
typing...
💻
typing...
Block or Report

Block or report Gabriellopes232

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Gabriellopes232/README.md

Hi there, I'm Gabriel Lopes

  CodePen  Twitter 


Enthusiastic web developer since 2020 using ReactJS and NodeJS. Inspired by Scrum and Agile. I seek to evolve to contribute to open source projects to improve accessibility and performance.


Languages and Tools


html5 css3 javascript nodejs express react Git tailwind docker



Pinned

  1. script to check information from two... script to check information from two worksheets
    1
    import { readFileSync, writeFileSync } from 'fs'
    2
    
    
    3
    function readCSV(path) {
    4
        const fileSystem = readFileSync(path, { encoding: 'utf-8' })
    5
        const plateRegex = new RegExp(/[A-Z]{3}[0-9][0-9A-Z][0-9]{2}/g)
  2. vim plugins vim plugins
    1
    syntax on
    2
    filetype off
    3
    
    
    4
    call plug#begin('~/.vim/plugged'):
    5
    "Imported one""
  3. Infisical/infisical Infisical/infisical Public

    ♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure and prevent secret leaks.

    TypeScript 12.5k 614

  4. forecast-api forecast-api Public

    app for surfing developed in nodejs

    TypeScript 3

  5. My configs vscode My configs vscode
    1
    {
    2
      "emmet.syntaxProfiles": {
    3
        "javascript": "jsx"
    4
      },
    5
      "workbench.startupEditor": "newUntitledFile",
  6. portfolio-2.0 portfolio-2.0 Public

    my personal website

    TypeScript 1