<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
      <channel>
          <title>Sai Yalamarty - Blog</title>
          <link>https://www.ysai.me</link>
          <description>This is the RSS feed for my blog posts</description>
          <item>
          <title>reprlib - Shorter string representation of objects</title>
          <link>https://www.ysai.me/writing/reprlib</link>
          <description>Python's reprlib module provides a version of the repr() function that can be used to generate abbreviated string representations of objects.</description>
          <pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>MDX Components</title>
          <link>https://www.ysai.me/writing/mdx-components</link>
          <description>Custom MDX components for markdown content.</description>
          <pubDate>Wed, 08 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Next.js app initial setup. No template repository.</title>
          <link>https://www.ysai.me/writing/nextjs-initial-setup</link>
          <description>My preferred way to create a new next.js app. The default selections for the prompts, dependencies, and the folder structure.</description>
          <pubDate>Tue, 30 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Python code playground, powered by PyScript</title>
          <link>https://www.ysai.me/writing/python-code-playground-in-blog</link>
          <description>An MDX component that allows readers to edit and execute Python code examples in the browser using PyScript.</description>
          <pubDate>Wed, 24 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>JSONEncoder for numpy datatypes</title>
          <link>https://www.ysai.me/writing/json-encoder-for-numpy-types</link>
          <description>Did you ever face a TypeError: Object of type ndarray is not JSON serializable? Here is a simple solution to this problem.</description>
          <pubDate>Tue, 26 Mar 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Hello, World!</title>
          <link>https://www.ysai.me/writing/hello-world</link>
          <description>My first blog post</description>
          <pubDate>Thu, 21 Mar 2024 00:00:00 GMT</pubDate>
        </item>
      </channel>
    </rss>