<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://frostzt.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Redis/Valkey Replication Internals: The Architecture Behind Zero-Copy Command Propagation</title>
          <link>https://frostzt.com/blog/redis-valkey-replication-internals</link>
          <description>How replBufBlock's reference-counted shared memory design enables efficient replication</description>
          <pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Build Your Own HashMaps Part 1: A Spaghetti of Some Funny Logic with a Pretty Face!</title>
          <link>https://frostzt.com/blog/hash-maps-internals-part-one</link>
          <description>A simple key-value store that we have all used regardless of what language, but did you know HashMaps actually do not exist?</description>
          <pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Don't be a horrible developer</title>
          <link>https://frostzt.com/blog/do-not-be-horrible-developer</link>
          <description>Let's be honest at some point we have met someone who says that he/she knows everything. Well it could be even be possible that you (no offence) might have been one...</description>
          <pubDate>Sat, 22 Jan 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Don't ignore Error Handling.</title>
          <link>https://frostzt.com/blog/errors-made-easy</link>
          <description>When it comes to creating full-stack applications that require high up-time and high availability, managing and handling errors properly becomes more of a necessity...</description>
          <pubDate>Wed, 12 Jan 2022 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>