<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~files/feed-premium.xsl"?>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedpress="https://feed.press/xmlns" xmlns:podcast="https://podcastindex.org/namespace/1.0" version="2.0">
  <channel>
    <feedpress:locale>en</feedpress:locale>
    <atom:link rel="self" href="https://feeds.dzone.com/methodologies"/>
    <atom:link rel="hub" href="https://feedpress.superfeedr.com/"/>
    <title>DZone Methodologies Zone</title>
    <link>https://dzone.com/methodologies</link>
    <description>Recent posts in Methodologies on DZone.com</description>
    <item>
      <title>Agents, Tools, and MCP: A Mental Model That Actually Helps</title>
      <link>https://feeds.dzone.com/link/23556/17380714/agents-tools-and-mcp</link>
      <description><![CDATA[<p>Everyone is talking about how magical AI is right now, but if you have spent any time experimenting with it recently, you have probably realized how difficult it is to get the results you want. None of the hype is particularly useful when you are trying to <strong>build something real</strong>. The magic looks good on paper until it meets real systems.</p>
<p>I recently put together a talk called "Agents, Tools, and MCP, oh my!" that tries to cut through some of that noise. As developers, we are being handed a firehose of new tools and technologies, and I wanted to spend my session doing something a little different: break the pieces apart, reduce some of the complexity and overwhelm, and then build them back up so they actually fit together.</p><img src="https://feeds.dzone.com/link/23556/17380714.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 15 Jul 2026 12:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3664996</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19086337&amp;w=600"/>
      <dc:creator>Jennifer Reif</dc:creator>
    </item>
    <item>
      <title>Compliance Reporting Without Losing the Spreadsheet or the Control</title>
      <link>https://feeds.dzone.com/link/23556/17380280/compliance-reporting-control</link>
      <description><![CDATA[<p dir="ltr">Compliance-reporting teams keep spreadsheets in the loop for a practical reason: a workbook lets domain experts inspect assumptions, formulas, source rows, and intermediate values without reading a line of application code. That transparency is genuinely useful, and it's a big part of why replacing Excel outright so often fails to stick.</p>
<p dir="ltr">The trouble starts once that workbook becomes part of a repeatable, audited reporting process — a regulatory filing, an IFRS report, a periodic compliance submission. At that point, a shared Excel file isn't enough on its own. What's actually needed is version control, validation, an audit trail, a review step, and a reliable way to connect the spreadsheet's logic to the systems downstream.</p><img src="https://feeds.dzone.com/link/23556/17380280.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 14 Jul 2026 17:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3665047</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19087555&amp;w=600"/>
      <dc:creator>Hawk Chen</dc:creator>
    </item>
    <item>
      <title>Scaling Teams, Scaling Systems: Unlocking Developer Productivity With Platform Engineering</title>
      <link>https://feeds.dzone.com/link/23556/17380191/platform-engineering-productivity</link>
      <description><![CDATA[<p data-selectable-paragraph="">Modern software delivery is complex. Developers are responsible not only for writing code that meets business requirements — both functional and non-functional — but also for navigating a long chain of supporting steps. From containerization, testing, configuration, security, deployment, and monitoring, each stage often relies on specialized tools and teams.</p>
<p data-selectable-paragraph="">When these processes aren’t standardized, every project risks reinventing the wheel. The result is inconsistency, delays, and frustration. For example, requesting a new test environment might require submitting detailed tickets to a DevOps team, slowing timelines and draining energy. As organizations scale, so does the complexity — and the pain of delivery.</p><img src="https://feeds.dzone.com/link/23556/17380191.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 14 Jul 2026 15:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3665888</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19080575&amp;w=600"/>
      <dc:creator>Ammar Husain</dc:creator>
    </item>
    <item>
      <title>From Gherkin to Source Code Without Losing the Business Language</title>
      <link>https://feeds.dzone.com/link/23556/17380131/gherkin-source-code-business-language</link>
      <description><![CDATA[<p>Picture this: you are a software developer building an education platform, and you receive from the product owner some requirements written in business language (Gherkin). You need to implement these scenarios in Python.</p>
<p>Probably you will start creating models and service modules. You will create some classes to represent the entities described in the scenarios, like Student, Course, and Subject. You will add conditionals and loops in the entity classes to control the business logic and restrict paths in the code:</p><img src="https://feeds.dzone.com/link/23556/17380131.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 14 Jul 2026 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3659554</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19049461&amp;w=600"/>
      <dc:creator>Douglas Cardoso</dc:creator>
    </item>
    <item>
      <title>An XGBoost Property Valuation Postmortem: Leakage, Overfitting, and SHAP Surprises</title>
      <link>https://feeds.dzone.com/link/23556/17374444/xgboost-property-valuation-postmortem</link>
      <description><![CDATA[<p>I spent the last few months building a property valuation engine for Orlando. The goal was to beat a basic baseline (median price per square foot) using <a href="https://dzone.com/articles/xgboost-deep-dive?">XGBoost</a>. My v1 model looked good on paper until I looked under the hood. It had fatal flaws that the standard metrics could not surface.</p>
<p>This is a postmortem on how a high R-square (R²) fooled me, how Optuna forced me to rethink my hyperparameter space, and why hyper-local real estate data will eat you alive if you treat it like a Kaggle dataset.</p><img src="https://feeds.dzone.com/link/23556/17374444.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 07 Jul 2026 12:00:04 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3654020</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19033772&amp;w=600"/>
      <dc:creator>Tejas Ashok</dc:creator>
    </item>
    <item>
      <title>Building High‑Precision Vector Search for Document Retrieval on Databricks</title>
      <link>https://feeds.dzone.com/link/23556/17368684/databricks-vector-search</link>
      <description><![CDATA[<p>For years, search technology meant one thing: type in a keyword, and the system goes hunting for an exact match. That works fine for product SKUs or error codes, but it falls apart the moment someone asks a real question. If your knowledge base is full of manuals, support tickets, transcripts, and reports, a person searching for "why does the machine shut down during startup" shouldn't have to guess the exact phrase the original author used.</p>
<p>This is the gap that vector search closes. Instead of matching words, it matches meaning. And on <a href="https://dzone.com/articles/databricks-101-an-introductory-guide">Databricks</a>, building this kind of system is more accessible than most teams expect, once you understand the moving pieces.</p><img src="https://feeds.dzone.com/link/23556/17368684.gif" height="1" width="1"/>]]></description>
      <pubDate>Fri, 26 Jun 2026 15:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3659711</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19059073&amp;w=600"/>
      <dc:creator>Ramesh Bellamkonda</dc:creator>
    </item>
    <item>
      <title>The AI Definition of Done</title>
      <link>https://feeds.dzone.com/link/23556/17367846/ai-definition-of-done</link>
      <description><![CDATA[<h2>TL;DR: The AI Definition of Done</h2>
<p>Your team has a Definition of Done for a product increment. It has none for the 20-plus AI-supported outputs that leave the team each week: status reports, stakeholder emails, release notes, and updates for the C-level. Each one carries your team’s name. “I know quality when I see it” is the standard most teams actually run by, and you cannot audit it, teach it to a new colleague, or defend it when a claim turns out to be wrong. The AI Definition of Done fixes that with one page per task class, agreed by the team, before the output ships.</p>
<h2>Your Increment Has a Standard; Does Your AI Output?</h2>
<p>A model turns the Jira board into a Friday status update, and the update tells an enterprise prospect that the security feature is in production. Unfortunately, it is not. The feature was descoped three months ago, but the old ticket title persisted because no one felt responsible. So the model reported the title instead of the reality. Nobody checked the claim against the release notes because nobody had agreed that someone should. The email was sent with the team’s name on the cover.</p><img src="https://feeds.dzone.com/link/23556/17367846.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 25 Jun 2026 12:00:17 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3660948</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19059373&amp;w=600"/>
      <dc:creator>Stefan Wolpers</dc:creator>
    </item>
    <item>
      <title>From "Vibe Coding" to Production: Setting Up an Evals Loop for Claude Agents</title>
      <link>https://feeds.dzone.com/link/23556/17359623/vibe-coding-to-production-claude-evals-loop</link>
      <description><![CDATA[<p data-path-to-node="1">"Vibe coding" tweaking a prompt, running it once, and seeing if it looks okay does not scale for enterprise software. Here is how to build a rigorous verification pipeline to audit, bench, and evaluate your Claude agent's behavior over time.</p>
<p data-path-to-node="3">If you are building autonomous agents with the Claude API, you have likely experienced the trap of "vibe coding." It usually goes like this: you write a prompt, give Claude access to a tool, run a single test execution in your terminal, and watch it succeed.</p><img src="https://feeds.dzone.com/link/23556/17359623.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 11 Jun 2026 17:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3655941</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19046922&amp;w=600"/>
      <dc:creator>Nikita Kothari</dc:creator>
    </item>
    <item>
      <title>How to Build an Agentic AI SRE Co-Pilot for Incident Response</title>
      <link>https://feeds.dzone.com/link/23556/17356427/agentic-ai-sre-copilot-incident-response</link>
      <description><![CDATA[<p data-end="782" data-start="208">Large-scale cloud platforms have reached a level of complexity — spanning multi-region Kubernetes clusters, streaming systems like Kafka, and heterogeneous data stores — that often exceeds human cognitive limits. Failures are no longer isolated events; they are emergent behaviors arising from tightly coupled systems where issues propagate across layers such as networking, orchestration, and data pipelines. Even with modern observability stacks, operators must manually correlate signals across dashboards, making incident response slow, inconsistent, and cognitively taxing.</p>
<p data-end="1213" data-start="784">Traditional approaches rely heavily on static runbooks and tribal knowledge. These mechanisms do not scale in modern distributed systems. Agentic AI introduces a fundamentally different paradigm. Rather than merely detecting anomalies (as in traditional AIOps), agentic systems use Large Language Models (LLMs) to reason, plan, and act. These systems can iteratively generate hypotheses, validate them using real data, and execute multi-step remediation workflows. The result is not just faster detection, but a closed-loop system capable of autonomous diagnosis and recovery.</p><img src="https://feeds.dzone.com/link/23556/17356427.gif" height="1" width="1"/>]]></description>
      <pubDate>Mon, 08 Jun 2026 16:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3653555</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19026326&amp;w=600"/>
      <dc:creator>Akshay Pratinav</dc:creator>
    </item>
    <item>
      <title>Identity in Action</title>
      <link>https://feeds.dzone.com/link/23556/17353531/identity-in-action</link>
      <description><![CDATA[<p>Switching from one single sign-on (SSO) vendor to another is a complex process that involves more than just changing technologies. This is a high-stakes identity operation that impacts security, user experience, following the rules, accessing applications, and keeping things running smoothly. It's not the same as moving a reporting tool or a collaboration platform because SSO is at the front door of every application in your environment. If you set it up wrong, everything will stop working.&nbsp;</p>
<p>But the biggest danger of SSO migrations is not that they won't work. The little things that go wrong are the most annoying</p><img src="https://feeds.dzone.com/link/23556/17353531.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 03 Jun 2026 18:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3646935</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19020034&amp;w=600"/>
      <dc:creator>Kapil Chakravarthy Sanubala</dc:creator>
    </item>
    <item>
      <title>When One MVP Is Really Four Systems: A Better Way to Plan Multi-Role Apps</title>
      <link>https://feeds.dzone.com/link/23556/17352675/multi-role-mvp-planning</link>
      <description><![CDATA[<p data-end="401" data-start="357">Teams often say they are building one app. A lot of the time, that is not true.</p>
<p data-end="487" data-start="441">I saw this while reviewing a telemedicine MVP. At first, the plan sounded simple enough: video visits, messaging, scheduling, and basic records.</p><img src="https://feeds.dzone.com/link/23556/17352675.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 02 Jun 2026 13:00:06 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3650185</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19014060&amp;w=600"/>
      <dc:creator>Kajol Shah</dc:creator>
    </item>
    <item>
      <title>Building a DevOps-Ready Internal Developer Platform: A Hands-On Guide to Golden Paths, Self-Service, and Automated Delivery Pipelines</title>
      <link>https://feeds.dzone.com/link/23556/17350164/devops-ready-internal-developer-platform</link>
      <description><![CDATA[<p style="font-size: 17px;"><em>Editor’s Note: The following is an article written for and published in DZone’s 2026 Trend Report,&nbsp;</em><a href="https://dzone.com/link/2026-tr-platform-eng-devops-contributor-article" rel="noopener noreferrer" target="_blank"><em>Platform Engineering and DevOps: How Internal Platforms, Developer Experience, and Modern DevOps Practices Accelerate Software Delivery</em></a>.</p>
<hr>
<p dir="ltr">The role of the enterprise developer has become more complex over time as organizations adopt new technologies and tools, often without retiring their old ones. Add high staff turnover and increasing time and cost pressure, and developers are confronted with charting their own path through the SDLC. The purpose of <a href="https://dzone.com/articles/how-dynamic-internal-developer-platforms-boost-dev">internal developer platforms</a> (IDPs) is to create a win-win scenario that benefits developers and their organizations.</p><img src="https://feeds.dzone.com/link/23556/17350164.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 28 May 2026 14:30:09 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3653925</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19030499&amp;w=600"/>
      <dc:creator>Mirco Hering</dc:creator>
    </item>
    <item>
      <title>Feature Flag Debt: Performance Impact in Enterprise Applications</title>
      <link>https://feeds.dzone.com/link/23556/17349590/feature-flag-debt</link>
      <description><![CDATA[<p><a href="https://dzone.com/articles/feature-flags">Feature flags</a> have become standard practice in enterprise applications, enabling teams to release code into production environments without exposing new features to users.</p>
<p>As teams leverage feature flags to increase delivery velocity, technical debt accumulates. Left unchecked, this debt will slowly and silently impact application performance, maintainability, and developer productivity.</p><img src="https://feeds.dzone.com/link/23556/17349590.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 27 May 2026 17:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3649996</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19000444&amp;w=600"/>
      <dc:creator>Poornakumar Rasiraju</dc:creator>
    </item>
    <item>
      <title>DevOps and Platform Engineering Readiness Checklist: Everything Needed for a Scalable, Secure, High-Velocity Delivery Platform</title>
      <link>https://feeds.dzone.com/link/23556/17349503/devops-platform-engineering-checklist</link>
      <description><![CDATA[<p style="font-size: 17px;"><em>Editor’s Note: The following is an article written for and published in DZone’s 2026 Trend Report,&nbsp;</em><a href="https://dzone.com/link/2026-tr-platform-eng-devops-contributor-article" rel="noopener noreferrer" target="_blank"><em>Platform Engineering and DevOps: How Internal Platforms, Developer Experience, and Modern DevOps Practices Accelerate Software Delivery</em></a>.</p>
<hr>
<p dir="ltr">High-performing engineering organizations don’t scale through heroics. They scale through repeatable platform capabilities backed by evidence. This checklist reflects the shift from tool‑centric DevOps to product‑oriented platform engineering, focused on scale, reliability, and developer outcomes. It is intended for platform teams, cloud architects, and engineering leaders building internal developer platforms (IDPs) that deliver consistency, velocity, and control.</p><img src="https://feeds.dzone.com/link/23556/17349503.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 27 May 2026 14:30:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3653924</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19030487&amp;w=600"/>
      <dc:creator>Josephine Eskaline Joyce</dc:creator>
    </item>
    <item>
      <title>Beyond Partitioning and Z-Order: A Deep Dive into Liquid Clustering for Unity Catalog Managed Tables</title>
      <link>https://feeds.dzone.com/link/23556/17348844/beyond-partitioning-and-z-order-a-deep-dive-into-l</link>
      <description><![CDATA[<p data-end="999" data-start="104">Partitioning and Z-Ordering have long been fundamental techniques in Delta Lake for optimizing data layout and query performance. However, these methods require significant upfront design and ongoing maintenance and they often struggle to adapt to changing data and query patterns. <a href="https://dzone.com/articles/high-concurrency-databricks-workloads-performance-optimization">Databricks Liquid Clustering</a><strong data-end="494" data-start="473">&nbsp;</strong>introduced with Delta Lake 3.0 goes beyond traditional partitioning and Z-Order, offering a self-tuning, flexible approach to organizing data that is especially powerful for Unity Catalog managed tables. In this article, we’ll explore how Liquid Clustering works, how it compares to traditional methods, and how to implement it in Databricks Unity Catalog for improved performance and simpler data management.</p>
<h2 data-end="1047" data-section-id="1d6qoy9" data-start="1001">Recap: Partitioning and Z-Order Limitations</h2>
<p data-end="1210" data-start="1049">Before diving into Liquid Clustering, it’s important to understand the challenges of conventional partitioning and Z-Ordering in large Delta Lake tables:</p><img src="https://feeds.dzone.com/link/23556/17348844.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 26 May 2026 16:00:11 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3638106</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=18996313&amp;w=600"/>
      <dc:creator>Seshendranath Balla Venkata</dc:creator>
    </item>
    <item>
      <title>Architecting an Embedded Efficiency Layer: A Platform Deep Dive into Day-Two Operational Tuning</title>
      <link>https://feeds.dzone.com/link/23556/17348779/embedded-efficiency-layer-day-two-tuning</link>
      <description><![CDATA[<p style="font-size: 17px;"><em>Editor’s Note: The following is an article written for and published in DZone’s 2026 Trend Report,&nbsp;</em><a href="https://dzone.com/link/2026-tr-platform-eng-devops-contributor-article" rel="noopener noreferrer" target="_blank"><em>Platform Engineering and DevOps: How Internal Platforms, Developer Experience, and Modern DevOps Practices Accelerate Software Delivery</em></a>.</p>
<hr>
<p dir="ltr">I am developing a reference guide for platform teams that want continuous optimization embedded directly into their internal developer platforms. In this proposed model, “done” means automated, full-stack tuning recommendations that fit safely and seamlessly into existing engineering workflows.</p><img src="https://feeds.dzone.com/link/23556/17348779.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 26 May 2026 14:30:31 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3653923</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19030468&amp;w=600"/>
      <dc:creator>Graziano Casto</dc:creator>
    </item>
    <item>
      <title>Product-Led Software Delivery: Intelligent Platforms for DevOps at Scale</title>
      <link>https://feeds.dzone.com/link/23556/17348020/product-led-software-delivery-intelligent-platform</link>
      <description><![CDATA[<p style="font-size: 17px;"><em>Editor’s Note: The following is an article written for and published in DZone’s 2026 Trend Report,&nbsp;</em><a href="https://dzone.com/link/2026-tr-platform-eng-devops-contributor-article" rel="noopener noreferrer" target="_blank"><em>Platform Engineering and DevOps: How Internal Platforms, Developer Experience, and Modern DevOps Practices Accelerate Software Delivery</em></a>.</p>
<hr>
<p dir="ltr">Recent advances in tooling and automation have moved DevOps beyond a collection of siloed frameworks and tools toward a more unified delivery model. But the sprawl of disconnected tools and the cognitive load of constant context switching have also created analysis paralysis, slowing delivery and shifting attention away from technical progress toward coordination challenges. In response, platform engineering has become the delivery backbone for organizations. In 2026, scaling delivery and adopting AI successfully will require platforms to operate through a product-led model.</p><img src="https://feeds.dzone.com/link/23556/17348020.gif" height="1" width="1"/>]]></description>
      <pubDate>Mon, 25 May 2026 14:30:11 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3653922</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19030447&amp;w=600"/>
      <dc:creator>Fawaz Ghali, PhD</dc:creator>
    </item>
    <item>
      <title>A Deep Dive into Tracing Agentic Workflows (Part 1)</title>
      <link>https://feeds.dzone.com/link/23556/17346670/a-deep-dive-into-tracing-agentic-workflows-part-1</link>
      <description><![CDATA[<p dir="ltr">Asking Claude, ChatGPT or any other <a href="https://dzone.com/articles/cognitive-architecture-llms-changing-software-development">advanced LLM</a> “What is AI?” produces a well structured response seemingly in a matter of seconds. But between the user keystrokes, and the first token appearing, a tightly coordinated system is in play to generate this output.</p>
<p dir="ltr">Your request first hits an ingestion layer. It verifies your session, checks rate limits, and runs the query through a trust filter. Your location quietly determines which compliance policies apply. The request is then stamped with a trace ID — an immutable identifier that follows it through every step of execution (this becomes important later).</p><img src="https://feeds.dzone.com/link/23556/17346670.gif" height="1" width="1"/>]]></description>
      <pubDate>Fri, 22 May 2026 20:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3652345</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=18995227&amp;w=600"/>
      <dc:creator>VIVEK KATARYA</dc:creator>
    </item>
    <item>
      <title>Securing Everything: Mapping the Right Identity and Access Protocol (OIDC, OAuth2, and SAML) to the Right Identity</title>
      <link>https://feeds.dzone.com/link/23556/17343731/securing-everything-mapping-the-right-identity-and</link>
      <description><![CDATA[<h2 data-selectable-paragraph="">Overview</h2>
<p data-selectable-paragraph=""><a href="https://dzone.com/articles/identity-and-access-management-best-practices-for">Identity and access security</a> is built on two fundamental requirements:</p>
<ul>
 <li data-selectable-paragraph="">Authentication (AuthN) — who you are, and</li>
 <li data-selectable-paragraph="">Authorization (AuthZ) — what you are allowed to do.</li>
</ul>
<p data-selectable-paragraph="">Every secure system must answer both questions clearly and consistently. In modern architecture, these questions are posed to two primary categories of actors trying to access applications:</p><img src="https://feeds.dzone.com/link/23556/17343731.gif" height="1" width="1"/>]]></description>
      <pubDate>Mon, 18 May 2026 20:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3643672</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=18988371&amp;w=600"/>
      <dc:creator>Ananth Iyer</dc:creator>
    </item>
    <item>
      <title>The 7 Pillars of Meeting Design: Transforming Expensive Conversations into Decision Assets</title>
      <link>https://feeds.dzone.com/link/23556/17339269/pillars-of-meeting-design</link>
      <description><![CDATA[<p>Software engineering prioritizes optimization, focusing on distributed systems, caching, cloud elasticity, observability, and AI-assisted development to boost productivity and speed. However, one of the most costly and overlooked inefficiencies is meeting culture.&nbsp;</p>
<p>Research from <a href="https://hbr.org" rel="noopener noreferrer" target="_blank">Harvard Business Review</a>, <a href="https://www.atlassian.com" rel="noopener noreferrer" target="_blank">Atlassian</a>, and <a href="https://www.microsoft.com/en-us/worklab/work-trend-index" rel="noopener noreferrer" target="_blank">Microsoft Work Trend Index</a> consistently shows that professionals spend much of their week in meetings, many of which fail to produce decisions, clarity, or measurable outcomes. In software development, this issue is amplified, as meetings disrupt deep focus, a critical asset for engineers. A poorly structured one-hour meeting with ten engineers not only wastes an hour but also disrupts concentrated work, delays delivery, and increases organizational latency.</p><img src="https://feeds.dzone.com/link/23556/17339269.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 12 May 2026 14:30:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3655458</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19017034&amp;w=600"/>
      <dc:creator>Otavio Santana</dc:creator>
    </item>
  </channel>
</rss>
