<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Rishabh's Blog]]></title>
        <description><![CDATA[Welcome to personal blog of Rishabh Gupta, here I share my thoughts and experiences on new technologies or work experiences (basically ranting).]]></description>
        <link>https://blog.zeerorg.site</link>
        <image>
            <url>https://blog.zeerorg.site/favicon.png</url>
            <title>Rishabh&apos;s Blog</title>
            <link>https://blog.zeerorg.site</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Sat, 25 Mar 2023 09:16:43 GMT</lastBuildDate>
        <atom:link href="https://blog.zeerorg.site/rss.xml" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[Rishabh Gupta (r.g.gupta@outlook.com)]]></webMaster>
        <item>
            <title><![CDATA[Blog's Architecture]]></title>
            <description><![CDATA[First major project I tackle is creating this blog.]]></description>
            <link>https://blog.zeerorg.site/post/this-blog-architecture</link>
            <guid isPermaLink="false">this-blog-architecture</guid>
            <pubDate>Mon, 10 Dec 2018 14:09:43 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Live Preview Blog Edits]]></title>
            <description><![CDATA[Adding live preview of changes when I'm writing the blog.]]></description>
            <link>https://blog.zeerorg.site/post/blog-development-live-preview</link>
            <guid isPermaLink="false">blog-development-live-preview</guid>
            <pubDate>Wed, 12 Dec 2018 09:57:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Caching data in frontend]]></title>
            <description><![CDATA[A simple trick to improve site performance with frontend caching]]></description>
            <link>https://blog.zeerorg.site/post/frontend-caching</link>
            <guid isPermaLink="false">frontend-caching</guid>
            <pubDate>Mon, 17 Dec 2018 12:18:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Adding RSS with .NET Core]]></title>
            <description><![CDATA[Adding RSS feed to my blog using .NET Core running on azure functions.]]></description>
            <link>https://blog.zeerorg.site/post/rss-feed-azure-functions</link>
            <guid isPermaLink="false">rss-feed-azure-functions</guid>
            <pubDate>Sun, 23 Dec 2018 03:05:14 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Sharing your apps with the world for 5$]]></title>
            <description><![CDATA[Getting an actual Raspberry Pi based server up and running.]]></description>
            <link>https://blog.zeerorg.site/post/rpi-home-server</link>
            <guid isPermaLink="false">rpi-home-server</guid>
            <pubDate>Fri, 04 Jan 2019 05:19:19 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Displaying a Series of Posts]]></title>
            <description><![CDATA[Linking blog posts which are part of a series and making an optimization sacrifice for cleaner code base.]]></description>
            <link>https://blog.zeerorg.site/post/adding-series-to-blog</link>
            <guid isPermaLink="false">adding-series-to-blog</guid>
            <pubDate>Thu, 10 Jan 2019 04:48:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Creating your own OpenFaas Connector]]></title>
            <description><![CDATA[Extending OpenFaas functionality by creating a connector.]]></description>
            <link>https://blog.zeerorg.site/post/creating-openfaas-connector</link>
            <guid isPermaLink="false">creating-openfaas-connector</guid>
            <pubDate>Fri, 18 Jan 2019 08:21:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React hooks and their dependence on each other]]></title>
            <description><![CDATA[Pointers and tips for managing multiple state variables and effects that depend on each other.]]></description>
            <link>https://blog.zeerorg.site/post/react-hooks-dependence</link>
            <guid isPermaLink="false">react-hooks-dependence</guid>
            <pubDate>Sun, 27 Jan 2019 09:22:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Run kubectl in WSL]]></title>
            <description><![CDATA[Develop with kubernetes on Docker Desktop with WSL]]></description>
            <link>https://blog.zeerorg.site/post/wsl-docker-kubernetes</link>
            <guid isPermaLink="false">wsl-docker-kubernetes</guid>
            <pubDate>Mon, 11 Feb 2019 13:33:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Build Multi-Arch docker images on Travis]]></title>
            <description><![CDATA[Using existing Dockerfiles for different architectures and automate building Multi-Arch docker images with travisci.]]></description>
            <link>https://blog.zeerorg.site/post/multi-arch-docker-travis</link>
            <guid isPermaLink="false">multi-arch-docker-travis</guid>
            <pubDate>Fri, 01 Mar 2019 10:21:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[k3d - A fast kubernetes dev environment]]></title>
            <description><![CDATA[Introducing k3d (k3s in docker), a fast and efficient kubernetes development environment.]]></description>
            <link>https://blog.zeerorg.site/post/k3d-kubernetes-dev-env</link>
            <guid isPermaLink="false">k3d-kubernetes-dev-env</guid>
            <pubDate>Mon, 25 Mar 2019 05:41:19 GMT</pubDate>
        </item>
    </channel>
</rss>