How To: Building a Debouncer…in Java

A short while ago, we were building a distributed backend service where multiple instances of the service would be sending requests to each other to coordinate work splitting and availability. We were concerned about a number of potential roadblocks, including …

When Edge is fetch-ingly Most Correct

“Most people like to dunk on Edge, but I think it’s a pretty great browser,” my coworker Thomas told me. We were a few hours into attempting to fix a bug that only occurred in Microsoft Edge and I had …

Unexpected Iterations

Here at Vena, we build a multidimensional database (also known as an OLAP Cube, or simply “The Cube”) for our customers to store and analyze their data. Part of the functionality we provide is a programming language to express relationships …