<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Slow coder</title>
    <link>https://slowcoder.dev/</link>
    <description>Recent content on Slow coder</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 03 May 2026 00:11:22 +0530</lastBuildDate>
    <atom:link href="https://slowcoder.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dynamic Arrays</title>
      <link>https://slowcoder.dev/posts/dynamic-arrays/</link>
      <pubDate>Sun, 03 May 2026 00:11:22 +0530</pubDate>
      <guid>https://slowcoder.dev/posts/dynamic-arrays/</guid>
      <description>&lt;p&gt;Dynamic arrays are the most popular type of data structure that is available in the all the programming langauges in the current lanscape. But there is very little
discussion or posts explaining the implementation and their various tradeoffs. I decided to take a closer look at them and I was surprised to learn there is a &lt;em&gt;lot&lt;/em&gt;
going on. Let me unpack them here. Before I go on, let me quickly mention that I do a lot of python programming made my career basically as that. My perspective comes from using python, java and javascript versions of the data structure.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
