<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bithu咖啡馆</title>
    <link>https://my-app-blond-beta-56.vercel.app</link>
    <description>关于技术、代码和一切之间的事情。</description>
    <language>zh</language>
    <lastBuildDate>Tue, 18 Aug 2026 16:40:04 GMT</lastBuildDate>
    <atom:link href="https://my-app-blond-beta-56.vercel.app/api/rss" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Observability in Practice: Metrics, Logs, and Traces</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/observability-in-practice</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/observability-in-practice</guid>
        <pubDate>Mon, 17 Aug 2026 04:06:28 GMT</pubDate>
        <description>A practical guide to monitoring versus observability, the three pillars of metrics, logs, and traces, the golden signals and RED/USE frameworks, and a rollout plan for getting real observability onto an existing service with OpenTelemetry.</description>
        <category>Observability</category>
        <category>OpenTelemetry</category>
        <category>SRE</category>
      </item>
      <item>
        <title>Building Resilient Background Jobs with Queues</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/resilient-background-jobs</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/resilient-background-jobs</guid>
        <pubDate>Mon, 17 Aug 2026 04:06:28 GMT</pubDate>
        <description>A practical guide to building durable background work with BullMQ and Redis: delivery semantics, idempotency, retries and backoff, dead-letter queues, worker scaling, scheduling, and the monitoring that keeps it honest.</description>
        <category>Queues</category>
        <category>Redis</category>
        <category>后端开发</category>
        <category>高可用</category>
      </item>
      <item>
        <title>Web 安全实践：XSS、CSRF 与 CSP 的现代防御</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/web-security-modern-defenses</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/web-security-modern-defenses</guid>
        <pubDate>Mon, 17 Aug 2026 04:06:28 GMT</pubDate>
        <description>从 XSS 的三种形态与对策、CSRF 的机制与 SameSite 防御，到 CSP 纵深防御、安全响应头和 HSTS，系统梳理现代 Web 应用值得全量落实的安全基线，附可直接落地的代码。</description>
        <category>CSP</category>
        <category>CSRF</category>
        <category>Web 安全</category>
        <category>XSS</category>
      </item>
      <item>
        <title>Web 可访问性工程化：从语义到自动化检测</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/web-accessibility-engineering</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/web-accessibility-engineering</guid>
        <pubDate>Mon, 17 Aug 2026 04:06:28 GMT</pubDate>
        <description>从语义化 HTML、ARIA、键盘导航、颜色对比度到屏幕阅读器与 axe 自动化检测，系统梳理把 Web 可访问性从加分项打磨成可落地、可验证、可回归的工程标准。</description>
        <category>Web 可访问性</category>
        <category>前端工程化</category>
      </item>
      <item>
        <title>LLM 应用开发工程化：从 Prompt 到生产</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/llm-application-engineering</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/llm-application-engineering</guid>
        <pubDate>Sat, 15 Aug 2026 13:14:31 GMT</pubDate>
        <description>从 prompt 设计、结构化输出、工具调用到流式、成本控制与评测，系统梳理把 LLM 应用从 demo 打磨到可上线、可维护、可迭代的完整工程化路径。</description>
        <category>AI</category>
        <category>Function Calling</category>
        <category>LLM</category>
        <category>Prompt 工程</category>
        <category>前端工程化</category>
      </item>
      <item>
        <title>微前端架构实战指南：从拆分、共享依赖到独立部署</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/micro-frontend-architecture-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/micro-frontend-architecture-guide</guid>
        <pubDate>Sat, 15 Aug 2026 13:14:30 GMT</pubDate>
        <description>微前端解决的是组织问题，不是技术问题。本文讲清 Module Federation / single-spa / qiankun 三条路线怎么选、应用怎么按业务域拆、依赖如何共享去重、路由与通信怎么做、如何独立部署，以及什么时候坚决不该用微前端。</description>
        <category>前端架构</category>
        <category>微前端</category>
      </item>
      <item>
        <title>GraphQL 与 REST 实战对比：什么时候该用 GraphQL</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/graphql-vs-rest-practical-comparison</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/graphql-vs-rest-practical-comparison</guid>
        <pubDate>Sat, 15 Aug 2026 13:14:30 GMT</pubDate>
        <description>GraphQL 能把四个请求压成一个，但省下的网络往返会以 N+1 查询、自建缓存和查询成本治理三笔账还回来。本文从 Schema、Resolver、DataLoader 到 Apollo Server 实战，讲清两种 API 风格的真实权衡。</description>
        <category>API 设计</category>
        <category>Apollo</category>
        <category>后端开发</category>
      </item>
      <item>
        <title>前端状态管理选型：Redux、Zustand、Jotai 与 React 内置方案对比</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/frontend-state-management-comparison</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/frontend-state-management-comparison</guid>
        <pubDate>Sat, 15 Aug 2026 13:14:30 GMT</pubDate>
        <description>状态管理选型吵的不是&quot;用哪个库&quot;，而是&quot;在管理哪一种状态&quot;。本文把 React 内置方案、Redux Toolkit、Zustand、Jotai 放在同一张桌上，用同一组 Todo 例子对比 API 手感、样板代码、中间件生态与性能表现，最后收敛成一张选型决策表。</description>
        <category>React</category>
        <category>状态管理</category>
      </item>
      <item>
        <title>数据库分库分表与水平扩展实战</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/database-sharding-horizontal-scaling</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/database-sharding-horizontal-scaling</guid>
        <pubDate>Sat, 15 Aug 2026 13:14:30 GMT</pubDate>
        <description>单表过亿、单库连接打满时，分库分表是最后的招，也是最容易做错的架构决策。本文讲清何时该分、范围与哈希两种分片策略怎么选、跨分片事务与全局 ID 等常见陷阱，以及上线后的分片粒度监控。</description>
        <category>后端开发</category>
        <category>数据库</category>
        <category>架构</category>
        <category>水平扩展</category>
      </item>
      <item>
        <title>前端测试策略：从单元测试到 E2E 测试体系</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/frontend-testing-strategy</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/frontend-testing-strategy</guid>
        <pubDate>Sat, 15 Aug 2026 12:57:39 GMT</pubDate>
        <description>前端测试最难的不是写测试，而是决定测什么、在哪一层测、怎么不把测试写成一堆脆弱的断言。本文用真实组件拆解测试金字塔，讲清单元、集成、视觉回归、E2E 四层各自的职责与成本，以及反脆弱测试的三条铁律。</description>
        <category>Playwright</category>
        <category>Vitest</category>
        <category>前端开发</category>
        <category>测试</category>
      </item>
      <item>
        <title>Supabase 实时应用实战：从聊天室到协作编辑</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/supabase-realtime-patterns</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/supabase-realtime-patterns</guid>
        <pubDate>Sat, 15 Aug 2026 12:57:39 GMT</pubDate>
        <description>Realtime 是 Supabase 最容易被误用的能力：很多人把它当 WebSocket 传输层，结果状态混乱、连接爆炸。本文用聊天室、在线状态、协同编辑三个案例，讲清楚订阅粒度、presence 与广播的正确姿势。</description>
        <category>Supabase</category>
        <category>前端开发</category>
        <category>实时应用</category>
        <category>网络协议</category>
      </item>
      <item>
        <title>PostgreSQL 索引优化实战：从 EXPLAIN 到执行计划</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/postgresql-index-optimization</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/postgresql-index-optimization</guid>
        <pubDate>Sat, 15 Aug 2026 12:57:39 GMT</pubDate>
        <description>索引不是越多越好。本文从一次真实的慢查询出发，带你读懂 EXPLAIN 执行计划，掌握 B-tree、GIN、复合索引、覆盖索引的选型逻辑，以及索引失效的常见陷阱。</description>
        <category>PostgreSQL</category>
        <category>后端开发</category>
        <category>性能优化</category>
        <category>数据库</category>
      </item>
      <item>
        <title>What&apos;s Next for Web Frameworks: The 2026 Landscape</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/whats-next-for-web-frameworks-2026</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/whats-next-for-web-frameworks-2026</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:23 GMT</pubDate>
        <description>RSC, island architecture, edge computing, signals, unified meta-frameworks — a comprehensive look at where web frameworks are heading in 2026 and beyond.</description>
        <category>Next.js</category>
        <category>React</category>
        <category>Web开发</category>
        <category>前端框架</category>
        <category>架构</category>
      </item>
      <item>
        <title>The Rise of AI-Native Development: How AI Is Reshaping Software Engineering</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/rise-of-ai-native-development</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/rise-of-ai-native-development</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:23 GMT</pubDate>
        <description>From AI-assisted coding to AI-driven architecture decisions and autonomous agent workflows — how software development is being fundamentally reshaped by AI in 2026.</description>
        <category>AgenticWorkflows</category>
        <category>AI</category>
        <category>FutureOfTech</category>
        <category>软件开发</category>
      </item>
      <item>
        <title>The Art of Saying No in Product: How to Prioritize Without Burning Bridges</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/the-art-of-saying-no-in-product</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/the-art-of-saying-no-in-product</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:22 GMT</pubDate>
        <description>How to say no to stakeholders, customers, and your own team — a strategic framework for ruthless prioritization without burning bridges.</description>
        <category>ProductManagement</category>
        <category>StakeholderManagement</category>
      </item>
      <item>
        <title>Building Products Users Love: Beyond the Feature Factory</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/building-products-users-love</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/building-products-users-love</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:22 GMT</pubDate>
        <description>A deep dive into product discovery frameworks — JTBD, outcome-driven development, and continuous discovery — with real patterns from teams that ship products users genuinely love.</description>
        <category>JTBD</category>
        <category>ProductManagement</category>
        <category>UXResearch</category>
      </item>
      <item>
        <title>用 AI 偷懒的一百种姿势：程序员效率提升实战指南</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/how-to-be-lazy-with-ai-developer-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/how-to-be-lazy-with-ai-developer-guide</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:21 GMT</pubDate>
        <description>从写测试、写正则、写 SQL 到代码审查、重构、写文档，12 个让 AI 帮你干活的高效姿势。附送偷懒底线指南。</description>
        <category>AI</category>
        <category>Copilot</category>
        <category>开发工具</category>
        <category>开发者成长</category>
        <category>效率工具</category>
      </item>
      <item>
        <title>程序员的离谱 Bug 合集：那些让你怀疑人生的瞬间</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/crazy-bug-stories-that-will-make-you-laugh</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/crazy-bug-stories-that-will-make-you-laugh</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:21 GMT</pubDate>
        <description>5 个真实又离谱的程序员 Bug 故事：松掉的网线、看不见的空格、被跳过的夏令时、死不更新的 CDN 缓存、还有一行 console.log 引发的双十一血案——每个都能让你拍大腿喊&quot;这也行？！&quot;</description>
        <category>Bug</category>
        <category>Debug</category>
        <category>程序员日常</category>
        <category>经验分享</category>
        <category>软件开发</category>
      </item>
      <item>
        <title>TypeScript 类型体操实战：从条件类型到模板字面量的进阶之路</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/typescript-type-gymnastics-in-action</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/typescript-type-gymnastics-in-action</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:20 GMT</pubDate>
        <description>从条件类型的分布式机制到模板字面量类型的字符串解析，再到 infer 的模式匹配能力，通过可运行的代码示例和实战场景，系统讲解 TypeScript 高级类型的核心工具与组合用法。</description>
        <category>TypeScript</category>
        <category>前端工程化</category>
        <category>类型系统</category>
      </item>
      <item>
        <title>Next.js 服务端渲染深度解析：从 SSR 到 RSC 和 Streaming 的架构演进</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/nextjs-server-side-rendering-deep-dive</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/nextjs-server-side-rendering-deep-dive</guid>
        <pubDate>Wed, 29 Jul 2026 08:30:18 GMT</pubDate>
        <description>深入解析 Next.js App Router 中 SSR、React Server Components 和 Streaming 三种渲染机制的架构设计与实现原理，讲清它们各自解决什么问题以及如何配合。</description>
        <category>Next.js</category>
        <category>SSR</category>
        <category>RSC</category>
        <category>Streaming</category>
        <category>React</category>
        <category>前端架构</category>
      </item>
      <item>
        <title>终端生产力提升指南：从命令行使用者到终端大师</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/terminal-productivity-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/terminal-productivity-guide</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:35 GMT</pubDate>
        <description>终端是现代开发者的核心工作环境，掌握高效的终端工具和工作流能显著提升开发效率。本文深度讲解 tmux、zsh 插件、fzf、ripgrep、lazygit 等工具的配置与实战技巧。</description>
        <category>命令行</category>
        <category>开发工具</category>
        <category>效率工具</category>
      </item>
      <item>
        <title>如何开始开源贡献：从第一个 Issue 到成为核心维护者</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/how-to-start-open-source-contribution</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/how-to-start-open-source-contribution</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:35 GMT</pubDate>
        <description>开源贡献是程序员成长的重要路径，但很多人不知道从何入手。本文从寻找项目、理解 Issue、提交第一个 PR、社区沟通礼仪到构建个人影响力，系统讲解开源贡献的全流程。</description>
        <category>GitHub</category>
        <category>开发者成长</category>
        <category>开源</category>
        <category>技术社区</category>
      </item>
      <item>
        <title>程序员健康管理指南：从颈椎到心理健康的全方位守护</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/programmer-health-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/programmer-health-guide</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:35 GMT</pubDate>
        <description>程序员长期伏案工作，面临颈椎病、干眼症、腕管综合征等职业病风险。本文从人体工学、眼部保护、运动习惯、睡眠优化和心理健康五个维度，提供一套可落地的健康管理方案。</description>
        <category>人体工学</category>
        <category>效率工具</category>
        <category>程序员健康</category>
      </item>
      <item>
        <title>HTTP/3 与 QUIC 协议详解：下一代互联网传输协议的诞生与演进</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/http3-quic-protocol-deep-dive</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/http3-quic-protocol-deep-dive</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:34 GMT</pubDate>
        <description>深入解析 HTTP/3 与 QUIC 协议的技术细节，从 TCP 的局限性出发，系统讲解 QUIC 如何通过 0-RTT、连接迁移、多路复用无队头阻塞等特性重塑互联网传输层，并分析当前部署现状与实测性能数据。</description>
        <category>Web基础设施</category>
        <category>性能优化</category>
        <category>网络协议</category>
      </item>
      <item>
        <title>AI 辅助编程最佳实践：如何让 AI 成为你的高效编程伙伴</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/ai-assisted-coding-best-practices</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/ai-assisted-coding-best-practices</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:34 GMT</pubDate>
        <description>系统总结 AI 辅助编程的核心方法论，涵盖 GitHub Copilot、Claude Code、Cursor 等工具的使用技巧、Prompt Engineering 在代码场景的应用、何时信任 AI 何时亲自编写，以及常见的陷阱与应对策略。</description>
        <category>AI编程</category>
        <category>Claude Code</category>
        <category>Copilot</category>
        <category>Prompt 工程</category>
        <category>效率工具</category>
      </item>
      <item>
        <title>Git 高级工作流实战：从 Rebase 到 Cherry-Pick 的进阶之路</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/advanced-git-workflow-rebase-cherry-pick</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/advanced-git-workflow-rebase-cherry-pick</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:34 GMT</pubDate>
        <description>深入掌握 Git 高级工作流，系统学习 rebase vs merge 的取舍、规范化 commit message、Git Hooks 自动化、cherry-pick 精准摘樱桃策略，以及复杂冲突的解决思路。</description>
        <category>Git</category>
        <category>版本控制</category>
        <category>工作流</category>
        <category>DevOps</category>
        <category>团队协作</category>
      </item>
      <item>
        <title>系统设计面试指南：从方法论到经典案例</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/system-design-interview-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/system-design-interview-guide</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:34 GMT</pubDate>
        <description>系统梳理系统设计面试的准备方法论与答题框架，深入解析 URL 短链接、聊天系统、分布式限流器等经典案例的设计思路与关键技术选型。</description>
        <category>系统设计</category>
        <category>面试</category>
        <category>架构</category>
        <category>分布式系统</category>
      </item>
      <item>
        <title>Node.js Stream 深入理解：从原理到实战</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/nodejs-stream-deep-dive</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/nodejs-stream-deep-dive</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:33 GMT</pubDate>
        <description>深入剖析 Node.js Stream 的内部机制，系统讲解 Readable、Writable、Transform 和 Duplex 四种流类型，掌握背压处理、管道模式与错误处理的最佳实践。</description>
        <category>JavaScript</category>
        <category>Node.js</category>
        <category>Streaming</category>
        <category>后端开发</category>
      </item>
      <item>
        <title>Docker 前端开发环境实战：从 Dockerfile 到 CI/CD</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/docker-frontend-development-guide</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/docker-frontend-development-guide</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:33 GMT</pubDate>
        <description>全面讲解 Docker 在前端开发中的应用，涵盖多阶段构建优化、docker-compose 编排开发环境、热更新配置、Nginx 部署优化以及 CI/CD 流水线集成。</description>
        <category>DevOps</category>
        <category>Docker</category>
        <category>前端工程化</category>
        <category>开发工具</category>
      </item>
      <item>
        <title>React 性能优化实战：从渲染机制到高级优化技巧</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/react-performance-optimization</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/react-performance-optimization</guid>
        <pubDate>Mon, 06 Jul 2026 07:07:32 GMT</pubDate>
        <description>深入剖析 React 渲染机制与性能优化策略，涵盖 memo、useMemo、useCallback 的正确使用场景、虚拟列表实现、代码分割与懒加载、状态管理优化等核心技巧。</description>
        <category>React</category>
        <category>性能优化</category>
        <category>前端开发</category>
        <category>JavaScript</category>
      </item>
      <item>
        <title>现代CSS布局艺术：Container Queries、CSS Grid与渐进增强</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/modern-css-layout-art-container-queries-grid</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/modern-css-layout-art-container-queries-grid</guid>
        <pubDate>Sun, 05 Jul 2026 11:45:30 GMT</pubDate>
        <description>探索现代CSS布局的强大能力，从Container Queries到CSS Nesting，掌握2024年最值得学习的CSS新特性与实战技巧。</description>
        <category>CSS</category>
        <category>前端开发</category>
        <category>Web设计</category>
        <category>CSS Grid</category>
        <category>响应式设计</category>
      </item>
      <item>
        <title>Supabase实战指南：用开源BaaS构建现代全栈应用</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/supabase-practical-guide-fullstack</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/supabase-practical-guide-fullstack</guid>
        <pubDate>Sun, 05 Jul 2026 11:45:30 GMT</pubDate>
        <description>从零开始掌握Supabase，深入了解PostgreSQL数据库、RLS安全策略、实时订阅和Edge Functions，构建安全可靠的现代全栈应用。</description>
        <category>Supabase</category>
        <category>全栈开发</category>
        <category>PostgreSQL</category>
        <category>BaaS</category>
        <category>后端开发</category>
      </item>
      <item>
        <title>Next.js 16深度解析：React Server Components与全栈新范式</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/nextjs-16-deep-dive-rsc-fullstack</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/nextjs-16-deep-dive-rsc-fullstack</guid>
        <pubDate>Sun, 05 Jul 2026 11:45:29 GMT</pubDate>
        <description>全面解析Next.js 16带来的革命性变化，从React Server Components到Server Actions，探索全栈开发的新范式。</description>
        <category>Next.js</category>
        <category>React</category>
        <category>RSC</category>
        <category>全栈开发</category>
        <category>前端框架</category>
      </item>
      <item>
        <title>TypeScript高级类型编程：从泛型到模板字面量类型</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/typescript-advanced-type-programming</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/typescript-advanced-type-programming</guid>
        <pubDate>Sun, 05 Jul 2026 11:45:29 GMT</pubDate>
        <description>探索TypeScript高级类型系统的强大能力，从条件类型、模板字面量类型到类型推断，帮助你编写更安全、更优雅的TypeScript代码。</description>
        <category>TypeScript</category>
        <category>类型系统</category>
        <category>前端开发</category>
        <category>编程技巧</category>
      </item>
      <item>
        <title>现代Web性能优化：从Core Web Vitals到实战策略</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/modern-web-performance-optimization</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/modern-web-performance-optimization</guid>
        <pubDate>Sun, 05 Jul 2026 11:45:29 GMT</pubDate>
        <description>深入探讨现代Web性能优化的核心指标与实战策略，从Core Web Vitals出发，覆盖图片、字体、代码分割等关键优化领域。</description>
        <category>Core Web Vitals</category>
        <category>性能优化</category>
      </item>
      <item>
        <title>构建高可用 Web 应用的七个设计原则</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/high-availability-web-apps</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/high-availability-web-apps</guid>
        <pubDate>Sat, 16 May 2026 13:36:48 GMT</pubDate>
        <description>深入探讨构建高可用 Web 应用的七个核心设计原则：冗余设计、优雅降级、熔断限流、健康自愈、监控告警、安全防御与回滚灾备，附带实际案例与落地建议。</description>
        <category>Web开发</category>
        <category>最佳实践</category>
        <category>架构</category>
        <category>高可用</category>
      </item>
      <item>
        <title>前端架构演进史：从 SSR 到 ISR 再到 RSC</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/frontend-architecture-evolution</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/frontend-architecture-evolution</guid>
        <pubDate>Sat, 16 May 2026 13:34:18 GMT</pubDate>
        <description>从纯客户端渲染到服务端渲染，从静态生成到增量再生，再到 React Server Components 的范式转变——本文系统梳理了前端架构的演进脉络，深入剖析 CSR、SSR、SSG、ISR、RSC 的核心原理、适用场景与最佳实践，助你理清技术选型的决策框架。</description>
        <category>Next.js</category>
        <category>React</category>
        <category>RSC</category>
        <category>SSR</category>
        <category>前端开发</category>
        <category>性能优化</category>
        <category>架构</category>
      </item>
      <item>
        <title>开源软件的安全思考</title>
        <link>https://my-app-blond-beta-56.vercel.app/posts/open-source-security-thinking</link>
        <guid isPermaLink="true">https://my-app-blond-beta-56.vercel.app/posts/open-source-security-thinking</guid>
        <pubDate>Sat, 16 May 2026 13:34:18 GMT</pubDate>
        <description>结合真实的前端项目安全加固案例，探讨开源软件中容易被忽视的安全盲点，包括安全响应头配置、robots.txt信息泄露、环境变量管理、前端密钥暴露、服务端代理架构以及HTTP方法限制等六个维度，提供可落地的防护建议。</description>
        <category>CSP</category>
        <category>Next.js</category>
        <category>Supabase</category>
        <category>Web 安全</category>
        <category>Web开发</category>
        <category>开源</category>
      </item>
  </channel>
</rss>