close
DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Image 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
Partner Zones Build AI Agents That Are Ready for Production
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
Partner Zones
Build AI Agents That Are Ready for Production

The Latest Coding Topics

article thumbnail
Text Summarization With OpenAI and Ruby on Rails
Learn how to build AI-powered text summarization in Ruby on Rails using OpenAI, including prompt optimization, long-document handling, and Sidekiq background jobs.
June 30, 2026
by Denys Kozlovskyi
· 1,486 Views · 1 Like
article thumbnail
How Agent Frameworks Solve Human-in-the-Loop
Six frameworks, three HITL patterns — the right choice depends on tool-call granularity, editable args, and whether the run survives a process.
June 30, 2026
by Ninaad Rao
· 1,724 Views · 4 Likes
article thumbnail
Building Production-Safe Agentic Remediation With Docker MCP Gateway: Lessons From 43% to 100% Accuracy
We built an AI Docker remediation system on MCP Gateway. First version: 43% correct. After 9 engineering fixes: 100%. Here's what changed.
June 29, 2026
by Mohammad-Ali Arabi
· 2,473 Views
article thumbnail
Mac Native Builds, Live Protocols, And Open Issues Under 350
The open issue count dropped below 350 after a push through the oldest reports, and the same week brought native Mac builds, WebSockets in the core, gRPC and GraphQL inte
June 29, 2026
by Shai Almog DZone Core CORE
· 1,038 Views · 1 Like
article thumbnail
Selective Deployment in Azure Data Factory: A Practical Blueprint for Safer CI/CD
Implement selective deployment in Azure Data Factory to safely promote individual features without deploying the entire factory state
June 26, 2026
by Sauhard Bhatt
· 2,174 Views · 2 Likes
article thumbnail
A Tool Is Not a Platform (And Your Team Knows the Difference)
Calling a collection of tools a platform creates expectations it cannot meet. A platform has a contract. A toolchain has documentation.
June 25, 2026
by Jeleel Muibi
· 2,157 Views · 2 Likes
article thumbnail
Code and Connect: MCP + MuleSoft
Understand MCP, AI agents, and assistants, and learn how Model Context Protocol connects AI applications to tools using MuleSoft.
June 25, 2026
by Ajay Singh
· 1,952 Views
article thumbnail
Reducing Alert Fatigue in the SOC Using Correlation Rules and Detection-as-Code
Correlation rules and risk aggregation collapse noisy alerts into fewer, higher-context escalations. Detection-as-code keeps it sustainable.
June 25, 2026
by Krishnaveni Musku
· 1,667 Views
article thumbnail
Architectural Cost of Rust's Orphan Rule
A deep dive into how Rust's orphan rule creates architectural trade-offs in large monorepos. Learn when to use the newtype pattern, local traits, or bridge crates
June 24, 2026
by Krun Dev
· 1,223 Views
article thumbnail
Implementing Asynchronous Communication Between Microservices Using Kafka and Spring Boot
Kafka decouples services, buffers spikes, and routes failures to a DLT. Schemas are contracts; consumers must be idempotent.
June 24, 2026
by Mallikharjuna Manepalli
· 3,298 Views · 1 Like
article thumbnail
Architectural Collapse: How Extension Poisoning, Node Vulnerabilities, and Infrastructure Fog Enabled the GitHub Repository Breach
A major GitHub breach showed how extension poisoning, Node ecosystem weaknesses, and insecure developer workstations can bypass traditional security defenses.
June 23, 2026
by Akash Lomas
· 3,291 Views · 1 Like
article thumbnail
I Built a VS Code Extension to Debug Azure AI Foundry Agents Without Leaving My Editor
Free VS Code extension for Azure AI Foundry agent traces into your editor as an interactive timeline — see tool calls, token costs, and conversation replays.
June 23, 2026
by Jubin Soni, FBCS DZone Core CORE
· 1,819 Views · 1 Like
article thumbnail
Foxit MCP Server: Give AI Agents Direct Access to 30+ PDF Tools via Model Context Protocol
Foxit MCP Server gives any AI agent direct access to 30+ PDF tools for conversion, OCR, merge, and compare via the Model Context Protocol.
June 22, 2026
by Lucien Chemaly
· 1,812 Views
article thumbnail
When Valid SQL Was Still the Wrong Answer
A personal project exploring why AI-generated SQL isn't always trustworthy and how semantic context, validation, and governance improve analytics accuracy.
June 22, 2026
by Anusha Kovi DZone Core CORE
· 1,389 Views · 1 Like
article thumbnail
Keeping AI-Powered BI Honest: A Human-in-the-Loop (HITL) Playbook
AI-generated SQL can look right while being wrong. Learn how human-in-the-loop workflows build trust through reviews, approvals, audits, and escalation paths.
June 22, 2026
by Nithish Shetty
· 1,095 Views
article thumbnail
Fix the Target, Precompute Once: A Backend-Free Word-Ladder Solver With a BFS Distance Field
Every word ladder ends at the same word. One offline BFS precomputes a distance field, making par and shortest-path queries O(1) lookups, no backend.
June 22, 2026
by horus he
· 1,107 Views · 1 Like
article thumbnail
From Open SQL to CDS Views: Rewriting SAP Data Access for Performance at Scale
Swap Open SQL for CDS views to push logic into HANA and centralize reusable data models, but verify the execution plan, not just the pattern
June 19, 2026
by Deepika Paturu
· 1,465 Views
article thumbnail
Jakarta NoSQL: Why JPA Is Not Enough for the AI Era
Jakarta NoSQL provides a familiar Java programming model while preserving the strengths of document, graph, key-value, and AI-driven vector databases.
June 19, 2026
by Otavio Santana DZone Core CORE
· 2,266 Views · 1 Like
article thumbnail
Your AI Coding Agent Can't Steal What It Never Had: The Docker Sandbox Isolation Story
Docker Sandbox runs AI agents in microVMs. The API key never enters the sandbox — the host proxy authenticates on the agent's behalf.
June 19, 2026
by Shamsher Khan DZone Core CORE
· 2,467 Views · 1 Like
article thumbnail
From printTriangularNumber to Duff’s Device: Mastering Java Switch Statements Old and New
This post traces that journey using triangular number computation as a practical example of intentional fall-through and connects the technique to Duff's Device.
June 19, 2026
by NaveenKumar Namachivayam DZone Core CORE
· 1,805 Views · 2 Likes
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

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 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×