<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Ruixe Blog</title>
        <link>https://ruixe-blog.vercel.app/en</link>
        <description>A personal blog by Ruixe, sharing web development insights and project notes.</description>
        <lastBuildDate>Wed, 19 Aug 2026 05:07:38 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Ruixe Blog</title>
            <url>https://ruixe-blog.vercel.app/opengraph-image.png</url>
            <link>https://ruixe-blog.vercel.app/en</link>
        </image>
        <copyright>© 2026 Ruixe Blog</copyright>
        <atom:link href="https://ruixe-blog.vercel.app/en/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Configuring a Free SSL Certificate for a Web Server]]></title>
            <link>https://ruixe-blog.vercel.app/en/posts/nginx-certbot-https</link>
            <guid isPermaLink="false">https://ruixe-blog.vercel.app/en/posts/nginx-certbot-https</guid>
            <pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Serve frontend static assets with Nginx and reverse-proxy the backend API, then use Certbot with Let's Encrypt to automatically issue and renew free SSL certificates for full-site HTTPS.]]></description>
            <category>DevOps</category>
            <category>Nginx</category>
            <category>Certbot</category>
            <category>SSL</category>
        </item>
        <item>
            <title><![CDATA[First Experience with the VS Code Agents Window]]></title>
            <link>https://ruixe-blog.vercel.app/en/posts/vscode-agents-window-first-look</link>
            <guid isPermaLink="false">https://ruixe-blog.vercel.app/en/posts/vscode-agents-window-first-look</guid>
            <pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Building post search for my blog with the OpenSpec workflow inside the VS Code Agents Window - notes on migrating from Copilot Chat, multi-chat session management, local code review, and the bugs I hit along the way.]]></description>
            <category>AI Coding</category>
            <category>VS Code</category>
            <category>GitHub Copilot</category>
            <category>OpenSpec</category>
        </item>
    </channel>
</rss>