Database Testing And Automation – Mock Data And Environments
Database testing is fraught with challenges. We have to find new ways to create a database replica, match the data in size and meaning as... Read more
Database testing is fraught with challenges. We have to find new ways to create a database replica, match the data in size and meaning as... Read more
Much like the make people happy obstacle, we have the Swiss Army Knife Anti-Pattern. This mistake is another example of over-architecting a solution. Think of... Read more
One of the most amusing anti-patterns is the one known as “make everyone happy.” The funny thing is that it never does. Instead, it points... Read more
The series switches gears to look at anti-patterns. We start with the mother of all anti-patterns, architecture by implication. Any time we have a pattern... Read more
We wrap up our patterns focus with the space-based pattern. This is also known as cloud architecture. We will see how this approach allows us... Read more
We come to one of the best patterns for breaking a big problem down into bite-sized pieces. The microservices architecture pattern is a perfect fit. ... Read more