This is the landing page for all my nerdery. I hope you enjoy.
object ScalaInDepth extends Book {
def url = "http://www.manning.com/suereth"
}
object Scalawags extends Podcast {
def url = "http://scalawags.tv"
def cohosts = Seq("Daniel Spiewak", "Dick Wall")
}
object BigNerd extends Career {
def company = "http://typesafe.com"
}
Here's the slides from my sbt 0.13 talk today at Scaladays [Effective Sbt]: