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
Please enter at least three characters to search
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

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

The Latest Java Topics

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
· 36,004 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,709 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,856 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,679 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,440 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
· 28,365 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,308 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,787 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,282 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,715 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,188 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,169 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
· 13,060 Views · 9 Likes
article thumbnail
The Singleton Design Pattern: Ensuring a Single Instance in Java
This article will delve into the Singleton pattern, understand its principles, explore its use cases, and provide a detailed Java implementation.
January 23, 2024
by Aditya Bhuyan
· 3,466 Views · 2 Likes
article thumbnail
Maven Dependency Scope Applied
Learn how to use Maven's dependency scope to adhere to the chosen architecture in a multi-module project.
January 22, 2024
by Maksim Kren
· 4,205 Views · 3 Likes
article thumbnail
What Is a Jagged Array in Java With Examples?
The Arrays and Multi-dimensional Arrays are before we can learn about Jagged arrays. we want to store information about students and their respective grades.
January 22, 2024
by Mahesh Sharma
· 8,240 Views · 3 Likes
article thumbnail
How To Base64 Encode or Decode Content Using APIs in Java
This article offers some high-level background for base64 encoding and provides several free API solutions for detecting, encoding and decoding base64 content.
January 21, 2024
by Brian O'Neill DZone Core CORE
· 5,802 Views · 6 Likes
article thumbnail
Jenkins vs. Bamboo: Battle Of The Best CI/CD Tools
Bamboo and Jenkins are two of the leading continuous integration tools by developers, Explore this comparison between them in terms of ease of use and more.
Updated January 19, 2024
by Sahiti Kappagantula
· 43,830 Views · 5 Likes
article thumbnail
Secure Spring REST With Spring Security and OAuth2
In this tutorial, learn how to add security mechanisms, such as an authorization process and access tokens, to your REST API with Spring Security and OAuth2.
Updated January 19, 2024
by Adam Zaręba
· 383,765 Views · 90 Likes
article thumbnail
Comparing the Efficiency of a Spring Boot Project to a Go Project
In this article, compare the efficiency of a Spring Boot project as a GraalVM-native image and on the JDK to a Go project.
January 19, 2024
by Sven Loesekann
· 6,068 Views · 4 Likes
  • Previous
  • ...
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • ...
  • 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: