# Who am I?

#

def about_me

  {

    :name => "Alex Ventura",

    :position => "Senior Software Engineer",

    :stack => [ "Ruby", "JavaScript" ],

    :location => "Puebla, MX",

    :email => "me@alexventura.dev",

    :social_media => {

      :linkedin => "https://linkedin.com/in/alexventuraio/",

      :github => "https://github.com/alexventuraio",

      :twitter => "https://twitter.com/alexventuraio"

    }

  }

end