<?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: Kacper Góra</title>
    <description>The latest articles on DEV Community by Kacper Góra (@kacper_gra_918cd2db67968).</description>
    <link>https://dev.to/kacper_gra_918cd2db67968</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%2F3960953%2Fc05d6754-8441-4fce-b52e-2d236d3828b0.png</url>
      <title>DEV Community: Kacper Góra</title>
      <link>https://dev.to/kacper_gra_918cd2db67968</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kacper_gra_918cd2db67968"/>
    <language>en</language>
    <item>
      <title>What DDIA taught me about reliability</title>
      <dc:creator>Kacper Góra</dc:creator>
      <pubDate>Sun, 31 May 2026 09:58:01 +0000</pubDate>
      <link>https://dev.to/kacper_gra_918cd2db67968/what-ddia-taught-me-about-reliability-59d8</link>
      <guid>https://dev.to/kacper_gra_918cd2db67968/what-ddia-taught-me-about-reliability-59d8</guid>
      <description>&lt;p&gt;I used to think a reliable system was simply one that doesn't crash.&lt;/p&gt;




&lt;p&gt;The book challenges that from the first pages.&lt;/p&gt;

&lt;p&gt;Failures are expected. Databases go down. Networks fail. Third-party APIs stop responding.&lt;br&gt;
What matters is not whether failures happen — it's how the system behaves when they do.&lt;/p&gt;




&lt;p&gt;This hit me immediately when I thought about a service instance I've been working with.&lt;/p&gt;

&lt;p&gt;If it suddenly became unavailable — what would happen?&lt;br&gt;
Would the app degrade gracefully, serving cached data or a fallback?&lt;br&gt;
Or would the entire request chain fail?&lt;/p&gt;

&lt;p&gt;The honest answer: I hadn't thought about it carefully enough.&lt;/p&gt;




&lt;p&gt;Key takeaway from chapter 1:&lt;/p&gt;

&lt;p&gt;Reliability is not about preventing every failure.&lt;br&gt;
It's about designing systems that continue operating despite them.&lt;/p&gt;

&lt;p&gt;Hardware faults, software errors, human mistakes — they're not edge cases.&lt;br&gt;
They're the default state you design around.&lt;/p&gt;




&lt;h1&gt;
  
  
  systemdesign #softwaredevelopment #ddia #learninpublic
&lt;/h1&gt;

</description>
      <category>architecture</category>
      <category>distributedsystems</category>
      <category>sre</category>
      <category>systemdesign</category>
    </item>
  </channel>
</rss>
