McLaren Applied Technologies
Where man and machine perform together to address the world’s most significant challenges
McLaren Applied Technologies harnesses the significant R&D, technical expertise and innovative spirit that has kept McLaren at the pinnacle of elite motorsport for five decades. It then applies this knowledge and approach to improve the performance of and inspire innovation in blue-chip companies. McLaren Applied Technologies works in a range of industries, often totally unrelated to motorsport or automotive, including healthcare, pharmaceuticals, energy, transportation and consumer brands. Visit www.mclaren.com/appliedtechnologies for more details
-
Keynote: Typelevel - the benefits of collaboration
Featuring Miles Sabin
A lot has happened since Lars Hupel gave his "State of the Typelevel" keynote at last years Scala eXchange. It hasn't always been plain sailing, but the arrival of the Cats project on the scene earlier this year marked the beginning an exciting period of collaboration among the...
scalax scala scala-cats scalacheck shapeless -
Keynote: Without Resilience, Nothing Else Matters
Featuring Jonas Bonér
It doesn’t matter how beautiful, loosely coupled, scalable, highly concurrent, non-blocking, responsive and performant your application is––if it isn't running, then it's 100% useless. Without resilience, nothing else matters.
scalax scala -
Keynote: Scaling Intelligence: moving ideas forward
Featuring Jessica Kerr
Scala is a scalable language. It is scalable in the computer sense, of small programs building into large programs. Does it scale in our mind, as well? There are a lot of ideas expressed in Scala. How do we scale those ideas from conception into full use? For any given idea, one person can't...
scalax scala scalability -
Keynote: Spark+Hadoop and how it relates to Scala
Featuring Sean Owen
Scala seems to be, suddenly, an important language within the Apache Hadoop ecosystem, with the arrival of Scala-based projects like Apache Kafka and Apache Spark -- which is in essence "distributed Scala". In fact, it's not a surprising marriage: Hadoop has been building on...
spark hadoop scala -
Securing Microservices using Play and Akka HTTP
Featuring Rafal Gancarz
Going down the microservices route makes a lot of things around creating and maintaining large systems easier but it comes at a cost too, particularly associated with challenges around security. While securing monolithic applications was a relatively well understood area, the same can't be...
scala security microservices play akka-http -
Freeslick – implementing free slick drivers for commercial databases
Featuring Sue Carter
Sue will talk about why free libraries and drivers matter, even for commercial databases in commercial organisations. And why it isn’t just about the cost. Being free matters. You will discover how to leverage the testing infrastructure that the slick project makes available. Sue will also talk...
freeslick libraries drivers appveyor -
Morgan Stanley Raffle + Coffee & Tea
Morgan Stanley are excited to be at the Scala eXchange 2015. Their team of engineers will be there to talk to you about the innovative and exciting things we are doing with Scala. To bring some added fun to the conference they will be raffling off a Sphero 2.0 Robotic Ball Gaming System for...
scalax -
Collecting Uncertain Data the Reactive Way
Featuring Jeff Smith
Before you can even get started building large-scale data analytic systems, you need to start with one crucial element: data. Collecting data, especially collecting lots of data, is harder than it seems. Data ingested with the wrong data model can be worse than no data at all, and a data...
reactive machine-learning big-data uncertain-data databases -
The rise of Scala at ING
Featuring Bas Geerdink
ING is investing in big data, analytics and stream processing to improve data quality and business processes such as balance forecasting, fraud detection and customer relation management. Our ambition is to become a data-driven ‘experimental enterprise’. To realize this, the ING team is working...
scala ing java banking -
Flexible data structures in Scala
Featuring Mikael Valot
Strucs is a lightweight library that allows you to manipulate, encode and decode flexible data structures while maintaining immutability and type safety. A Struct is analogous to a case class that can accept new fields dynamically. Using the strucs extensions, a single struc instance can be...
strucs library flexible-data scala json fix-protocol protobuf