<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Asie Aqaee</title>
    <description>The latest articles on DEV Community by Asie Aqaee (@asie_aqaee_9cf68389d6f95b).</description>
    <link>https://dev.to/asie_aqaee_9cf68389d6f95b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3401917%2F02f4254f-63b6-4991-994d-3562e7516eb3.jpg</url>
      <title>DEV Community: Asie Aqaee</title>
      <link>https://dev.to/asie_aqaee_9cf68389d6f95b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asie_aqaee_9cf68389d6f95b"/>
    <language>en</language>
    <item>
      <title>DDSD</title>
      <dc:creator>Asie Aqaee</dc:creator>
      <pubDate>Thu, 31 Jul 2025 05:29:13 +0000</pubDate>
      <link>https://dev.to/asie_aqaee_9cf68389d6f95b/ddsd-4127</link>
      <guid>https://dev.to/asie_aqaee_9cf68389d6f95b/ddsd-4127</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
mermaid
graph TD
    subgraph Reinforcing Loop (R1): Demand-Driven Production Growth
        A[Customer Demand] --&amp;gt;|Increases| B{Production Planning};
        B --&amp;gt;|Increases| C[Raw Material Consumption];
        C --&amp;gt;|Decreases| D[Raw Material Inventory];
        D --&amp;gt;|Decreases| E[Raw Material Order Need];
        E --&amp;gt;|Increases| F[Order to Supplier];
        F --&amp;gt;|Increases| G[Raw Material Inflow];
        G --&amp;gt;|Increases| D;
        D --&amp;gt;|Increases| H{Final Product Production};
        H --&amp;gt;|Increases| I[Final Product Inventory];
        I --&amp;gt;|Decreases| A; %% Demand adjusts based on product availability
    end

    subgraph Balancing Loop (B1): Supply Delay Effect
        F --&amp;gt; "Supply Delay" J[Supplier Lead Time];
        J --&amp;gt;|Increases| D; %% High delay increases inventory later (negative impact on availability)
    end

    subgraph Balancing Loop (B2): Quality Impact on Production
        K[Raw Material Quality] --&amp;gt;|Decreases| H; %% Low quality slows down production
        K --&amp;gt;|Increases| L[Raw Material Waste];
        L --&amp;gt;|Increases| C; %% More waste increases consumption
        K --&amp;gt;|Decreases| F; %% Low quality might lead to supplier change or more orders
    end

    subgraph Reinforcing Loop (R2): Cost Increase due to Fluctuations
        M[Raw Material Price Fluctuation] --&amp;gt;|Increases| N[Raw Material Purchase Cost];
        N --&amp;gt;|Increases| O[Production Cost];
        O --&amp;gt;|Increases| P[Product Cost Price];
        P --&amp;gt;|Increases| Q[Decreased Competitiveness];
        Q --&amp;gt;|Decreases| A; %% Decreased competitiveness leads to reduced demand
    end

    subgraph Balancing Loop (B3): Inventory Adjustment by Warehouse Capacity
        D --&amp;gt;|Increases| R[Warehouse Capacity Fullness];
        R --&amp;gt;|Increases| E; %% Full warehouse might reduce order need
    end

    F --"Supplier Relationship"--&amp;gt; S[Supplier Relationship];
    S --&amp;gt;|Improves| J; %% Good relationship reduces lead time
    S --&amp;gt;|Improves| K; %% Good relationship improves quality
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
  </channel>
</rss>
