In this article, we explore some of the lesser-known features of the Eclipse Collections framework, including distinct(), selectInstancesOf(), chunk(), and more
How your team will benefit when you hire a full stack developer – Coffee Talk: Java, News, Stories and Opinions
How can your company benefit from a full-stack developer? While these IT pros are difficult to find and expensive to pay, they can create a more efficient line of communication within your technical staff and optimize your workflows.
Academic-owned Java library transforms, rewrites, analyzes, and transpiles code – JAXenter
Today’s spotlight lands on Spoon: a Java library that allows you to transform and analyze Java code. This library is brainy and academic.
Amazon Corretto 8
Amazon Corretto is a production-ready distribution of OpenJDK with long-term support including performance- and security updates provided by Amazon. Tweet announcing Amazon Coretto 8 Amazon provide…
How to Convert Stream to ArrayList in Java 8 – Collectors.toCollection() Example, Tutorial
You can use Collectors.toList() , toSet() and toMap() to get all elements of Stream into any Collection e.g. List, Set or Map , but if you…
Transformer Pattern
The Transformer pattern is a design pattern for Java (and potentially other OO languages with&n…
Sparklens: a tool for Spark applications optimization
Sparklens is a profiling tool for Spark with a built-in Spark Scheduler simulator: it makes easier …
JDK 9/JEP 280: String Concatenations Will Never Be the Same
JEP 280 (“Indify String Concatenation”) was implemented in conjunction with JDK 9 and, ac…
Swagger UI on MicroProfile OpenAPI
MicroProfile OpenApi gives us a standardized way to describe our JAX-RS API’s using OpenApi 3. If yo…
How to Check if two Rectangles Overlap in Java – Algorithm Interview Question With Solution
Can you write a Java program to check if two rectangles are overlapping with each other or not? is one of the frequently asked coding ques…
Live webinar: Migrating beyond Java 8
Help your team keep up with the pace of change. Sander Mak Thursday, January 31 at 1:00 p.m. EST Oracle ends public updates for Ja….
JDK 11 on the Raspberry Pi – Marcus Hirt
Set the defaults (if you want to) sudo update-alternatives –config javacsudo update-alternatives –config java Done! Note that th….
Curse you choices! Kubernetes or Application Servers? (Part 3) – RHD Blog
Kubernetes may be the new application server for some, but not all Java apps. This article discusses the choices: traditional app servers, “just enough app server” choices like Thorntail, and Kubernetes.
Taking the pulse of the Java ecosystem: What Java frameworks do you use frequently? – JAXenter
this time we decided it was time to put the spotlight on Java and take a closer look at its ecosystem. So, Java developers, this poll is for you!
SPIFFE in a Nutshell
I have been studying SPIFEE(Secure Production Identity Framework For Everyone)[1] for sometime and …