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.
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.
import { readFileSync, writeFileSync } from 'fs'
function readCSV(path) {
const fileSystem = readFileSync(path, { encoding: 'utf-8' })
const plateRegex = new RegExp(/[A-Z]{3}[0-9][0-9A-Z][0-9]{2}/g)
syntax on
filetype off
call plug#begin('~/.vim/plugged'):
"Imported one""
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",