wideo.co

  • watch
  • learn
  • create
join us log in

log in

Forgot your password?
Click here
or request us to participate in out Beta program
  • what is wideo
  • our team
  • terms and conditions
  • contact
  • jobs
  •  
  •  
  •  
  •  

contact us

Just shoot us an email, that's the simplest way!

founders@wideo.co

We're hiring!

Execute the following code?

public void applyToJob(Developer you) {

  if (you.knows(JAVA + SPRING + FREEMARKER)
    && you.knows(MYSQL + CASSANDRA)
    && you.knows(HTML5 + JQUERY)
    && you.location.equals("BUENOS AIRES - ARGENTINA")) {

    mailService.sendMail("aws@wideo.co",
      "I'm the guy you're looking for",
      "/user/cv.doc");
  }
}