Skip to content
View WilsonRU's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report WilsonRU

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
WilsonRU/README.md

Hi, I'm Wilson Moura

Github Badge Linkedin Badge

About me

I'm a software engineer with a broad background on develop. I like to approach problems in system performance + architecture and enjoy working with backend.

My specialties include..

- Quickly learning new skills and programming languages
- Responsive design principles
- Problem-solving,
- Good at working in teams

PHP  Ruby  Go  Python  JavaScript  TypeScript 
React  Angular  Laravel  Rails  Express 
PostgreSQL  MySQL  Redis  RabbitMQ  Docker 

Profile View Counter

:wq!

Pinned Loading

  1. gobolinux/Recipes gobolinux/Recipes Public

    The GoboLinux recipes repository

    Shell 108 30

  2. My ohmyzsh theme My ohmyzsh theme
    1
    PROMPT='%{$fg_bold[green]%}λ %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» '
    2
    
                  
    3
    ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
    4
    ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
    5
    ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
  3. My vim config My vim config
    1
    " Configurações Gerais
    2
    syntax on
    3
    
                  
    4
    set encoding=utf-8
    5
    set nocompatible
  4. My tmux config My tmux config
    1
    bind-key -n M-T new-window
    2
    bind-key -n M-Right next-window
    3
    bind-key -n M-Left previous-window