Learn how to test your APIs with Spock, a comprehensive testing framework that uses Java and Groovy, leveraging the benefits of several existing Java frameworks.
I often get questions about what is an acceptable number of context switches and at what point you should worry. Here are my answers to those questions!
If you haven't had a chance to explore Azure's Network Watcher, including the Network Security Group Flow logs, here's how to get the ELK integrated for analysis.
Your Bill of Materials is probably right in the middle of your organization, nestled between all different teams. Ouch. Here's a better way to handle that.
There are two ways to create a foreign key on a table in Oracle: the inline method and the out-of-line method. I’ll explain them in this article for you.
Azure Log Analytics lacks versatility, doesn't have any Log API connectors, and fails in terms of Java APIs. Check out how a sample project I made solves this problem.
Walk through experimenting with CRDTs (conflict-free replicated data types) and learn how to do CRDT-based active-active geo-distribution in Redis Enterprise.