#functionalprogramming
#functionalprogramming
Can someone explain to me what is a _practical_ difference between a vertical slice and a bounded context?
In dysfunctional teams, front-end implements for back-end.
m.
MaybeT . pure . Just =<< m
… is the same thing as:
return =<< m
… which is the same thing as:
m
m.
“You write because you think, because you observe, because you need to put it somewhere.”
https://andysblog.uk/why-blog-if-nobody-reads-it/
“You write because you think, because you observe, because you need to put it somewhere.”
https://andysblog.uk/why-blog-if-nobody-reads-it/
systema10.org/posts/making...
systema10.org/posts/making...
Counter-example: find all customers in a system where each customer has a dedicated journal/stream by customer ID.
Counter-example: find all customers in a system where each customer has a dedicated journal/stream by customer ID.
gist.github.com/Savelenko/23...
gist.github.com/Savelenko/23...
hackage.haskell.org/package/fold...
hackage.haskell.org/package/fold...
careers.scrive.com/jobs/5365423...
careers.scrive.com/jobs/5365423...
Why I Hate the Outbox Pattern
and Why You Should Hate It Too
Watch now: youtu.be/3nZLU3b47iU
#eventsourcing
#eventsourcing
The command is an intent to perform an action.
Events capture decisions made.
We can also get an error back if the command cannot be executed.