add some external resources to the README

This commit is contained in:
Marco Perone 2023-03-16 11:41:34 +01:00 committed by Marco Perone
parent 2e90a50206
commit 56491dafa0

View File

@ -138,3 +138,11 @@ Contributions are extremely welcome. If you have any idea on how to improve the
## Logo
The `crem` logo was kindly generated by [craiyon](https://www.craiyon.com/).
## Resources
If you want to know a bit more of `crem` and some ideas behind it, here are some additional resources you can check out:
- [Domain modelling with state machines](http://marcosh.github.io/post/2021/10/27/ddd-state-machines.html), the first blog post where I started considering using composable state machines for DDD-like architectures.
- [Composable Haskell state machines with `crem`](https://www.youtube.com/watch?v=cvbOG1I6wrU), if you prefer a video introducing `crem`.
- [State machines with `crem`](https://hackmd.io/@CJO5VbycTsyzjGBytbwezQ/rkJliIjRj#/) the slide deck used for the above presentation.