This presentation officially lives at http://erik.labianca.org/scala-intro
Scala.
Erik LaBianca is software developer and entrepreneur who spends his time solving problems at the intersection of software, data, and the real world. Erik has been programming Scala since 2010 and enjoys exploring the ecosystem around it, from data analytics to functional programming and reactive systems. When not programming Scala, Erik enjoys spending time with his family and playing ice hockey. Erik is also a co-founder at Seventh Sense and currently serves as CTO.
This presentation is built with tut and reveal.js. The easiest way to work on it is to run both of the following commands in seperate shell windows:
sbt ~tut
npm start
This will update the presentation pages in slides/
, and serve the updated
pages at http://localhost:8001/
with livereload enable for easy viewing.