careers-presentation-2013



careers-presentation-2013

2 1


careers-presentation-2013

Presentation Given at Auckland Uni 8th Aug - ** includes the treasure hunt **

On Github movio / careers-presentation-2013

Movio?

Customer Loyalty

Cinema

global Marketing

USA - 18 million
Canada - 3.7 million
Australia / NZ - 4.3 million
World wide customers - 26 million

Tech

Java

public class Person {

  private final String firstName;

  public Person(String firstName) {
    this.firstName = firstName;
  }

  public String getFirstName() {
    return firstName;
  }

  @Override
  public int hashCode() {
    final int prime = 31;
    int result = 1;
    result = prime * result + ((firstName == null) ? 0 : firstName.hashCode());
    return result;
  }

  @Override
  public boolean equals(Object obj) {
    if (this == obj)
      return true;
    if (obj == null)
      return false;
    if (getClass() != obj.getClass())
      return false;
    Person other = (Person) obj;
    if (firstName == null) {
      if (other.firstName != null)
        return false;
    } else if (!firstName.equals(other.firstName))
      return false;
    return true;
  }

  @Override
  public String toString() {
    return "Person [firstName=" + firstName + "]";
  }
} 

Scala

case class Person (
  firstName: String
) 

Big data

Cassandra

Frontend

Cool stuff

Open Source
High Performance Clustering
SAAS / Cloud
Functional Programming
Machine Learning

Tools

Who

Team

Coding is our passion

Community

Meetups

NZ Scala
Functional Programming Auckland
Kiwi Code Retreat

What are we looking for?

sound like you?

Apply

treasure hunt

where do these guys live?
go there and knock on the Movio door (not our office)
look for a reference to this presentation
... the hunt continues

to be revealed...

...

Well Done

almost there
<!-- next reveal the hidden secret -->