Mind Candy
Mind Candy is a major player in the rapidly expanding tech scene. Our hero brand is Moshi Monsters, but the Moshi phenomenon is not confined to the wildly successful online game, we are busy disrupting the world of music, video, toys, film, cartoons, books and much more.
We’re currently launching two new projects: World of Warriors and PopJam, the creative community for kids. We need smart, creative minds to spark them into life!
We are constantly searching for outstanding tech talent, exceptional people who can handle some of the best technology available today, from Swift, Scala, Thrift and Cassandra to Objective-C, Java and Unity.
Potential Mind Candies need something extra. A quirky edge, a positive attitude and a driving passion to bring something unique to our party. It’s hard to define but you’ll know if you’ve got it. And so will we. Think you can measure up? Let’s talk!
-
-
To the Pub
If you're dead on your feet and want to skip straight to the pub, from 6PM we'll be opening up the bar (see programme for location details).
-
An invitation to functional programming
Featuring Rúnar Bjarnason
Scala is not a purely functional programming language. But we can restrict ourselves to a purely functional subset of Scala. The question is: should we? This talk will make the case that the answer is unequivocally "yes". We can treat Scala as a purely functional language. But more than...
scalax scala functional-programming -
Declarative protocol messages in Scala for testing distributed systems
Featuring Patrick Tschorn
When testing distributed systems, protocol messages have to be parsed, instantiated and modified, which leads to incidental code that obscures the test narrative.
scala distributed testing -
Type-Level Computations in Scala
Featuring Stefan Zeiger
Scala has a powerful type system that allows many properties of a program to be verified at compile-time. Do you still think of types as Int, String and Object? Types like ""Fold[Nat, ({ type L[X <: HList, Z <: Nat] = Succ[Z] })#L, Nat._0]"" are only a small step away....
scala types -
State of the Typelevel
Featuring Lars Hupel
The typelevel project is nearing its second anniversary -- a great time to look at what it is actually about. Starting out as a community of Scala projects aiming for principled library design, we have been continuously growing by adding more projects and most recently, forking the Scala compiler...
scala functional-programming types -
A Field Guide to DSL Design
Featuring Tomer Gabel
Scala combines a powerful type system with a lean but flexible syntax. This combination enables incredible flexibility in library design, most particularly in designing internal DSLs for many common scenarios: specification definition and matching in Specs² and ScalaTest, request routing in Spray...
scala dsl -
Using Docker, Scala and Akka for integration tests
Featuring Andreas Gies
Developing a distributed application presents many challenges and one of the biggest is integration testing. While we have many tools at our fingertips for tackling unit tests integration tests are run manually within many projects. Most of the time this is because an integration test requires a...
scala akka docker integration-testing -
Building a Secure Distributed Social Web using Scala & Scala-JS
Featuring Henry Story
We will show how to build a full Scala client and server application by illustrating it with a use case pushing the limits of what can be done: a distributed secure Social Web server.
scala scalajs distributed -
Live coding Scala.js reloaded
Featuring Sébastien Doeraene
Have you been missing all the goodness happening this year in Scala.js, the Scala to JavaScript compiler? Here's your chance to catch up.
scala functional-programming javascript scala.js