Spring Cloud GCP provides a wealth of capabilities for creating modern Java applications and microservices... (more…)
Read more »
Dynamic data access with Java classes and records using reflection. Type safe data access in Java hash maps. (more…)
Read more »
When it comes to developing low latency software systems, the received wisdom is that you would be crazy to use anything but C++ because anything else has too high a latency. But I’m here to convince you of the opposite, counter-intuitive, almost heretica... (more…)
Read more »
Every single programmer learns early on in their career how to get familiar with whatever debugging tools that are most effective and/or popular in their language of choice. Java has jdb, jconsole, and many more; C++ has gdb; Python has pdb; etc. My perso...
Read more »