Ruby World and Beyond

Juan Carlos Hinojo BaƱuelos

Mundo Cambiante

Clojure, Go, Elixir, Rust, Dart, Scala, Javascript

Ruby es cambiante

Boom

Devise

Active Admin

Papeclip

Formtastic

Grape

Some Java here = )

class Hello {
  private Coordinate center; float radius;

  public void SetCenter(Coordinate center) {
    this.center = center;
  }

  public Coordinate getCenter(){
    return center;
  }

  public void setRadius(float radius){
    this.radius = radius;
  }

  public float getRadius() {
    return radius;
  }
}

Some ruby here * - *

class Hello
  attr_accessor :center, :radius
end

Listas

List<String> lista = new LinkedList<String>();
lista.add("Angelica");
lista.add("Alejandra");
lista.add("Rocha");
lista.add("Rodarte");
lista.add("Fernando");
lista = []
lista << "Angelica", "Alejandra", "Fernando", "Rodarte"

Yep we had to do it...

Some Rails Here

Muchas Gracias

Happy Hacking

We are hiring!

Made with Slides.com