Skip to content
View fladson's full-sized avatar
👋
...
👋
...

Organizations

@Wealthclast

Block or report fladson

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

Hi there 👋

  • 🇧🇷 Brazilian web developer currently living in 🥨 Berlin
  • 📦 Working at @artsy
  • 🚂 Mostly working with Rails-based applications
  • ✨ Passionate about observability, dev experience and data visualization
  • ❤️ I love nature, animals, cooking, music and documentaries

🐕 Tell your dog I said hi

Pinned Loading

  1. vim-kitty vim-kitty Public

    Vim syntax highlighting for Kitty terminal config files

    Vim Script 234 14

  2. dotfiles dotfiles Public

    config files

    Shell 1

  3. gapfish/glpk-ruby gapfish/glpk-ruby Public

    Ruby wrapper for the GNU Linear Programming Kit (GLPK).

    Ruby 1 1

  4. Clear/kill sidekiq limiters Clear/kill sidekiq limiters
    1
    # I didn't find a way to clear/kill all limiters via sidekiq API
    2
    # this will do it
    3
    Sidekiq::Limiter.redis do |conn|
    4
      conn.scan_each(:match => "lmtr-?-*", :count => 100) do |key|
    5
        conn.multi do