Click here and select the room Lifetime learning.
On that page, the Charla uno or Charla dos labels refers to rooms.
You can select two different rooms, in each room there will be different talks.

Invitation to my talk

I finally want to say goodbye with a piece of code

def print_bye(name)
  puts "Bye, #{name}"
end
print_bye('people')