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 224 followers

Latest posts

Last updated about 24 hours ago

How to Test PATCH Requests for API Testing With Playwright Java

1 day ago

Automated API testing offers multiple benefits, including speeding up the testing lifecycle...

Using Java Class Extension Library for Data-Oriented Programming - Part 2

2 days ago

This is the second article that presents an object-oriented programming (OOP) approach...

Charge Vertical Scaling With the Latest Java GCs

4 days ago

In the dynamic landscape of Java ecosystem enhancements, one could miss an...

Dropwizard vs. Micronaut: Unpacking the Best Framework for Microservices

5 days ago

Microservices architecture has reshaped the way we design and build software, emphasizing...

Enabling Behavior-Driven Service Discovery: A Lightweight Approach to Augment Java Factory Design Pattern

8 days ago

The Factory Pattern is one of the popular creational design patterns in...

How to Test PUT Requests for API Testing With Playwright Java

10 days ago

API testing is a process that confirms that the API under test...

Understanding Functional Programming: A Quick Guide for Beginners

11 days ago

Imagine you're working on a complex puzzle. There are two ways to...

How to Test GET Requests With Playwright Java for API Testing

17 days ago

Playwright is a popular open-source test automation framework created by Microsoft. It...

Configurable Feign Client Retry With Reusable Library and DRY

17 days ago

In microservice architectures, resilient communication between services is vital. Feign, a declarative...

Simplify NoSQL Database Integration in Java With Eclipse JNoSQL 1.1.3

18 days ago

NoSQL databases have become a cornerstone of modern application development, offering scalability...

Why ‘mvn install’ May Risk Your Builds

18 days ago

When you are using mvn install in your build server, you should...

How to Test POST Requests With Playwright Java for API Testing

23 days ago

Playwright is a test automation framework developed by Microsoft. It is available...