-
Core Java
What is private in Java 9?
When doing interviews I experience that most of the candidates do not know what private modifier in Java really means.…
Read More » -
Software Development
How To Send Ethereum Transactions With Java
After I’ve expressed my concerns about the blockchain technology, let’s get a bit more practical with the blockchain. In particular,…
Read More » -
DevOps
Gain Deeper Visibility into Docker Containers and Microservices
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Software Development
Drools Canonical Model – Pure Java Rules
Rule engines, like Drools, typically make use of a custom language to define a set of rules. For example, the…
Read More » -
Software Development
Getting started with MapR-DB Table Replication
Introduction MapR-DB Table Replication allows data to be replicated to another table that could be on on the same cluster…
Read More » -
Core Java
How to format/parse dates with LocalDateTime in Java 8 – Example Tutorial
One of the common tasks in Java project is formatting or parsing date to String and vice-versa. Parsing date means…
Read More » -
Core Java
Getting to know about java.nio.file.Path – 1
Introduction The last few released of Java namely Java 7, Java 8 and the upcoming Java 9 have quite a…
Read More » -
Core Java
flatMap() and the order of events – RxJava FAQ
As we already discovered, flatMap() does not preserve the order of original stream. Let’s illustrate this using the GeoNames API example from previous article: public…
Read More » -
Enterprise Java
Application Network Functions With ESBs, API Management, and Now.. Service Mesh?
I’ve talked quite a bit recently about the evolution of microservices patterns and how service proxies like Envoy from Lyft…
Read More »