<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>1</title>
    <link>https://monolith-server.h005-9d9.workers.dev</link>
    <description>书写代码、设计与边缘计算的个人博客</description>
    <language>zh-CN</language>
    <lastBuildDate>Mon, 13 Apr 2026 16:01:21 GMT</lastBuildDate>
    <atom:link href="https://monolith-server.h005-9d9.workers.dev/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>写给自己的技术博客：为什么你应该现在就开始</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/start-technical-blogging-now</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/start-technical-blogging-now</guid>
      <description>不需要等到成为专家才开始写博客。记录学习过程、踩过的坑、做过的项目——这些对未来的你和正在学习的他人都有价值。这是一封写给犹豫中的开发者的信。</description>
      <pubDate>Mon, 13 Apr 2026 13:42:04 GMT</pubDate>
    </item>
    <item>
      <title>个人开源项目的 GitHub 治理指南：从 Issue 模板到自动合并</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/github-governance-for-oss</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/github-governance-for-oss</guid>
      <description>做开源不只是写代码。Issue 模板、PR 审查、Label 系统、安全策略、自动化工作流——这些治理基础设施决定了你的项目能走多远。</description>
      <pubDate>Mon, 13 Apr 2026 13:42:00 GMT</pubDate>
    </item>
    <item>
      <title>React SPA 性能优化：从首屏白屏到丝滑切换</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/react-spa-performance-optimization</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/react-spa-performance-optimization</guid>
      <description>你的 React SPA 页面切换时白屏 300ms？Markdown 渲染卡死 UI？滚动条记住了上一页的位置？这三个问题的根因和解法，比你想象的简单——但也比你想象的隐蔽。</description>
      <pubDate>Mon, 13 Apr 2026 13:40:31 GMT</pubDate>
    </item>
    <item>
      <title>用 AI 管理博客：我如何给 Monolith 装上 MCP 大脑</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/ai-mcp-blog-management</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/ai-mcp-blog-management</guid>
      <description>当博客系统拥有了 MCP 接口，AI 助手就从「建议者」变成了「执行者」。删文、发帖、审评论、看统计——所有操作一句话搞定。这是 AI 驱动开发的下一步。</description>
      <pubDate>Mon, 13 Apr 2026 13:40:24 GMT</pubDate>
    </item>
    <item>
      <title>Drizzle ORM：类型安全的数据库操作，不再是梦</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/drizzle-orm-type-safe-database</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/drizzle-orm-type-safe-database</guid>
      <description>Prisma 太重、TypeORM 太旧、Knex 类型不够好。Drizzle ORM 用「SQL-in-TypeScript」的方式，在类型安全和性能之间找到了完美的平衡点。</description>
      <pubDate>Mon, 13 Apr 2026 13:40:15 GMT</pubDate>
    </item>
    <item>
      <title>前端暗色模式的七个坑：从 CSS 变量到 OKLCH 色彩空间</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/dark-mode-pitfalls-oklch</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/dark-mode-pitfalls-oklch</guid>
      <description>实现一个好看的暗色模式很简单，实现一个暗色和亮色都好看的双模式主题系统……比你想象的难十倍。这是我在 Monolith 博客中踩过的所有主题相关的坑。</description>
      <pubDate>Mon, 13 Apr 2026 13:38:23 GMT</pubDate>
    </item>
    <item>
      <title>Cloudflare 免费套餐能做什么：一份独立开发者的零成本部署指南</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/cloudflare-free-tier-guide</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/cloudflare-free-tier-guide</guid>
      <description>Workers 免费 10 万次请求/天、D1 免费 5GB、R2 免费 10GB、Pages 无限部署。这不是广告，这是 2026 年独立开发者最该知道的基础设施。</description>
      <pubDate>Mon, 13 Apr 2026 13:38:19 GMT</pubDate>
    </item>
    <item>
      <title>适配器模式实战：让你的应用同时支持三种数据库</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/adapter-pattern-multi-database</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/adapter-pattern-multi-database</guid>
      <description>当用户问「能不能换成 PostgreSQL？」时，你可以回答「改一行环境变量就行」。这不是魔法，而是接口抽象的力量。从 Monolith 的多数据库适配架构，聊聊设计模式的真正价值。</description>
      <pubDate>Mon, 13 Apr 2026 13:36:54 GMT</pubDate>
    </item>
    <item>
      <title>Hono：为什么它是边缘计算时代最好的 Web 框架</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/why-hono-is-the-best-edge-framework</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/why-hono-is-the-best-edge-framework</guid>
      <description>Express 统治了 Node.js 十年，但边缘计算需要一个更轻、更快、更符合 Web 标准的框架。Hono 用不到 20KB 的体积，证明了 &quot;less is more&quot; 不只是一句口号。</description>
      <pubDate>Mon, 13 Apr 2026 13:35:59 GMT</pubDate>
    </item>
    <item>
      <title>从零到七十星：Monolith 博客系统开发全记录</title>
      <link>https://monolith-server.h005-9d9.workers.dev/posts/monolith-development-journey</link>
      <guid isPermaLink="true">https://monolith-server.h005-9d9.workers.dev/posts/monolith-development-journey</guid>
      <description>一个在 Cloudflare 边缘计算上从零搭建的开源博客系统，如何在两周内完成核心架构、双主题系统、多存储适配，并收获了开源社区的第一批星标者。这是一份完整的开发日志与技术复盘。</description>
      <pubDate>Mon, 13 Apr 2026 13:35:00 GMT</pubDate>
    </item>
  </channel>
</rss>