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

Elevate your data management. Join a lively chat to learn how streaming data can improve real-time decision-making, and how to reduce costs.

Platform Engineering: Enhance the developer experience, establish secure environments, automate self-service tools, and streamline workflows

Build Cloud resilience. High-profiled cloud failures have shown us one thing – traditional approaches aren't enough. Join the discussion.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

The Latest Java Topics

article thumbnail
Diagnose CPU Spikes in a Non-Intrusive Manner
In this post, we are going to discuss a non-intrusive approach (i.e., approach that doesn’t add any noticeable overhead to the application) to diagnose CPU spike.
August 30, 2023
by Ram Lakshmanan DZone Core CORE
· 3,625 Views · 1 Like
article thumbnail
Effective Tips for Debugging Complex Code in Java
Explore powerful methods, including debuggers, problem isolation, and version control, to streamline the process and enhance your coding skills.
August 28, 2023
by Sohail Shaikh
· 7,986 Views · 16 Likes
article thumbnail
Shift-Left Monitoring Approach for Cloud Apps in Containers
It is too costly to have an inefficient code in elastic container-based environments. Shift left monitoring approach with observability solution helps.
August 28, 2023
by Pandian Ramaiah
· 7,566 Views · 3 Likes
article thumbnail
Automate Migration Assessment With XML Linter
Discover how ZK Team developed an XML linter to detect potential compatibility issues in existing codebases to assist migration decision-making.
August 25, 2023
by Rebecca Lai
· 10,938 Views · 11 Likes
article thumbnail
Introduction to the Tower Library
In this post, we have explained what the Tower library is: a Functional Programming library that provides function composition.
August 25, 2023
by Nicolas Fränkel DZone Core CORE
· 9,605 Views · 1 Like
article thumbnail
Migrating From JUnit 4 to JUnit 5: A Step-By-Step Guide
Migrating from JUnit 4 to 5 can be a challenge if you’re not familiar with JUnit 5. Here’s a step-by-step guide that walks you through the process!
August 25, 2023
by Kristof Horvath
· 7,805 Views · 2 Likes
article thumbnail
Just-In-Time (JIT) Compilation: Advantages, Disadvantages, and Future Trends
Learn about Just-In-Time (JIT) Compilation, a dynamic compilation technique in programming, and its pros, cons, and future trends.
August 22, 2023
by Pritesh Patel
· 7,549 Views · 5 Likes
article thumbnail
Logging Incoming Requests in Spring WebFlux
Enter the realm of logging input requests in Spring WebFlux, a critical foundation for both diagnosing issues and ensuring application security.
August 21, 2023
by Dursun Koç DZone Core CORE
· 5,689 Views · 2 Likes
article thumbnail
Unveiling Kafka-Streams-Cassandra-State-Store
'Drop-in' Kafka Streams State Store implementation that persists data to Apache Cassandra / ScyllaDB. Stateless to run, no changelog, no state restore.
August 21, 2023
by Hartmut Armbruster
· 4,614 Views · 1 Like
article thumbnail
Best Plugins For JetBrains IDEs
Discover language-agnostic and -dependent plugins for IntelliJ IDEA that may be a great help in your daily fight with tasks that will make your work easier.
August 18, 2023
by Bartłomiej Żyliński DZone Core CORE
· 10,878 Views · 7 Likes
article thumbnail
Best Practices for Writing Clean Java Code
What is clean Java code? In this post, learn practices for writing clean Java code that promotes expressiveness, conciseness, organization, and maintainability.
August 17, 2023
by Nir Shafrir
· 14,152 Views · 19 Likes
article thumbnail
Ops-Friendly Apache APISIX
When configuring Apache APISIX, we should ensure it's as operable as possible. In this post, I describe several ways to make it so.
August 17, 2023
by Nicolas Fränkel DZone Core CORE
· 3,705 Views · 1 Like
article thumbnail
Java String: A Complete Guide With Examples
This blog delves into the importance of Java Strings, showcasing their role in text manipulation through examples and methods.
August 17, 2023
by Saba Qureshi
· 5,995 Views · 1 Like
article thumbnail
Defensive Programming With Klojang Check
Defensive Programming is a noble goal in concept. Yet, there is surprisingly little in the way of practical, programmatic support.
August 17, 2023
by Ayco Holleman
· 4,018 Views · 2 Likes
article thumbnail
Exploring Seamless Integration: Jakarta Data and Jakarta Persistence in Jakarta EE 11 With Open Liberty
Dive into Jakarta Data and Jakarta Persistence integration, streamlining SQL database handling in Jakarta EE 11 with Open Liberty and PostgreSQL.
August 16, 2023
by Otavio Santana DZone Core CORE
· 5,211 Views · 4 Likes
article thumbnail
Java ZGC Algorithm Tuning
ZGC is a specialized garbage collector that focuses on managing large heaps and minimizing pauses in Java applications. Learn more!
August 16, 2023
by Ram Lakshmanan DZone Core CORE
· 3,209 Views · 3 Likes
article thumbnail
Deploy MuleSoft App to CloudHub2 Using GitHub Actions CI/CD Pipeline
This article aims to provide a comprehensive guide on effectively deploying a MuleSoft application to CloudHub2 by using GitHub Actions CI/CD pipeline.
August 16, 2023
by Ashish Jha
· 15,797 Views · 4 Likes
article thumbnail
Introducing findjava, a Tool to Simplify JRE Selection for Java Applications
Use findjava to find the right JRE for your app, regardless of OS or package manager, for smooth performance.
August 16, 2023
by Loïc Rouchon
· 3,036 Views · 2 Likes
article thumbnail
Do Not Stop Threads!
Follow this story from 2006 about losing a $20,000 contract due to calling Thread.stop() and how no one realized what was actually happening.
August 14, 2023
by Peter Verhas DZone Core CORE
· 4,377 Views · 7 Likes
article thumbnail
How to Automatically Detect Multiple Cybersecurity Threats from an Input Text String in Java
Explore the prevalence of cyberattacks that exploit user-facing text input fields in web applications and learn about an API solution to help prevent them.
August 14, 2023
by Brian O'Neill DZone Core CORE
· 4,925 Views · 2 Likes
  • Previous
  • ...
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • ...
  • 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: