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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WilsonRU/README.md

I'm Wilson Moura

Github Badge Linkedin Badge

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.

  • 💬 Ask me about PHP, NodeJS, Ruby and Typescript

My specialties include..

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

PHP  Ruby  Python  JavaScript  TypeScript 
React  Laravel  Rails  Fastify  Express 
Redis  RabbitMQ  Linux  Docker  Jenkins  Terraform 

Profile View Counter

:wq!

Pinned Loading

  1. 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%}"
  2. My vim config My vim config
    1
    " Configurações Gerais
    2
    syntax on
    3
    
                  
    4
    set encoding=utf-8
    5
    set nocompatible
  3. react-ts-boilerplate react-ts-boilerplate Public

    React Boilerplate - Vite + Typescript + Biome + Tailwind

    TypeScript 1

  4. laravel-rest-boilerplate laravel-rest-boilerplate Public

    Laravel 12 Rest Boilerplate

    PHP 4

  5. bun-elysia bun-elysia Public

    Bun + Typescript + ElysiaJS + Kysely

    TypeScript

  6. LLMs-from-scratch LLMs-from-scratch Public

    Forked from rasbt/LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Jupyter Notebook