<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Rohit&#x27;s Blog</title>
    <subtitle>Occasional writing on software engineering.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://blog-4r4.pages.dev/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://blog-4r4.pages.dev"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-07-25T00:00:00+00:00</updated>
    <id>https://blog-4r4.pages.dev/atom.xml</id>
    <entry xml:lang="en">
        <title>Markdown &amp; Zola Feature Reference</title>
        <published>2026-07-25T00:00:00+00:00</published>
        <updated>2026-07-25T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog-4r4.pages.dev/blog/markdown-zola-feature-reference/"/>
        <id>https://blog-4r4.pages.dev/blog/markdown-zola-feature-reference/</id>
        
        <summary type="html">&lt;p&gt;This post is a &lt;strong&gt;kitchen sink&lt;&#x2F;strong&gt;: it exercises every Markdown element and Zola
feature the site is configured for, so you can see exactly how each one renders.
Everything above the fold here becomes the post summary in the feed and lists.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>Designing Reliable Background Jobs</title>
        <published>2026-07-24T00:00:00+00:00</published>
        <updated>2026-07-24T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog-4r4.pages.dev/blog/designing-reliable-background-jobs/"/>
        <id>https://blog-4r4.pages.dev/blog/designing-reliable-background-jobs/</id>
        
        <summary type="html">&lt;p&gt;Background jobs fail. Networks blip, dependencies rate-limit you, and processes
get killed mid-flight. This post collects the patterns I reach for to make that
failure boring instead of catastrophic.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>Hello, World</title>
        <published>2026-06-01T00:00:00+00:00</published>
        <updated>2026-06-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog-4r4.pages.dev/blog/hello-world/"/>
        <id>https://blog-4r4.pages.dev/blog/hello-world/</id>
        
        <content type="html" xml:base="https://blog-4r4.pages.dev/blog/hello-world/">&lt;p&gt;A first post, mostly to prove the pipeline works end to end.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-this-is&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#what-this-is&quot; aria-label=&quot;Anchor link for: what-this-is&quot;&gt;🔗&lt;&#x2F;a&gt;What this is&lt;&#x2F;h2&gt;
&lt;p&gt;Occasional notes on software engineering. No newsletter, no popups — just an
&lt;a href=&quot;&#x2F;atom.xml&quot;&gt;RSS&#x2F;Atom feed&lt;&#x2F;a&gt; if you want to follow along.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-keyword&quot;&gt;fn&lt;&#x2F;span&gt;&lt;span class=&quot;z-entity z-name&quot;&gt; main&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-entity z-name&quot;&gt;    println!&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span class=&quot;z-punctuation z-definition z-string&quot;&gt;&amp;quot;&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt;Hello, world!&lt;&#x2F;span&gt;&lt;span class=&quot;z-punctuation z-definition z-string&quot;&gt;&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;span&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;That’s it. More soon.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
