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

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.

Content in all repositories owned by your account will be closed.
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
fladson/README.md

Hi there 👋

  • 🇧🇷 Brazilian web developer currently living in 🥨 Berlin
  • 📦 Working at @1K5-TECH
  • 🚂 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-kittyvim-kittyPublic

    Vim syntax highlighting for Kitty terminal config files

    Vim Script 263 16

  2. dotfiles_olddotfiles_oldPublic

    config files

    Shell 1

  3. gapfish/glpk-rubygapfish/glpk-rubyPublic

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

    Ruby 1 1

  4. Clear/kill sidekiq limitersClear/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.redisdo |conn|
    4
    conn.scan_each(:match=>"lmtr-?-*",:count=>100)do |key|
    5
    conn.multido