Thoughts I took home from ping conference
Reflections on functional programming trends, Java vs. Scala, and JavaScript frameworks from a tech conference.
Reflections on functional programming trends, Java vs. Scala, and JavaScript frameworks from a tech conference.
Impressions and highlights from the Ping Conference Budapest, focusing on talks about Play Framework, Scala, and functional programming.
Explores using Scala traits and Spring for Java application modularity, discussing alternatives to OSGi for managing customer-specific code modules.
Explains how to implement Event Sourcing using asynchronous actors, with a Scala example based on a ship domain model.
A developer's personal recap and impressions from attending the Devoxx 2008 technology conference, covering talks on Scala, Java performance, Spring, and REST.
Introduces Active Objects, a Scala library combining actors, supervisor hierarchies, and OO methods for fault-tolerant, concurrent asynchronous components.
Explores using Scala's mixin composition and AOP to modularize cross-cutting concerns like logging and security, reducing code tangling.
Explains how to implement Dependency Injection in Scala using the Cake Pattern, with step-by-step code examples.
A developer shares their experience adopting Scala and Functional Programming for a real-world financial software project, discussing risks and benefits.
Introduces a Scala library implementing Erlang-style Supervisor hierarchies for building fault-tolerant actor systems.
Explains how to use Scala's mixin composition to create AOP-style interceptor stacks for cross-cutting concerns like logging and transactions.
A guide to clustering Scala Actors using Terracotta for distributed, fault-tolerant, and highly available concurrent applications.
A tutorial on implementing Erlang-style hot code swapping in Scala using the Actors concurrency model and pattern matching.