Replacing the default VPC in your AWS account

AWS Cloudformation is a super-powerful utility for defining entire backend infrastructures. Using it we can declaratively define infrastructure components and their inter-dependencies, then instantiate them all in one go. This…

Continue Reading Replacing the default VPC in your AWS account

Commands and Aggregates in Datomic

I wanted to investigate how to implement something similar to my previous Event Sourcing examples but this time using Datomic. In particular, I wanted to keep the way commands are implemented in the domain, the way commands could be executed asynchronously and aggregates for consistency.

Continue Reading Commands and Aggregates in Datomic

End of content

No more pages to load