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

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

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

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

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

The Latest Coding Topics

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
· 2,426 Views
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
· 2,874 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
· 2,335 Views
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,524 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
· 4,825 Views · 5 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
· 3,727 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
· 5,162 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
· 5,412 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
· 4,148 Views · 2 Likes
article thumbnail
Mastering Advanced Aggregations in Spark SQL
OLAP (Online Analytical Processing) aggregation techniques in Spark SQL are used for complex, multi-level data analysis over large datasets.
May 15, 2025
by Ram Ghadiyaram
· 3,213 Views · 8 Likes
article thumbnail
MySQL to PostgreSQL Database Migration: A Practical Case Study
In this case study, learn how migrating MySQL to PostgreSQL boosted query speed, optimized JSON and JOINs, and improved scalability for an e-commerce platform.
May 14, 2025
by Vlad Bilyak
· 3,019 Views · 2 Likes
article thumbnail
Unlocking AI Coding Assistants: Generate Unit Tests
This blog post instructs on creating qualitative unit tests for a Spring Boot application using an AI coding assistant and its capabilities and limitations.
May 14, 2025
by Gunter Rotsaert DZone Core CORE
· 3,155 Views · 2 Likes
article thumbnail
A Simple, Convenience Package for the Azure Cosmos DB Go SDK
Learn about cosmosdb-go-sdk-helper: Simplify Azure Cosmos DB operations with Go. Features auth, queries, error handling, metrics, and Azure Functions support.
May 14, 2025
by Abhishek Gupta DZone Core CORE
· 2,582 Views · 1 Like
article thumbnail
Performing and Managing Incremental Backups Using pg_basebackup in PostgreSQL 17
PostgreSQL 17 adds incremental backups with pg_basebackup and pg_combinebackup, saving time and storage by capturing only changed data since the last backup.
May 14, 2025
by arvind toorpu DZone Core CORE
· 2,127 Views · 1 Like
article thumbnail
DGS GraphQL and Spring Boot
This article explain how to use and implement DGS GraphQL using Spring Boot, and the GraphQL dashboard to make specific REST requests.
May 13, 2025
by Milan Karajovic
· 4,397 Views · 3 Likes
article thumbnail
Concourse CI/CD Pipeline: Webhook Triggers
Learn how to set up Concourse CI/CD pipelines, integrate GitHub webhooks, and deploy automation efficiently with step-by-step Docker and YAML examples.
May 13, 2025
by Karthigayan Devan
· 3,283 Views · 3 Likes
article thumbnail
Comprehensive Guide to Property-Based Testing in Go: Principles and Implementation
Write effective property-based tests, integrate them with your existing Go testing infrastructure, and leverage advanced techniques to ensure your code’s reliability.
May 12, 2025
by Sajith Narayanan
· 1,942 Views · 3 Likes
article thumbnail
Unlocking Data with Language: Real-World Applications of Text-to-SQL Interfaces
Leverage machine learning models to convert natural language queries into accurate and efficient SQL statements with AI-driven text-to-SQL conversion.
May 12, 2025
by Abrar Ahmed Syed
· 2,246 Views · 2 Likes
article thumbnail
Automating Data Pipelines: Generating PySpark and SQL Jobs With LLMs in Cloudera
Use LLMs in Cloudera to convert natural language into PySpark or SQL, run pipelines with CDE, and manage secure, governed data using Iceberg and SDX.
May 12, 2025
by Anjan Kumar Ayyadapu
· 3,815 Views · 2 Likes
article thumbnail
How to Convert XLS to XLSX in Java
In this article, we discuss the structural differences between legacy Excel XLS format and modern XLSX, and we suggest conversion solutions for Java developers.
May 9, 2025
by Brian O'Neill DZone Core CORE
· 4,156 Views · 1 Like
  • 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: