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

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 Data Engineering Topics

article thumbnail
Function Calling and Agents in Agentic AI
Function calling in agentic AI allows autonomous agents to dynamically execute tasks by invoking specific functions based on reasoning and goals.
April 1, 2025
by Bhala Ranganathan DZone Core CORE
· 1,513 Views
article thumbnail
Understanding Database Consistency: A Key Concept in Distributed Systems
This article explores database consistency models in distributed systems and explains trade-offs between strong, eventual, causal, and other consistency types.
March 31, 2025
by Sandeep Kumar Gond
· 4,688 Views · 5 Likes
article thumbnail
Doris vs Elasticsearch: A Comparison and Practical Cost Case Study
Apache Doris excels in analytics, SQL support, and cost efficiency, while Elasticsearch leads in text search but has higher storage costs and complexity.
March 31, 2025
by Darren Xu
· 2,581 Views · 1 Like
article thumbnail
Stop Exposing Secrets! Secure Your APIs in Postman Like a Pro
Don't expose your secrets! Learn how to secure your APIs in Postman with Vault, Secret Scanner, and best practices to keep your data safe.
March 31, 2025
by Gbadebo Bello
· 3,858 Views · 6 Likes
article thumbnail
Supervised and Unsupervised Learning in Machine Learning
Discover the pros and cons, types, applications, and lots more about two common machine learning algorithms: supervised learning and unsupervised learning.
March 31, 2025
by Jennifer Wales
· 1,794 Views · 2 Likes
article thumbnail
AWS WAF Classic vs WAFV2: Features and Migration Considerations
AWS WAFV2 is a major upgrade over WAF Classic, offering better scalability, flexibility, and automation. We'll also look at key migration considerations.
March 31, 2025
by Srinivas Chippagiri DZone Core CORE
· 4,451 Views · 2 Likes
article thumbnail
How Does Video Annotation Augment Computer Vision?
Video annotation is the way in which machines are actually getting the ability to process visual data; this is what closes the gap between AI and real-world applications.
March 31, 2025
by Rayan Potter
· 1,391 Views · 1 Like
article thumbnail
Product Design vs Platform Design for Software Development
Compare platform and product design approaches for business needs. Understand their differences and compare them to find the best fit for your use case.
March 31, 2025
by Ravi Kiran Mallidi DZone Core CORE
· 3,185 Views · 4 Likes
article thumbnail
The Role of DevSecOps in Securing Multi-Cloud Architectures
Discover how DevSecOps enhances security in multi-cloud ecosystems, enabling safe implementation and addressing key challenges with effective strategies.
March 31, 2025
by Hrushikesh Deshmukh
· 3,561 Views · 2 Likes
article thumbnail
Getting Started With LangChain for Beginners
This tutorial demonstrates how to use the LangChain framework to connect with OpenAI and other LLMs, work with various chains, and build a basic chatbot with history.
March 28, 2025
by Amit Chaudhary
· 2,965 Views · 3 Likes
article thumbnail
Challenges of Using LLMs in Production: Constraints, Hallucinations, and Guardrails
By integrating post-processing validation, RAG, and customizable guardrails, developers can bridge the gap between prototyping and production in LLM applications.
March 28, 2025
by Shiva Pati
· 2,484 Views · 1 Like
article thumbnail
Why Mocking Sucks
Mocking can be risky as it doesn't replicate real-world conditions, making real development versions of services preferable.
March 28, 2025
by Andy Pai
· 3,242 Views · 2 Likes
article thumbnail
Using Terraform Moved Block to Refactor Resources
Terraform moved block, introduced in version 1.1.0, provides a straightforward way to refactor resources by explicitly mapping old resource addresses to new ones.
March 28, 2025
by Mariusz Michalowski
· 3,306 Views · 1 Like
article thumbnail
Building a Scalable ML Pipeline and API in AWS
This blog explains the architecture and design for building a scalable end-to-end ML pipeline using AWS for automated model execution, real-time data processing, and API.
March 28, 2025
by Dhanush Thirugnana
· 3,990 Views · 3 Likes
article thumbnail
Accurate Quantitative Analysis With ChatGPT and Azure AI Hub
I asked ChatGPT the question, ‘9.9 or 9.11, which is bigger?’ ChatGPT alone answered incorrectly, but with the help of Python, it provided the correct answer: 9.9.
March 27, 2025
by Sanjeev Kumar
· 2,675 Views · 1 Like
article thumbnail
Moving PeopleSoft ERP Data Between Databases With Data Mover Scripts
Learn how to efficiently move application data between different PeopleSoft databases using Data Mover scripts, with detailed examples and step-by-step instructions.
March 27, 2025
by Tirumala Rao Chimpiri
· 2,734 Views · 1 Like
article thumbnail
Self-Healing Data Pipelines: The Next Big Thing in Data Engineering?
Build self-healing data pipelines on GCP using AI-powered tools like GPT-4 and Python to detect and fix errors automatically.
March 27, 2025
by Naresh Erukulla
· 7,090 Views
article thumbnail
XAI: Making ML Models Transparent for Smarter Hiring Decisions
Explainable AI (XAI) lifts the veil on machine learning in recruiting, showing why candidates get scored or rejected — like skills mismatches or low experience.
March 27, 2025
by Pankaj Khurana
· 14,459 Views · 1 Like
article thumbnail
Automatic Versioning in Mobile Apps
TL;DR: This article presents an automatic versioning and migration framework for mobile app databases using schema hashes and seamless upgrades.
March 27, 2025
by Liewen Huang, Ph.D.
· 2,227 Views · 2 Likes
article thumbnail
Creating an Application With a Personality
Learn how to create an AI assistant with LangChain4j in a Spring Boot application, which personalizes the application itself and has access to its actuators.
March 27, 2025
by Tamas Kiss
· 3,240 Views · 1 Like
  • Previous
  • ...
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • ...
  • 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: