Skip to main content

Blog

Blog

How to Find Microservices Performance Issues

In this article, we’ll look at the tools and technologies developers can and should use to find microservices performance issues throughout the development pipeline, and why using debugging tools during development is a must for every Java microservices developer.
Microservices, Java Application Development
Blog

Docker Microservices in Java

What is Docker? Learn about this virtualization tool and how it is used in microservices architectures.
Microservices, Java Tools
Blog

Exploring Java Hibernate

Our article explores the Java Hibernate ORM Tool, and discusses the popularity of Hibernate in Java, as well as six common issues caused by Hibernate.
Java Tools, Java Application Development
Blog

2020 Java Technology Report

In our 2020 Java technology report, we look at results of our 2020 Java developer survey related to technology choice. The survey gained nearly 400 responses from Java development professionals around the globe.
Java Frameworks, Java Tools
Blog

Java CompletableFuture API: Where Does it Stand in the Asynchronous Java Landscape?

Learn about the Java CompletableFuture API, including insight into how it works and where it stands within the asynchronous Java landscape.
Java Application Development, Java Testing
Blog

Kubernetes vs Docker Swarm

Docker is the top choice for containers, but when comparing Kubernetes vs Docker Swarm for container orchestration, Kubernetes has the upper hand. See why.
Microservices, Java Application Development
Blog

Popular Java Microservices Frameworks

There are various Java microservices frameworks available for developers. Read to discover the most popular microservices frameworks.
Microservices, Java Frameworks
Blog

Using Text Blocks in Java 13

Text blocks introduce a way for developers to predictably format multi-line string literals, and, in JEP 368, offer a more nuanced way to do so. See how.
Java Application Development, Java Updates
Blog

When to Use Microservices in Java

Due to their popularity, you may be wondering when to use microservices in Java and when to stick with the monolith. Read to see microservices pros and cons.
Microservices
Blog

Using Switch Expressions in Java

Introduced in Java 13, Switch Expressions offer developers a new way to use switch. See the benefits and potential pitfalls in our tutorial, here.
Java Application Development
Blog

Deploying Microservices in Java

Deploying microservices in Java can be a complex task. But, with the right microservices deployment patterns, it doesn’t have to be. Learn more.
Microservices
Blog

Exploring Jakarta EE 8

The Jakarta EE 8 release has enterprise developers asking a lot of questions. We give some insight into the release and look forward to Jakarta EE 9.
Java Updates, Enterprise Development