-
Core Java
Java Stream: Part 2, Is a Count Always a Count?
In my previous article on the subject, we learned that JDK 8’sstream()::count takes longer time to execute the more elements…
Read More » -
Enterprise Java
A complete tutorial on the Drools business rule engine
As always we share the code presented in the tutorial in a companion repository: EmailSchedulingRules. Business rules work very well…
Read More » -
DevOps
Integration Key to Customer Experience – Example Service Integration
In my previous article from this series we looked in to details that determine how your integration becomes the key to transforming…
Read More » -
Core Java
JDK 12 – JEP 325 Switch Expressions
JDK 12 went GA on March 19, 2019, keeping its word on shorter release cycles and frequent releases. The features…
Read More » -
Core Java
HashSet In Java
Introduction: HashSet in Java implements Set interface i.e. it doesn’t allow duplicates. It is internally backed by a HashMap which works…
Read More » -
Core Java
Viewing TLS Configuration with JDK 13
JDK 13 Early Access Build 16 is now available and one of the interesting additions it brings is the ability…
Read More » -
DevOps
Load Testing of a Microservice. Kubernetes way
Let’s assume there is a microservice represented by a composition of containers running on a K8s cluster somewhere in a…
Read More » -
Python
Python String split() Example
1. Introduction Manipulating strings can be a very important aspect of programming due to the various number of ways in…
Read More » -
Enterprise Java
Web Services Interview Questions and Answers
In this post we cover almost every portion of the concept of Web services that you need to be familiar…
Read More »