Skip to content

Instantly share code, notes, and snippets.

View andre2l2's full-sized avatar
🖖
Hello everyone

Andre Ferreira andre2l2

🖖
Hello everyone
View GitHub Profile

Conventional Commits List

Type Name Description
feat: Features A new feature
fix: Bug Fixes A bug fix
docs: Documentation Documentation only changes
style: Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: Code Refactoring A code change that neither fixes a bug nor adds

Arquitecture for backend

./src
├── application
│   └── health-check 
├── data
│   └── usecases
├── domain
│ ├── errors

My git config global example

To oppen this file white bellow command

git config --global -e
[user]
 name = 
@andre2l2
andre2l2 / regex.md
Created May 31, 2022 21:09 — forked from alexandreservian/regex.md
Metacaracteres Regex

Representantes

Meta Nome Função
. ponto um caractere qualquer
[] conjunto conjunto de caracteres permitidos
[^] conjunto negado conjunto de caracteres proibidos

Quantificadores