Install
DZone.com is one of the world's largest online communities and leading publisher of knowledge resources for software engineering professionals. Every day, thousands of developers come to DZone.com to read about the latest technology trends and learn about new technologies, methodologies, and best practices through shar
- 76articles · 30d
- 1+ day agolatest article
- Aug 26, 2026earliest in window
- 100%with images
- 357avg words
- Science & Technology 73
- Software Dev. 70
- Computers & Electronics 64
- Business & Industrial 8
- Science & Nature 4
- Economy, Business & Finance 2
- Internet & Telecom 2
- Environment 1
- devops
- software
- coding
- development
- engineering
- inclusive
- community
- software development
- devops journey
- software development lifecycle
- real world projects
- operations teams
- improved system reliability
- game changer
- emphasizes collaboration
- continuous integration
- shared responsibility
- automate infrastructure provisioning
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
What Do You Do When AI Coding Assistants Go to Far?
1+ day, 19+ hour ago (1399+ words) Coding assistants are evolving beyond autocomplete. Here's how coding agents are changing software development and why human judgment still matters. A few months ago, I saw something that made me rethink what coding assistants are actually capable of. A teammate…...
Building Type-Safe LLM Pipelines With Runtime Validation
1+ day, 18+ hour ago (223+ words) Learn in this article how to treat LLM output as unknown until runtime schema validation proves it safe for typed application logic. The practical goal is a pipeline in which model output becomes domain data only after passing a runtime…...
Stream Processing on the Mainframe With Apache Flink
2+ day, 17+ hour ago (897+ words) Apache Flink on the IBM mainframe connects real-time processing with core systems, enabling hybrid cloud and AI without full migration. A few months ago, I wrote about integrating Apache Kafka with mainframe systems. The blog covered various real-world examples across…...
Building Agentic UI Workflows With TypeScript
2+ day, 19+ hour ago (634+ words) A chatbot can explain data, summarize a screen, or answer questions, yet the application still behaves largely as before: business state lives elsewhere, actions remain disconnected from model output, and the interface is reduced to a transcript. Agentic UI takes…...
A Field Guide to AI Agent Frameworks
2+ day, 22+ hour ago (731+ words) This piece covers the managed AI teammate apps, the open-source runtimes you host yourself, and the developer frameworks you write code. Before the table, it helps to sort these into buckets, because comparing CrewAI to Grok Bot is like comparing…...
Foundry IQ Auth, Explained
3+ day, 17+ hour ago (700+ words) Three primitives matter here: Before touching any code, it's worth naming these explicitly, because the hands-on steps below each map to one of them. The first three are about who can operate the system. The fourth is about whether the…...
Part 2: Securing and Scaling Goose-to-Java Agent Traffic
3+ day, 18+ hour ago (733+ words) Deploy agentgateway as a security proxy between Goose AI agents and Quarkus MCP servers to enforce JWT auth, RBAC, and tool-poisoning guardrails. This article answers those questions by placing agentgateway — the Linux Foundation's open-source proxy for agentic AI traffic — between…...
Why Your CI/CD Tools Are the New Cyber Battlefield
3+ day, 19+ hour ago (800+ words) Fifteen years in, and the conversation I have most often with security leads still starts the same way: how's your perimeter, how's your endpoint coverage, how's your SOC staffed? Almost nobody opens with "how's your pipeline." That's the gap I…...
How to Safely Deploy Control-Plane and Data-Plane Changes
3+ day, 20+ hour ago (259+ words) Safely deploy control- and data-plane changes with Argo CD, Argo Rollouts, health gates, traffic shifting, and rollback. Argo CD sync phases and waves provide deterministic ordering inside an Application. Resources are ordered by phase, numeric wave, kind, and name. Argo…...
RavenDB Launches Quill for AI Agents on SQL Systems
4+ day, 4+ min ago (264+ words) The new context layer connects to existing SQL databases and builds a governed, model-agnostic foundation for AI agents running on live operational data, in weeks rather than years. This article was provided by TechnologyWire and does not represent the editorial…...