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
Optimize Slow Data Queries With Doris JOIN Strategies
Today, let's dive into the world of JOIN operations in Doris and see how you can transform your queries into "lightning-fast" operations that will impress your boss!
April 7, 2025
by Zen Hua
· 2,243 Views · 1 Like
article thumbnail
How I Taught OpenAI a New Programming Language With Fine-Tuning
We fine-tuned OpenAI to understand a programming language it had no prior knowledge of. This article explains what we learned.
April 7, 2025
by Thomas Hansen DZone Core CORE
· 2,120 Views · 1 Like
article thumbnail
How Agile Outsourcing Accelerates Software Project Delivery
Agile outsourcing accelerates software project delivery by leveraging experienced teams capable of rapid iteration, testing, and release cycles.
April 7, 2025
by Michael Chukwube
· 4,185 Views · 3 Likes
article thumbnail
Optimizing Natural Language Queries for Multi-Service Information Retrieval
Learn how to optimize natural language queries for orchestrated information retrieval across multiple services using AI, GraphQL, and embedding models.
April 7, 2025
by Abhay Patra
· 2,624 Views · 1 Like
article thumbnail
Introducing a Lightweight Apache JMeter Docker Image
Are you looking for a lean, secure, and versatile Docker image for Apache JMeter to streamline your load testing workflows? Look no further!
April 7, 2025
by NaveenKumar Namachivayam DZone Core CORE
· 5,231 Views · 4 Likes
article thumbnail
Implement PHP Zmanim in WordPress Using Zmanim-WP
The Zmanim-WP plugin for WordPress helps you implement the PHP-Zmanim library, letting you choose the time calculation you need and display it with simple shortcodes.
April 7, 2025
by Leon Adato
· 1,023 Views · 1 Like
article thumbnail
Building a Cost-Effective ELK Stack for Centralized Logging
This tutorial covers the setup of a budget-friendly, secure, and scalable ELK logging platform using Infrastructure as Code (IaC) with Terraform and Ansible.
April 4, 2025
by Pradeep Kumar Goud Gaddamidi
· 7,509 Views · 5 Likes
article thumbnail
Fixing OutOfMemoryErrors in Java Applications
In this guide, learn how to fix OutOfMemory errors in your Java programs with practical strategies from an experienced programmer.
April 4, 2025
by Pratik Dwivedi
· 7,984 Views · 4 Likes
article thumbnail
Setting Up Your First Event-Driven Automation With Ansible
Learn how to set up Event-Driven Ansible to automate tasks in real time using Rulebooks and ansible.eda modules in this short hands-on tutorial.
April 4, 2025
by Binoj Melath Nalinakshan Nair DZone Core CORE
· 5,417 Views · 10 Likes
article thumbnail
Dynamic Web Forms In React For Enterprise Platforms
With JSON-based dynamic forms in React, you can achieve seamless integration with APIs and ensure consistency throughout the project.
April 4, 2025
by Anant Wairagade
· 7,250 Views
article thumbnail
How Doris Connects to Multiple Databases for Federated Analytics and Data Migration
Learn how to use Apache Doris’s JDBC Catalog to connect multiple databases, enable federated analytics, and migrate data efficiently.
April 4, 2025
by li yy
· 2,657 Views · 1 Like
article thumbnail
Docker vs Kubernetes: Which to Use and When?
Docker is great for building containers; Kubernetes scales and manages them. Use Docker for small stuff, K8s for big, or both for max power!
April 4, 2025
by Alok Tibrewala
· 3,881 Views · 3 Likes
article thumbnail
How to Implement Linked Lists in Go
In this tutorial, learn how different types of linked lists can be implemented using pointers and structure types in Go.
April 3, 2025
by DZone Editorial
· 2,416 Views · 1 Like
article thumbnail
When Doris Learns to "Speak Dialects"
The SQL dialect conversion feature of Apache Doris understands more than ten SQL dialects, including Presto, Trino, Hive, and ClickHouse.
April 3, 2025
by Zen Hua
· 3,942 Views · 2 Likes
article thumbnail
How to Monitor a Folder Using Event-Driven Ansible
See how to use Event-Driven Ansible to monitor folders and trigger automated workflows based on file system changes — enhancing security, efficiency, and IT agility.
April 3, 2025
by Binoj Melath Nalinakshan Nair DZone Core CORE
· 5,459 Views · 6 Likes
article thumbnail
Problem Analysis in Apache Doris StreamLoad Scenarios
Troubleshoot common Apache Doris StreamLoad import errors, including missing partitions, data type mismatches, and special character issues, for smooth syncing.
April 3, 2025
by li yy
· 3,347 Views · 2 Likes
article thumbnail
How to Create Dialog Boxes in Java
Follow a simple tutorial for creating dialog boxes in Java using the JOptionPane and JDialog methods, and learn the high-level advantages of each approach.
April 3, 2025
by DZone Editorial
· 5,766 Views · 3 Likes
article thumbnail
From Zero to Meme Hero: How I Built an AI-Powered Meme Generator in React
Learn how to build an AI meme generator using OpenAI, React, Fabric.js, and DALL-E 3 and create captions, design meme canvases, and optimize costs and performance.
April 3, 2025
by Mohit Menghnani
· 5,567 Views · 3 Likes
article thumbnail
Injecting Implementations With Jakarta CDI Using Polymorphism
Use Jakarta CDI to inject implementations at runtime with Instance and qualifiers for clean, extensible, polymorphic designs without violating the Open/Closed Principle.
April 3, 2025
by Otavio Santana DZone Core CORE
· 5,092 Views · 1 Like
article thumbnail
Understanding ldd: The Linux Dynamic Dependency Explorer
The Linux command ldd is a versatile utility that lists dynamic library dependencies for executables, helping users identify what shared libraries a program needs to run.
April 3, 2025
by Ajinkya K
· 4,671 Views · 3 Likes
  • Previous
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • ...
  • 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: