This presentation discusses Scala (a hybrid Object Oriented and Functional language) and Lift (a Scala-based web framework with features based on Scala pattern matching and functional composition)....
Jonas Bonér talks about Scala: using OO and the type system to create reusable components, using closures, high-order functions, immutability to create coherent and deterministic code, using Actors...
We will learn how a small team at Twitter keeps up with breakneck growth, by focusing on three performance milestones completed in the last year.
First, an upgraded caching strategy. Second, our...