An intro to Resilience4j, inspired by Hystrix, and a good presentation on surviving Spring Cloud’s migration away from the Netflix stack.
Uppercase First Character of String in Java
In this short article, you will learn how to write a Java program to uppercase the first character of String in Java.
Best Java Unit Testing Frameworks – DZone Java
In this post, we take a closer look at the top Java unit testing frameworks, how to best implement them, and some examples. Check it out.
Spring Dependency Injection Tutorial with Example
In this tutorial, we will learn what is Spring Dependency Injection, advantages of using DI, types of DI with an example.
Get Started with Jetty, Java, and OAuth | Java Code Geeks – 2019
Interested to learn about Jetty? Check our article explaining how to get Started with Jetty, Java, and OAuth with examples.
Java ZIP Tutorial
The Java ZIP API enables you to work with ZIP compression in your Java applications. This Java ZIP tutorial explains how the core Java ZIP classes work.
Resources – Microprofile
What is the MicroProfile? Developers have a tremendous amount of Java EE and general Enterprise Java knowledge and skill that they….
JVM Advent Calendar: Project Loom – DZone Java
Project Loom is one of the major projects in which Java moved forward and is useful when you have lots of tasks that spend much of their time blocking.
JavaFX – Not Dead Yet (aka. The Definitive Guide to Modern Java Clients with JavaFX)
Many folks assume JavaFX is dead, but it is actually alive and well with great community support, mobile deployment, and native packaging.
10 Tools Java Developers Should Learn in 2020
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Integration Testing using MicroProfile Testing and Payara Micro
This blog shows you how you can test your JAX-RS endpoints running on Payara Micro with MicroProfile Testing.
Clean, concise code considerations for Kotlin and Java – Coffee Talk: Java, News, Stories and Opinions
Is it time to give Kotlin a try? When you compare the Kotlin and Java programming languages, weigh code length and features for each before you implement it into your projects.
Introducing the Service Binding Operator – Red Hat Developer
We introduce the Service Binding Operator, which lets application developers easily bind applications to operator-managed backing services.