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

How does AI transform chaos engineering from an experiment into a critical capability? Learn how to effectively operationalize the chaos.

Data quality isn't just a technical issue: It impacts an organization's compliance, operational efficiency, and customer satisfaction.

Are you a front-end or full-stack developer frustrated by front-end distractions? Learn to move forward with tooling and clear boundaries.

Developer Experience: Demand to support engineering teams has risen, and there is a shift from traditional DevOps to workflow improvements.

The Latest Languages Topics

article thumbnail
SQL as the Backbone of Big Data and AI Powerhouses
SQL powers Big Data and AI with tools like BigQuery, remaining a cornerstone of data-driven innovation through its simplicity and adaptability.
February 11, 2025
by Medha Gupta
· 2,732 Views · 1 Like
article thumbnail
An In-Depth Guide to Threads in OpenAI Assistants API
Learn how to use OpenAI's Assistants API to manage threads and messages — create, list, retrieve, modify, delete — plus handle files, metadata, and more.
February 10, 2025
by Mohammed Talib
· 5,935 Views · 3 Likes
article thumbnail
Enhancing API Integration Efficiency With a Mock Client
Learn how to use a mock client connector for your integration, enabling you to develop and test your application without needing access to a live API.
February 10, 2025
by Sumudu Nissanka
· 3,629 Views · 1 Like
article thumbnail
Designing AI Multi-Agent Systems in Java
We will design an AI Multi Agent, using Fibry. Being backed by Actors, it allows us to take control the parallelism in great detail.
February 10, 2025
by Luca Venturi
· 7,241 Views · 1 Like
article thumbnail
SQL Dynamic Data Masking for Privacy and Compliance
SQL Server Dynamic Data Masking helps protect sensitive data by obscuring it from non-privileged users, ensuring compliance with GDPR, HIPAA, and PCI-DSS.
February 10, 2025
by Dorababu Nadella
· 3,251 Views · 1 Like
article thumbnail
React Callback Refs: What They Are and How to Use Them
Learn how React callback refs enhance DOM manipulation, address common issues, and enable advanced component interactions.
February 7, 2025
by Yusup Izripov
· 4,743 Views · 2 Likes
article thumbnail
AOP for Post-Processing REST Requests With Spring and AspectJ
This article discusses an example of using AOP in a Spring application for entity removal after a successful REST response was sent to the client.
February 7, 2025
by Alexander Rumyantsev
· 7,483 Views · 6 Likes
article thumbnail
Control Your Services With OTEL, Jaeger, and Prometheus
In this article, we will combine OTEL, Jaeger, and Prometheus for faster, centralized observability and quick troubleshooting in distributed systems.
February 7, 2025
by Ilia Ivankin
· 3,344 Views · 1 Like
article thumbnail
Data Management With PostgreSQL Partitioning and pg_partman
PostgreSQL table partitioning divides large tables into smaller segments to boost query performance, simplify maintenance, and enable scalable data management.
February 7, 2025
by arvind toorpu DZone Core CORE
· 2,822 Views
article thumbnail
Jackson vs Gson: Edge Cases in JSON Parsing for Java Apps
Jackson and Gson are popular JSON parsers for Java, but they handle edge cases like null values, type mismatches, and custom serialization differently.
February 7, 2025
by Sulakshana Singh
· 3,131 Views · 1 Like
article thumbnail
React’s Unstoppable Rise: Why It’s Here to Stay
React transformed front-end development with its Virtual DOM, robust ecosystem, and continuous innovation — poised to stay the top choice for years to come.
February 6, 2025
by Maulik Suchak
· 4,883 Views · 2 Likes
article thumbnail
Exploring the Purpose of Pytest Fixtures: A Practical Guide
This blog explains how to use Pytest fixtures for initializing and cleaning up Selenium WebDriver, with a practical example using the Sauce Labs Demo website.
February 3, 2025
by Sidharth Shukla
· 2,393 Views · 2 Likes
article thumbnail
Java Stream API: 3 Things Every Developer Should Know About
Java Stream API simplifies collection processing with lazy evaluation, parallelism, and functional programming. Use it to write cleaner, efficient, and scalable code.
February 3, 2025
by Danil Temnikov DZone Core CORE
· 13,420 Views · 16 Likes
article thumbnail
Building Neural Networks With Automatic Differentiation
In this post, we will write a basic DNN using simple Python. To do that, we need to understand automatic differentiation and then implement it in code.
February 3, 2025
by Mayank Gupta
· 2,001 Views · 2 Likes
article thumbnail
Building RAG Apps With Apache Cassandra, Python, and Ollama
A brief introduction to Apache Cassandra for retrieval-augmented generation using Python and Ollama for developing applications free of cost locally or on a server.
February 3, 2025
by Varun Setia
· 3,141 Views
article thumbnail
Pydantic: Simplifying Data Validation in Python
Pydantic is a powerful Python library that uses type annotations to validate data structures. Learn about the powerful features of Pydantic with code examples.
February 3, 2025
by Vidyasagar (Sarath Chandra) Machupalli FBCS DZone Core CORE
· 2,299 Views · 5 Likes
article thumbnail
Web Scraping With LLMs, ScrapeGraphAI, and LangChain
In this article, learn how to use LLMs for web scraping with ScrapeGraphAI, LangChain, and Pydantic. This guide covers setup, configuration, and data extraction
January 31, 2025
by Juveria dalvi
· 3,964 Views
article thumbnail
Magic of Aspects: How AOP Works in Spring
Article explains how Aspect-Oriented Programming (AOP) simplifies modern app development by handling cross-cutting concerns like logging, security, and performance seam
January 31, 2025
by Danil Temnikov DZone Core CORE
· 4,646 Views · 8 Likes
article thumbnail
Page Transactions: A New Approach to Test Automation
Guará is the Python implementation of the design pattern Page Transactions. It focuses on the transactions a user can perform on an application, such as Submit Forms.
January 31, 2025
by Douglas Cardoso
· 2,251 Views
article thumbnail
Bridging Graphviz and Cytoscape.js for Interactive Graphs
Making Graphviz static digraphs interactive and compatible with Cytoscape by converting DOT format graphs into Cytoscape JSON using Python.
January 30, 2025
by Puneet Malhotra
· 3,008 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
  • [email protected]

Let's be friends: