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

Low-Code Development: Leverage low and no code to streamline your workflow so that you can focus on higher priorities.

DZone Security Research: Tell us your top security strategies in 2024, influence our research, and enter for a chance to win $!

Launch your software development career: Dive head first into the SDLC and learn how to build high-quality software and teams.

Open Source Migration Practices and Patterns: Explore key traits of migrating open-source software and its impact on software development.

The Latest Java Topics

article thumbnail
Scaling Java Microservices to Extreme Performance Using NCache
This article will teach you how to scale the Java Microservices to achieve extreme performance using different cache techniques with NCache.
February 14, 2024
by Gowtham K
· 9,113 Views · 7 Likes
article thumbnail
Exploring the Power of the Functional Programming Paradigm
This article discusses functional programming, which uses stateless functions over immutable data for simplified concurrency and reliability.
February 14, 2024
by Igboanugo David Ugochukwu
· 4,346 Views · 2 Likes
article thumbnail
Why Apache Kafka and Apache Flink Work Well Together to Boost Real-Time Data Analytics
Use Flink and Kafka to create reliable, scalable, low-latency real-time data processing pipelines with fault tolerance and exactly-once processing guarantees.
February 13, 2024
by Gautam Goswami DZone Core CORE
· 4,091 Views · 1 Like
article thumbnail
The Best Way To Diagnose a Patient Is To Cut Him Open
Explore modern debugging beyond print statements, highlighting tools like tracepoints and object marking for efficient problem-solving.
February 13, 2024
by Shai Almog DZone Core CORE
· 3,532 Views · 2 Likes
article thumbnail
Threads, ThreadPools, and Executors: Multi-Thread Processing In Java
This detailed description of how implementations of the Java Executor interface work focuses on relations between all of the Executors and their use cases.
February 13, 2024
by Bartłomiej Żyliński DZone Core CORE
· 4,970 Views · 4 Likes
article thumbnail
Leveraging Java's Fork/Join Framework for Efficient Parallel Programming: Part 1
Delve into the intricacies of the Fork/Join framework, specifically designed to make parallelizing tasks more efficient and straightforward.
February 12, 2024
by Andrei Tuchin DZone Core CORE
· 4,512 Views · 9 Likes
article thumbnail
Achieving Inheritance in NoSQL Databases With Java Using Eclipse JNoSQL
Explore Eclipse JNoSQL and MongoDB to streamline NoSQL database interactions in Java applications, making it easier to manage and manipulate diverse data sets.
February 12, 2024
by Otavio Santana DZone Core CORE
· 4,958 Views · 3 Likes
article thumbnail
Implementation Best Practices: Microservice API With Spring Boot
In this article, I share some useful tips for implementing Microservices API with Java and Spring Boot, along with a sample code to refer to.
February 12, 2024
by Amritendu De
· 6,942 Views · 6 Likes
article thumbnail
Advanced Brain-Computer Interfaces With Java
This article guides Java developers on building a brain-computer interface application using NeuroSky's MindWave Mobile headset.
February 11, 2024
by Arun Pandey DZone Core CORE
· 9,039 Views · 6 Likes
article thumbnail
Making Dropwizard Metrics Accessible via CQL in Apache Cassandra
The journey into Apache Cassandra's metrics system, specifically through the lens of Dropwizard Metrics and the virtual table API.
February 9, 2024
by Maxim Muzafarov
· 5,686 Views · 1 Like
article thumbnail
Five Java Developer Must-Haves for Ultra-Fast Startup Solutions
Faster Java startup must not compromise developer experience, throughput performance, or security. We discuss how we achieved this with Liberty InstantOn.
February 9, 2024
by Vijay Sundaresan
· 9,563 Views · 5 Likes
article thumbnail
Unleashing the Power of Java Interfaces
This article sheds light on the possible ways to utilize the power of Java Interfaces and get clean, expressive, concise, yet readable code.
February 7, 2024
by Sergiy Yevtushenko
· 5,498 Views · 4 Likes
article thumbnail
Deploying a WildFly 30.0.1.Final Cluster Using Ansible
Learn how to deploy and manage your WildfFly's cluster in a fully automated fashion on thousands of systems using Ansible and Ansible collection for WildFly.
February 6, 2024
by Romain Pelisse
· 4,593 Views · 1 Like
article thumbnail
Applying CI/CD to Java Apps Using Spring Boot
Explore this in-depth tutorial to learn more about building Continuous Integration/Continuous Delivery (CI/CD) into Spring-Boot-based Java applications.
Updated February 6, 2024
by Fanon Jupkwo (Fan Jups)
· 116,764 Views · 42 Likes
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
· 3,528 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
· 6,519 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,149 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
· 5,790 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
· 6,512 Views · 7 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
· 144,802 Views · 12 Likes
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • Next

ABOUT US

  • About DZone
  • Send 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: