<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>mounish</title>
        <link>https://mounishvatti.vercel.app/</link>
        <description>Get to know me more about me, my work, and my passion.</description>
        <lastBuildDate>Thu, 30 Jul 2026 04:31:49 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Feed for Node.js</generator>
        <copyright>All rights reserved 2026, mounish</copyright>
        <atom:link href="https://mounishvatti.vercel.app/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Can this be a million dollar idea?]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/a-million-dollar-idea-maybe</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/a-million-dollar-idea-maybe</guid>
            <pubDate>Thu, 19 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Can this be a million dollar idea? Atlas is a platform that transforms travel planning into a seamless, enjoyable, and personalized journey.]]></description>
            <category>Development</category>
        </item>
        <item>
            <title><![CDATA[Deploying DoodleDeck to AWS: A Step-by-Step Guide]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/how-i-deployed-doodledeck</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/how-i-deployed-doodledeck</guid>
            <pubDate>Fri, 31 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[In this blog post, I share my experience deploying DoodleDeck, a collaborative whiteboarding app, to AWS. I'll walk through the architecture, setup process, and key learnings.]]></description>
            <category>Development</category>
            <category>Deployment</category>
            <category>AWS</category>
            <category>Turborepo</category>
        </item>
        <item>
            <title><![CDATA[HTTP vs WebSocket communication protocols]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/http-vs-web-sockets</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/http-vs-web-sockets</guid>
            <pubDate>Mon, 16 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[What is the difference between HTTP and WebSocket?]]></description>
            <category>Web development</category>
        </item>
        <item>
            <title><![CDATA[How to Install and Use Node Version Manager on Ubuntu]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/installing-node-on-vm</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/installing-node-on-vm</guid>
            <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Installing Node.js on a VM is a straightforward process. In this post, we will cover the steps to install Node.js on a VM.]]></description>
            <category>Development</category>
        </item>
        <item>
            <title><![CDATA[What are JWTs and how do they work?]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/jwt</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/jwt</guid>
            <pubDate>Sat, 14 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[What is the difference between HTTP and WebSocket?]]></description>
            <category>Web development</category>
        </item>
        <item>
            <title><![CDATA[What is the concept behind a linked list?]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/linked-list</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/linked-list</guid>
            <pubDate>Tue, 17 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[What is the concept behind a linked list and how to implement it?]]></description>
            <category>Data Structures</category>
        </item>
        <item>
            <title><![CDATA[Nginx as a Reverse Proxy and a Load Balancer]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/nginx-as-reverse-proxy</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/nginx-as-reverse-proxy</guid>
            <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Nginx is a popular web server that can be used as a reverse proxy and load balancer. In this post, we will explore how to configure Nginx as a reverse proxy and a load balancer.]]></description>
            <category>Development</category>
        </item>
        <item>
            <title><![CDATA[Setting up pm2 for Auto-Restart on Reboot and File Changes]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/pm2-auto-restart-on-reboot</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/pm2-auto-restart-on-reboot</guid>
            <pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[To ensure that your DoodleDeck backend is always running smoothly, it is essential to set up pm2 to handle automatic restarts both when the server reboots and when file changes occur. This ensures that your application is resilient to failures or restarts, making it a reliable part of your deployment process.]]></description>
            <category>Development</category>
            <category>Deployment</category>
            <category>AWS</category>
        </item>
        <item>
            <title><![CDATA[Web scraping and sentiment analysis on game reviews]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/sentiment-analysis</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/sentiment-analysis</guid>
            <pubDate>Fri, 10 Nov 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Web scraping and sentiment analysis on game reviews present on Steam using Python NLTK and Selenium.]]></description>
            <category>Python</category>
            <category>Web Scraping</category>
            <category>Sentiment Analysis</category>
        </item>
        <item>
            <title><![CDATA[Setting up a CI/CD Pipeline for DoodleDeck's Backend]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/setting-up-cicd-pipeline</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/setting-up-cicd-pipeline</guid>
            <pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[In the previous blog, we discussed how to deploy DoodleDeck to AWS. In this blog post, we will set up a CI/CD pipeline for the backend of DoodleDeck using GitHub Actions.]]></description>
            <category>Development</category>
            <category>Deployment</category>
            <category>AWS</category>
            <category>CI/CD</category>
            <category>GitHub Actions</category>
        </item>
        <item>
            <title><![CDATA[Basic implementation of transaction history]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/transaction-history</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/transaction-history</guid>
            <pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[How did I make a basic implementation of transaction history of a user?]]></description>
            <category>Development</category>
        </item>
        <item>
            <title><![CDATA[Redis: How It Solves Caching]]></title>
            <link>https://mounishvatti.vercel.app/tech_blogs/what-is-redis</link>
            <guid>https://mounishvatti.vercel.app/tech_blogs/what-is-redis</guid>
            <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[What is redis, why is it used and how does it work? Here we have taken an example of an e-commerce website that uses redis to cache the product data.]]></description>
            <category>Development</category>
        </item>
    </channel>
</rss>