-
Core Java
Java: Streaming a JDBC ResultSet as JSON
This post shows how you can convert a java.sql.ResultSet to JSON and stream it back to the caller. This is…
Read More » -
DevOps
[NEW EBOOK] A Complete Guide to Building the Perfect Enterprise DevOps Stack
A guide to building the perfect stack for enterprise DevOps teams Every team approaches software tooling differently, but overall we…
Read More » -
Software Development
How Anti-Patterns Can Stifle Microservices Adoption in the Enterprise
Continuously build, test and monitor your Microservices for optimal performance. Summary For companies migrating their architecture to microservices, anti-patterns can…
Read More » -
Software Development
[MEGA DEAL] The 2019 Interactive Coding Bootcamp (92% off)
Get Your Coding Stripes by Building Real Web Projects with 60+ Hrs of Training From the Pros Hey fellow geeks,…
Read More » -
Enterprise Java
ActiveMQ Performance Testing
We use ActiveMQ as our messaging layer – sending large volumes of messages with a need for low-latency. Generally it…
Read More » -
Core Java
JDK 12 News (13 September 2018)
With General Availability of JDK 11 planned for later this month (25 September 2018), it’s a good time to start…
Read More » -
Agile
The Importance of Cadence
Thousands of years ago, military thinkers realized that the only way they could effectively move thousands of troops in the…
Read More » -
Core Java
Thread-local state availability in reactive services
Any architecture decision involves a trade-off. It’s no different if you decide to go reactive, e.g. on one side using…
Read More » -
Core Java
Arrays.hashCode(Object[]) versus Objects.hash(Object…)
Since JDK 1.5, the Arrays class has offered overloaded static methods with the name “hashCode“. Most of the overloaded methods…
Read More »