<?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: AMƎLIO</title>
    <description>The latest articles on DEV Community by AMƎLIO (@ameliob18).</description>
    <link>https://dev.to/ameliob18</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%2F3868374%2Fe16ac2a0-6bc0-40d2-b26f-b495ce99669b.jpeg</url>
      <title>DEV Community: AMƎLIO</title>
      <link>https://dev.to/ameliob18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ameliob18"/>
    <language>en</language>
    <item>
      <title>I built a zero-loss webhook delivery engine with Java 21 Virtual Threads</title>
      <dc:creator>AMƎLIO</dc:creator>
      <pubDate>Wed, 08 Apr 2026 18:20:05 +0000</pubDate>
      <link>https://dev.to/ameliob18/i-built-a-zero-loss-webhook-delivery-engine-with-java-21-virtual-threads-2can</link>
      <guid>https://dev.to/ameliob18/i-built-a-zero-loss-webhook-delivery-engine-with-java-21-virtual-threads-2can</guid>
      <description>&lt;p&gt;Tired of losing Stripe/PayPal webhook events when my server was down.&lt;/p&gt;

&lt;p&gt;Built &lt;strong&gt;WireVault&lt;/strong&gt; — catches every webhook, stores it in PostgreSQL, retries with exponential backoff, and lets you replay anything on demand.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Java 21 Virtual Threads (Project Loom)&lt;/li&gt;
&lt;li&gt;Quarkus — docker-compose up and it works in 30 seconds&lt;/li&gt;
&lt;li&gt;PostgreSQL 16 + GIN indexes on JSONB for instant payload search&lt;/li&gt;
&lt;li&gt;WebSocket live dashboard (tail -f style)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;docker-compose up &lt;span class="nt"&gt;-d&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Ameliob18/wirevault" rel="noopener noreferrer"&gt;https://github.com/Ameliob18/wirevault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the community!&lt;/p&gt;

</description>
      <category>java</category>
      <category>devops</category>
      <category>webhook</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
