Udemy is running their flash sale this weekend, where they are offering all the courses in just $10.99 and I have been spending a lot of ti…
Category: Articles
Troubleshooting your Java EE Applications – Part 2
This blog will continue to focus on other different ways and techniques to catch potential issues in the early stage and helps to find the root cause of application performance issues.
Java Magazine New Edition: Java Present and Future
This blog is the source for news about major Java announcements and the Java community.
Java BlockingQueue examples – Mkyong.com
December 13, 2018 | Viewed : 444 | +335 pv/w In Java, we can use BlockingQueue to create a queue which shared by both producer and….
Java Eclipse Code Refactoring Shortcuts and Tips – DZone Java
Time to get more productive when writing Java code using Eclipse! We take a look at some handy refactoring shortcuts that will make your life easier.
Replace a Character at a Specific Index in a String in Java | Baeldung
Learn several methods for replacing a character at a specific index in a Java String.
Bootiful GCP: Spring Cloud Stream with Google Cloud Pub/Sub
I’ve recently read Josh Long‘s Bootiful GCP series on Sprint Central’s engineering blog and especia…
Java 11: New HTTP Client API
In Java 11, the incubated HTTP Client API first introduced in Java 9, has been standardised. It make…
Avoid boilerplate code with this typable Spring beans tutorial
When you leave a matrix of possibilities in your application, you exponentially increase the number of classes you need. This typable Spring beans tutorial demonstrates a simple and extensible way to minimize the multiplicity.
Intersection of Two Lists in Java | Baeldung
Learn how to retrieve the intersection of two Lists.
5 Free Data Structure and Algorithm Books in Java Programming
In last article , I have shared 5 good data structure and algorithms books, but those were not free. After that article, I received some fe…
Automating Docker Deployments Using Jib and Payara Micro
If you are like me, you spend most of your day developing applications. During that time, it is difficult to carve out the time to manage c…
Java: Aggregate Data Off-Heap
Explore how to create off-heap aggregations with a minimum of garbage collect impact and maximum …