Domain Modeling Made Functional
Great book and workshop followed with Scott Wlaschin
Last updated
Was this helpful?
Great book and workshop followed with Scott Wlaschin
Last updated
Was this helpful?
Functional DDD
Learning F#
F# Front end:
F# web frameworks:
Working with JSON and databases
Advanced F#
Event sourcing
Adopting FP in your company
F# tips and example code
Links for if you want to keep going after the workshop :
see the link at the bottom of the Google Docs file at
For C# compatibility, see code at: DmmfWorkshop/CSharpInterop
For monads and more, see slides: F-FP_toolkit.pdf code: DmmfWorkshop/src/F-ImplementingWorkflows/01-Exercises.txt
-- comedy sketch with lessons for DDD
(talk)
on fsharpforfunandprofit.com
There is a whole (excellent)
Also
(uses ASP.NET core)
(standalone)
-- how to share algebraic data types with the outside world
talk and blog post
FsUno -
closer to what would be put in production
-- how to ensure that new ideas work inside a company
-- a lot of guidelines for developing in F#
-- some examples of Async
-- demonstrates async and result workflow
-- common classes like NonEmptyList, etc
-- utilities for testing
(simple) -- AWS + Json wrappers
For capability-based design see:
Read his great book on the topic :