Series: The Neophyte’s Guide to Scala
From the post:
Daniel Westheide (@kaffeecoder on twitter) has written a wonderful series of blog posts about Scala, including Akka towards the end. The individual articles are:
- Extractors
- Extracting Sequences
- Patterns Everywhere
- Pattern Matching Anonymous Functions
- The Option Type
- Error Handling with Try
- The Either Type
- Welcome to the Future
- Promises and Future in Practice
- Staying DRY with higher-order functions
- Currying and partially applied functions
- Type Classes
- Path-Dependent Types
- The Actor approach to Concurrency
- Dealing with Failure in Actor Systems
- Where To Go From Here
This series was published between Nov 21, 2012 and Apr 3, 2013 and Daniel has aggregated all content including an EPUB download here. Big kudos, way to go!
Excellent!