Hi, I'm Matheus! 👋
class Matheus
def self.description
"A curious developer. Always learning, always changing."
end
def self.blogging_at
"http://matheusrich.github.io/"
end
def self.open_source_tools
{
"Benchable" => "github.com/MatheusRich/benchable",
"Dontfile" => "github.com/dontfile/dontfile",
"FService" => "github.com/Fretadao/f_service",
}
end
def self.twitter
"@matheusrich"
end
def self.hobbies
["Gaming", "Playing guitar", "Skating"]
end
end

