DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Last call! Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

The Latest Java Topics

article thumbnail
Strace Revisited: Simple Is Beautiful
Explore strace for Linux debugging: origins, usage, JVM insights, and advanced tips in an in-depth, easy-to-follow guide.
February 6, 2024
by Shai Almog DZone Core CORE
· 4,001 Views · 2 Likes
article thumbnail
Mastering Concurrency: An In-Depth Guide to Java's ExecutorService
Java's ExecutorService is a powerful framework for managing and executing concurrent tasks in Java applications. It provides a higher-level abstraction over raw threads.
February 5, 2024
by Andrei Tuchin DZone Core CORE
· 8,347 Views · 6 Likes
article thumbnail
Improving Upon My OpenTelemetry Tracing Demo
Last year, I wrote a post on OpenTelemetry Tracing to understand more about the subject. I've recently improved the demo to deepen my understanding.
February 1, 2024
by Nicolas Fränkel DZone Core CORE
· 6,474 Views · 2 Likes
article thumbnail
How To Implement Java Microservices Architecture
Implementing a microservices architecture in Java is a strategic decision that can have significant benefits for your application.
January 30, 2024
by Shalaka Gadgil
· 6,174 Views · 1 Like
article thumbnail
Java Z Garbage Collector (ZGC): Revolutionizing Memory Management
Memory management is a critical aspect of any programming language, and Java employs Garbage Collection (GC) to manage memory automatically.
January 29, 2024
by Andrei Tuchin DZone Core CORE
· 8,736 Views · 8 Likes
article thumbnail
Build an OAuth 2.0 Authorization Server With Spring Boot and Spring Security
Check out this tutorial to learn how to build an OAuth 2.0 authorization server with Spring Boot and Spring Security.
Updated January 26, 2024
by Andrew Hughes
· 155,281 Views · 13 Likes
article thumbnail
Unit Testing: Java Streams and Lambdas
While Java streams and lambdas can seem complex for unit testing, this tutorial demonstrates simplified instructions to perform unit testing in JDK8.
Updated January 26, 2024
by Yogen Rai
· 98,533 Views · 21 Likes
article thumbnail
Authorization Code Grant Flow With Spring Security OAuth 2.0
In this tutorial, learn how to implement a Spring authorization server using Spring Security OAuth2.
Updated January 26, 2024
by Amit Mishra DZone Core CORE
· 35,776 Views · 2 Likes
article thumbnail
Spring Security Authentication
Security is one of the most vital concerns for any organization. In this article, you will learn about authentication and how to integrate them with Spring MVC.
Updated January 26, 2024
by Mohamed Labouardy
· 183,539 Views · 34 Likes
article thumbnail
The State of Data Streaming With Apache Kafka and Flink in the Gaming Industry
This article covers the architectures, use cases, and case studies for data streaming with Kafka and Flink in the gaming industry, including Kakao Games, Blizzard, and MPL.
January 26, 2024
by Kai Wähner DZone Core CORE
· 4,821 Views · 1 Like
article thumbnail
MuleSoft Integrate With ServiceNow
This article explains how to define a robust API that serves the E2E feature of a ServiceNow incident management lifecycle using the MuleSoft ServiceNow connector.
January 26, 2024
by Ankur Bhuyan
· 5,618 Views · 2 Likes
article thumbnail
AnyLang: A Lightweight, Multi-Script Solution
This article illustrates how a low–cost, lightweight solution helps here with the flexibility to create rules in a programming language of one’s choice.
January 26, 2024
by Soham Sengupta
· 6,412 Views · 1 Like
article thumbnail
Mastering Exception Handling in Java CompletableFuture: Insights and Examples
CompletableFuture simplifies many aspects of concurrent programming, it's crucial to understand how to handle exceptions effectively.
January 25, 2024
by Andrei Tuchin DZone Core CORE
· 27,687 Views · 15 Likes
article thumbnail
Distributed Computing Simplified
This tutorial addresses two main advantages of distributed computing and offers three solutions to simplify, dependent on the use case.
January 24, 2024
by Fawaz Ghali, PhD DZone Core CORE
· 7,244 Views · 5 Likes
article thumbnail
Getting Started With Spring AI and PostgreSQL PGVector
Learn to build generative AI applications in Java from scratch using Spring AI and PostgreSQL pgvector.
January 24, 2024
by Denis Magda DZone Core CORE
· 10,632 Views · 8 Likes
article thumbnail
Querydsl vs. JPA Criteria, Part 6: Upgrade Guide To Spring Boot 3.2 for Spring Data JPA and Querydsl Project
In this tutorial, learn more about a solution for two issues caused by the upgrade to the latest Spring Boot 3.2 and Spring Data JPA.
January 24, 2024
by Arnošt Havelka DZone Core CORE
· 5,222 Views · 2 Likes
article thumbnail
Building gdocweb With Java 21, Spring Boot 3.x, and Beyond
Explore the journey of building gdocweb: a developer's insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.
January 24, 2024
by Shai Almog DZone Core CORE
· 4,692 Views · 2 Likes
article thumbnail
Pythonic Encoding Through Functional Style: Iterable Monad
In this article, we introduce Iterable Monad in Python. We demonstrate the power of functional features and the elegance that monad can bring to Python encoding.
January 24, 2024
by Michael Wang
· 3,163 Views · 1 Like
article thumbnail
Debezium in Embedded Mode
In this tutorial, learn how to run Debezium through a Java application without the need for a standalone Debezium server running or a streaming component.
January 23, 2024
by Emmanouil Gkatziouras DZone Core CORE
· 6,113 Views · 4 Likes
article thumbnail
IntelliJ and Java Spring Microservices: Productivity Tips With GitHub Copilot
Explore productivity tips that can enhance your Java Spring Microservices development experience in IntelliJ, all made possible with the help of GitHub Copilot.
January 23, 2024
by Amol Gote DZone Core CORE
· 12,984 Views · 9 Likes
  • Previous
  • ...
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: