Understanding Event Sourcing
Event Sourcing is a paradigm where the entire state of an application is derived by replaying a series of events, providing benefits such as accurate auditing and schema flexibility.
Event Sourcing is a paradigm where the entire state of an application is derived by replaying a series of events, providing benefits such as accurate auditing and schema flexibility.
With TDD, you don't find any logical bugs. The remaining types of bugs are data bugs and configuration bugs. This article discusses configuration validations to find and fix config bugs.
Understanding and extending spring boot with custom AutoConfiguration
For Chaos Engineering and Continuous Delivery
Things that should take 0 coding effort
beyond algorithms and data structures