I'm a self-taught developer from Brazil who is fascinated by creating high-quality software
- π I'm currently focusing on learning advanced animations
- β‘ In my free time I do sports so I don't go crazy
These are the tools that I use on my daily basis to get the work done
typescript logo
python logo
apachekafka logo
rabbitmq logo
react logo
go logo
linux logo
docker logo
figma logo
aftereffects logo
tailwindcss logo
supabase logo
postgresql logo
Set up git lg, a command for better log visualization, insert it under [alias] using git config --global --edit
[alias] lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all cleanup = !git branch --merged | egrep -v \"(^\\*|main|master)\" | xargs git branch -d