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 Coding Topics

article thumbnail
Code Reviews: Building an AI-Powered GitHub Integration
An AI-powered code review assistant that integrates GitHub, a Flask app, and the qwen2.5-coder model on Ollama to automate code reviews.
May 22, 2025
by Vamshidhar Parupally
· 3,945 Views · 2 Likes
article thumbnail
Chat With Your Knowledge Base: A Hands-On Java and LangChain4j Guide
In this hands-on guide, you will learn to build a Java RAG chat application with LangChain4j to query your custom knowledge base.
May 22, 2025
by A N M Bazlur Rahman DZone Core CORE
· 4,397 Views · 6 Likes
article thumbnail
GitHub Copilot's New AI Coding Agent Saves Developers Time – And Requires Their Oversight
GitHub has launched a powerful AI coding agent in Copilot that writes code, fixes bugs, and opens pull requests.
May 22, 2025
by Aminu Abdullahi
· 4,076 Views · 2 Likes
article thumbnail
How to Merge HTML Documents in Java
Merging HTML content in Java is more challenging than it sounds. This article covers some major difficulties of merging HTML and suggests a few API solutions.
May 21, 2025
by Brian O'Neill DZone Core CORE
· 3,476 Views · 2 Likes
article thumbnail
Enforcing Architecture With ArchUnit in Java
In this article, we will discuss implementing architectural rules in code using ArchUnit, emphasizing its effectiveness over traditional documentation.
May 21, 2025
by Gunter Rotsaert DZone Core CORE
· 5,275 Views · 5 Likes
article thumbnail
Exploring Intercooler.js: Simplify AJAX With HTML Attributes
Discover how Intercooler.js makes AJAX simple using HTML attributes, no heavy JavaScript needed. A smart and lightweight alternative for dynamic pages.
May 21, 2025
by Nagappan Subramanian DZone Core CORE
· 2,711 Views · 1 Like
article thumbnail
How To Introduce a New API Quickly Using Quarkus and ChatGPT
Stepping outside of my comfort zone, let’s see how quickly we can introduce an API-First-driven RESTful by leveraging ChatGPT, Quarkus, and Heroku.
May 21, 2025
by John Vester DZone Core CORE
· 14,446 Views · 3 Likes
article thumbnail
The Future of Java and AI: Coding in 2025
Explore how Java developers are leveraging AI and modern frameworks like Quarkus to build cutting-edge applications in 2025.
May 21, 2025
by Daniel Oh DZone Core CORE
· 3,671 Views · 3 Likes
article thumbnail
Can You Run a MariaDB Cluster on a $150 Kubernetes Lab? I Gave It a Shot
Alejandro Duarte tests a MariaDB Galera cluster on a budget Orange Pi Kubernetes setup, tuning settings for resource limits and confirming successful replication.
May 21, 2025
by Alejandro Duarte DZone Core CORE
· 12,872 Views · 3 Likes
article thumbnail
Driving DevOps With Smart, Scalable Testing
DevOps thrives on fast, reliable releases — and that means better testing. Automation across APIs, code, and E2E flows helps catch bugs early and ship confidently.
May 21, 2025
by Dima Kramskoy
· 2,957 Views
article thumbnail
Manual Sharding in PostgreSQL: A Step-by-Step Implementation Guide
Implement manual PostgreSQL sharding with simple SQL routing functions and measure performance gains through benchmarking.
May 20, 2025
by Aditya Karnam Gururaj Rao
· 2,859 Views · 3 Likes
article thumbnail
Building Reliable LLM-Powered Microservices With Kubernetes on AWS
This article explores how to design, build, and deploy reliable, scalable LLM-powered microservices using Kubernetes on AWS, covering best practices for infrastructure.
May 20, 2025
by Rajarshi Tarafdar
· 4,360 Views · 2 Likes
article thumbnail
Tired of Spring Overhead? Try Dropwizard for Your Next Java Microservice
You'll learn how to set up your first Dropwizard project, create a RESTful API, and run it with an embedded Jetty server — all using minimal boilerplate.
May 20, 2025
by Mohit Menghnani
· 5,438 Views · 5 Likes
article thumbnail
How Kubernetes Cluster Sizing Affects Performance and Cost Efficiency in Cloud Deployments
Learn how Kubernetes cluster sizing impacts performance and cost efficiency. Learn best practices for optimal resource management and cloud deployment success.
May 20, 2025
by Hitesh Jodhavat
· 4,596 Views · 1 Like
article thumbnail
How to Perform Custom Error Handling With ANTLR
An article to help you understand how to configure a custom error listener to provide better error handling while using ANTLR to build your parser.
May 19, 2025
by Sandeep Bishnoi
· 1,874 Views · 1 Like
article thumbnail
Using Python Libraries in Java
This article discusses how Python libraries can be integrated into Java by presenting real-world examples and Jython samples.
May 16, 2025
by Constantin Kwiatkowski
· 6,061 Views · 6 Likes
article thumbnail
AWS to Azure Migration: A Cloudy Journey of Challenges and Triumphs
Migrating from AWS to Azure isn’t a simple swap — it needs planning, testing, and adaptation, from cost benefits to Microsoft integration.
May 15, 2025
by Abhi Sangani
· 4,220 Views
article thumbnail
Designing a Java Connector for Software Integrations
A Java connector unites different systems by allowing them to send information effectively while making crucial data freely available through interoperable interfaces.
May 15, 2025
by Anant Wairagade
· 6,427 Views · 1 Like
article thumbnail
Vibe Coding With GitHub Copilot: Optimizing API Performance in Fintech Microservices
Can GitHub Copilot optimize fintech APIs? We test its performance, help, vibe coding flow, real-world impact, and limits.
May 15, 2025
by Sibasis Padhi
· 6,528 Views · 6 Likes
article thumbnail
Memory Leak Due to Time-Taking finalize() Method
All objects in Java implicitly inherit from java.lang.Object. This class contains multiple methods, which can be overridden in the child class.
May 15, 2025
by Ram Lakshmanan DZone Core CORE
· 5,366 Views · 2 Likes
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 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: