Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

dzone.com

DZone Java Zone

Get the latest updates from DZone Java Zone directly as they happen.

Follow now 236 followers

Latest posts

Last updated 13 minutes ago

Build a REST API With Just 2 Classes in Java and Quarkus

about 1 hour ago

Developers often look for ways to build RESTful APIs with minimal effort...

Different Garbage Collectors in Java: Exploring the Options

about 3 hours ago

Garbage collection in Java is something that just happens: you don’t have...

SRE Best Practices for Java Applications

about 24 hours ago

Site reliability engineering (SRE) plays a vital role in ensuring Java applications'...

Migrating Java Microservices to Go: A Comprehensive Guide

2 days ago

With the rising demand for high-performance, scalable, and resource-efficient microservices, many organizations...

8 Java GUI Frameworks for Modern Applications

2 days ago

Java has become one of the world’s most versatile programming languages, chosen...

Floyd's Cycle Algorithm for Fraud Detection in Java Systems

6 days ago

The Floyd Cycle Detection Algorithm (Tortoise and Hare algorithm) is an efficient...

How to Use JavaScriptExecutor in Selenium

6 days ago

Selenium is an open-source suite of tools and libraries that allows you...

Enhanced Query Caching Mechanism in Hibernate 6.3.0

7 days ago

Efficient query caching is a critical part of application performance in data-intensive...

Exploring Embeddings API With Java and Spring AI

13 days ago

Hi community!  This is my second article in a series of introductions...

Thread-Safety Pitfalls in XML Processing

13 days ago

Do you think the method children() below is thread-safe Java   import java.util.stream.Stream;...

Micronaut vs Spring Boot: A Detailed Comparison

14 days ago

Micronaut and Spring Boot are popular frameworks for developing microservices in Java...

Handling Embedded Data in NoSQL With Java

14 days ago

NoSQL databases differ from relational databases by allowing more complex structures without...