My previous post with Eight Core Java Questions was popular so I created nine more. Please join the discussion of the answers for these... (more…)
Read more »
There has been an ever growing number of teams looking to re-architect their monolithic systems into a series of single-responsibility… (more…)
Read more »
TL;DRIn this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries.
Read more »
One of the key benefits of a microservice architecture is the ability to dynamically respond to changes in load by spinning up new instances as required. How... (more…)
Read more »
Enhance the Java programming language with pattern matching for switch
expressions and statements. Extending pattern matching to switch allows an
expression to be tested against a number of patterns, each with a specific
action, so that complex data-orien... (more…)
Read more »