Reification and Type-Safety in a CQRS World
Offered By: Scala Days Conferences via YouTube
Course Description
Overview
Explore a comprehensive Scala Days conference talk that delves into the challenges of maintaining type-safety and reification in CQRS applications. Learn how to model domains as Algebraic Data Types (ADTs) while representing operations as Commands and Events. Discover various approaches to creating a cohesive, well-typed domain, including type parameters, type projection, and path-dependent types. Examine the pros and cons of each solution, and gain insights into implementing these concepts using frameworks like Akka. The talk covers topics such as behavior modeling, DSL creation, type actions, implicit scopes, and in-memory backends, providing a thorough exploration of advanced Scala techniques for building robust CQRS systems.
Syllabus
Introduction
The problem
Secure as framework
Reification
Behavior
Commands Behavior
DSL
Type Parameters
Type projections
Type rejection
Type actions
Type objects
Pathdependent types
Implicit scope
Akka
InMemory Backend
Wrapup
Command and events
Taught by
Scala Days Conferences
Related Courses
Type-Driven Development: Designing with TypesPluralsight Haskell: Lecture notes and assignments
University of Pennsylvania via Independent Exploring Common Algebraic Data Types Used in Functional Programming
egghead.io The Evolution of Object-Oriented Programming - Modern Concepts and Techniques
ChariotSolutions via YouTube Busting the Func'ing Jargon
NDC Conferences via YouTube