latest news



DZone.com Feed

2026 Developer Research Report (Fri, 06 Mar 2026)
Hello, our dearest DZone Community! Last year, we asked you for your thoughts on emerging and evolving software development trends, your day-to-day as devs, and workflows that work best — all to shape our 2026 Community Research Report. The goal is simple: to better understand our community and provide the right content and resources developers need to support their career journeys.
>> Read More

Modern State Management: Signals, Observables, and Server Components (Fri, 06 Mar 2026)
State management is a critical aspect of modern web applications. In the Angular ecosystem, reactivity has long been powered by observables (RxJS), a powerful but sometimes complex paradigm. Angular’s recent introduction of signals provides a new, intuitive reactivity model to simplify UI state handling. Meanwhile, frameworks like React are exploring server components that push some state management to the server side.  This article compares these approaches: observables, signals, and server components, and when to use each in modern development.
>> Read More

Software Testing in LLMs: The Shift Towards Autonomous Testing (Fri, 06 Mar 2026)
I wanted to unpack a simple, clear reality on intelligent testing in the large language models (LLM) era. LLMs redefine software testing principles by accelerating intelligent testing across the entire SDLC, enabling autonomous test generation, self-verifying AI agents, and true shift-left quality across build and deployment pipelines. Why Are LLMs a Testing Game-Changer? The "why" cuts to the heart of testing's oldest challenges: People write tests. People maintain flaky scripts. People explore complex systems. These tasks are deeply rooted in language (specifications, bug reports, code) and reasoning (what to test next, why something failed). LLMs have learned the patterns of code, natural language, and logical discourse from a vast corpus of human knowledge. They can now participate in the intellectual work of testing.
>> Read More

Hands-On With Kubernetes 1.35 (Fri, 06 Mar 2026)
Kubernetes 1.35 was released on December 17, 2025, bringing significant improvements for production workloads, particularly in resource management, AI/ML scheduling, and authentication. Rather than just reading the release notes, I decided to test these features hands-on in a real Azure VM environment. This article documents my journey testing four key features in Kubernetes 1.35:
>> Read More


DevOps Cafe Podcast

DevOps Cafe Ep 79 - Guests: Joseph Jacks and Ben Kehoe (Mon, 13 Aug 2018)
Triggered by Google Next 2018, John and Damon chat with Joseph Jacks (stealth startup) and Ben Kehoe (iRobot) about their public disagreements — and agreements — about Kubernetes and Serverless. 
>> Read More

DevOps Cafe Ep 78 - Guest: J. Paul Reed (Mon, 23 Jul 2018)
John and Damon chat with J.Paul Reed (Release Engineering Approaches) about the field of Systems Safety and Human Factors that studies why accidents happen and how to minimize the occurrence and impact. Show notes at http://devopscafe.org
>> Read More

DevOps Cafe Ep. 77 - Damon interviews John (Wed, 20 Jun 2018)
A new season of DevOps Cafe is here. The topic of this episode is "DevSecOps." Damon interviews John about what this term means, why it matters now, and the overall state of security.  Show notes at http://devopscafe.org
>> Read More