Kalix order processing Java demo. Contribute to mckeeh3/order-processing-java-demo development by creating an account on GitHub. (more…)
Read more »
gorp - Library for building efficient regular-expression based extractors by combining multiple REs into single automaton...
Read more »
We have Java Dataflow Analysis (DFA), which is able to derive facts about your program: possible exceptions, conditions that are always true/always false, and more. It performs an abstract interpretation of the source code, allowing it to gather informati... (more…)
Read more »
The previous
post
introduced the Ideal Graph
Visualizer
(IGV), a tool to visualize the inner workings of
OpenJDK’s main just-in-time compiler. This post
focuses on a new IGV feature, to be released in OpenJDK 19, to make it easier
for compiler experts to ... (more…)
Read more »
Peter Niederwieser, creator of Spock, the best testing framework ever, also contributed to Groovy programming language a very handy feature: Power Asserts. As you can see, we can see each value of … (more…)
Read more »