<?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>Forem: Swan</title>
    <description>The latest articles on Forem by Swan (@swan_h888).</description>
    <link>https://forem.com/swan_h888</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%2F380730%2Ffe26b13a-36eb-46a0-8ff3-7b6e2521fc4e.JPEG</url>
      <title>Forem: Swan</title>
      <link>https://forem.com/swan_h888</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/swan_h888"/>
    <language>en</language>
    <item>
      <title>What actually happens after you upload an image?</title>
      <dc:creator>Swan</dc:creator>
      <pubDate>Mon, 20 Apr 2026 09:19:40 +0000</pubDate>
      <link>https://forem.com/swan_h888/what-actually-happens-after-you-upload-an-image-5e3o</link>
      <guid>https://forem.com/swan_h888/what-actually-happens-after-you-upload-an-image-5e3o</guid>
      <description>&lt;p&gt;I built a tool to visualize what happens after you upload a file (queue, worker, logs). &lt;/p&gt;

&lt;p&gt;Backend systems can feel pretty abstract when you're learning.&lt;/p&gt;

&lt;p&gt;You hear about queues, workers, background jobs… but it’s hard to actually see what’s happening.&lt;/p&gt;

&lt;p&gt;So I tried building a small interactive demo to make that visible.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;p&gt;upload an image (or use a demo)&lt;br&gt;
and watch it go through a real backend flow&lt;br&gt;
(API → queue → worker → processing → storage)&lt;/p&gt;

&lt;p&gt;Here’s what it looks like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dwi4wtc9ohmm8g5c8cn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dwi4wtc9ohmm8g5c8cn.gif" alt=" " width="560" height="298"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s not just an animation, it runs real services and shows:&lt;br&gt;
live logs&lt;br&gt;
timing for each step&lt;br&gt;
system state changes&lt;/p&gt;

&lt;p&gt;Would love feedback.&lt;br&gt;
You can try it here (takes ~5 seconds):&lt;br&gt;
&lt;a href="https://tryinfralab.com/flows/image-optimization" rel="noopener noreferrer"&gt;tryinfralab.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>backend</category>
      <category>architecture</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
