-
Enterprise Java
Kogito, ergo Rules: From Knowledge To Service, Effortless
Welcome to another episode of this blog series on the Kogito initiative and our efforts to bring Drools to the…
Read More » -
DevOps
Escape JSON property names in jq
I’m using the command line a lot and jq is a helpful tool for dealing with JSON data. You can…
Read More » -
Enterprise Java
Difference between save vs persist and saveOrUpdate in Hibernate
Save vs. saveOrUpdate vs. persist in Hibernate What is the difference between save and saveOrUpdate or Difference between save and…
Read More » -
Agile
Build Team Resilience: Work “Anywhere” and “Anytime” (Part 3)
When I started this series about team brittleness and resilience, I expected to discuss winter weather in the Boston area. …
Read More » -
Agile
Build Team Resilience: Shorten Feedback Loops (Part 2)
This series is about helping a team create a less brittle environment—more resilience. Part 1 was about individual work. This…
Read More » -
Core Java
How to create immutable Map in Java
Hello Friends, In this tutorial, we will see how we can create an immutable Map in Java. – What does…
Read More » -
Software Development
How to add maven Support to a Java Project in IntelliJ
Hello Friends In this quick tutorial, we will see how we can add Maven support to the java project in…
Read More » -
DevOps
Use local docker image on minikube
You use Minikube and you want to run your development images that you create locally. This might seem tricky since…
Read More » -
Core Java
New features between Java 8 and Java 14
Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new…
Read More »