<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>My Blog</title>
        <link>https://blog.doctorpok.io/</link>
        <description>This is the RSS feed for my blog.</description>
        <lastBuildDate>Fri, 25 Sep 2026 14:25:35 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>My Blog</title>
            <url>https://blog.doctorpok.io/icon0.svg</url>
            <link>https://blog.doctorpok.io/</link>
        </image>
        <copyright>© 2026 DoctorPok. All rights reserved.</copyright>
        <item>
            <title><![CDATA[Using WebSockets in Next.js]]></title>
            <link>https://blog.doctorpok.io/posts/using-web-sockets-in-next-js</link>
            <guid isPermaLink="false">https://blog.doctorpok.io/posts/using-web-sockets-in-next-js</guid>
            <pubDate>Wed, 12 Aug 2026 09:20:30 GMT</pubDate>
            <description><![CDATA[Learn how to add real-time features to your Next.js app using WebSockets, from establishing the connection to handling live data updates efficiently.]]></description>
            <author>Doctorpok</author>
            <category>Real-time Development</category>
            <enclosure url="https://blog.doctorpok.io/uploads/1926830686_668caeab4ca10_cover_41fc71dc10.webp" length="0" type="image/webp"/>
        </item>
    </channel>
</rss>