-
Core Java
Call That An Exception?
While this is a Java example to do with testing and wiremock, it relates to a more universal problem. We…
Read More » -
Software Development
Half a Helper Method
I’ve probably seen this happen more in test code, where thinking is often even more procedural than normal. It’s certainly…
Read More » -
Enterprise Java
CUBA: Getting Ready for Production
“It works on my local machine!” Nowadays it sounds like a meme, but the problem “development environment vs production environment”…
Read More » -
Core Java
Mythematical Codey Code
Consider the following snippet: int max = 10; int a = 0; while (true) { // do a thing that…
Read More » -
DevOps
6 reasons why you should employ Microservices in DevOps
Netflix, Amazon, Google, PayPal, and Facebook have more in common than them being the absolute behemoths of their niches. They…
Read More » -
Core Java
ZeptoN is Putting Program into Java
1. Introduction The Java programming language or “Java” was introduced in 1995. Yet in the almost quarter-century it has added…
Read More » -
Software Development
CI/CD Pipeline: Demystifying The Complexities
Industry leaders consider CI/CD to be an essential part of the app development cycle as enterprises are keen to reduce…
Read More » -
Core Java
Explode a WAR File Recursively
Abstract Ever need to explode a WAR file as well as exploding all JAR files in the WAR file? Ya,…
Read More » -
Agile
Cost and Value of Collecting Data
Collecting data isn’t free. There’s a cost to every piece of data. There’s also value. How do we balance the…
Read More »