Java
-
Deploy Quarkus application to AWS Elastic Beanstalk
Elastic Beanstalk allows deploying and managing applications in the AWS Cloud without having to learn about the infrastructure that runs…
Read More » -
Hands on Optional value
Optional is in air due to coronavirus, everything is becoming optional like optional public gathering , optional work from home,…
Read More » -
JavaFX Tip 32: Need Icons? Use Ikonli!
Motivation I have been coding JavaFX applications and libraries since 2013 and one thing they all had in common was…
Read More » -
An AWS Elasticsearch Post-Mortem
So it happened that we had a production issue on the SaaS version of LogSentinel – our Elasticsearch stopped indexing…
Read More » -
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 » -
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 » -
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 » -
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 » -
Prefixed Naming
If you look at the source code of Takes or Cactoos for the first time, you most probably, like many…
Read More »