An application like Uber might seem simple in the first look but does a great job of hiding complexity in order to provide a great…
Event Sourcing: Removing UD from CRUD
One of the common challenges of large-scale systems is maintaining the correct ordering and state of resources which are getting manipulated by client requests. Something…