Skip to content
View brenodamata's full-sized avatar
🌍
Remote
🌍
Remote
Block or Report

Block or report brenodamata

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

Hi there πŸ‘‹

I'm Breno, working as a Lead Software Engineer at Terakeet


Day to day...

  • πŸ‘¨β€πŸ’» LSE @ Terakeet
  • πŸ’Ž Ruby & RoR
  • 🌱 Learning VueJs 3 (VueJs 2 in production)
  • 🎞️ Cinephile
  • πŸ§€ Cheasehead

Pinned

  1. dotfiles dotfiles Public

    Forked from thoughtbot/dotfiles

    A set of vim, zsh, git, and tmux configuration files. Forked from:

    Shell

  2. List record count for all tables List record count for all tables
    1
    class DatabaseReport
    2
      def entry_counts
    3
        table_model_names.map do |model_name|
    4
          entity = model_name.constantize rescue nil
    5
          next if entity.nil?