<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>富来的博客</title>
    <link>https://fulai.example.com</link>
    <description>思考、记录、分享 — 关于Java后端、数据库和前端开发</description>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 20 Nov 2024 08:00:00 GMT</lastBuildDate>
    <atom:link href="https://fulai.example.com/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Spring Boot 3.0 核心特性与最佳实践</title>
      <link>https://fulai.example.com/post.html?id=1</link>
      <guid>https://fulai.example.com/post.html?id=1</guid>
      <pubDate>Wed, 20 Nov 2024 08:00:00 GMT</pubDate>
      <description>深入解析 Spring Boot 3.0 的重大更新，包括 Jakarta EE 迁移、GraalVM 原生镜像支持、AOT 编译等核心特性。</description>
      <category>Java后端</category>
      <author>富来</author>
    </item>
    <item>
      <title>Spring Cloud Alibaba 微服务实战</title>
      <link>https://fulai.example.com/post.html?id=2</link>
      <guid>https://fulai.example.com/post.html?id=2</guid>
      <pubDate>Tue, 05 Nov 2024 08:00:00 GMT</pubDate>
      <description>基于 Spring Cloud Alibaba 构建企业级微服务架构，涵盖 Nacos、Sentinel、Seata 等核心组件。</description>
      <category>Java后端</category>
      <author>富来</author>
    </item>
    <item>
      <title>MySQL 高性能索引优化策略</title>
      <link>https://fulai.example.com/post.html?id=3</link>
      <guid>https://fulai.example.com/post.html?id=3</guid>
      <pubDate>Fri, 18 Oct 2024 08:00:00 GMT</pubDate>
      <description>索引是 MySQL 性能优化的核心。本文深入讲解 B+Tree 原理、索引类型、执行计划分析以及常见优化场景。</description>
      <category>数据库</category>
      <author>富来</author>
    </item>
    <item>
      <title>高并发系统设计：从理论到实践</title>
      <link>https://fulai.example.com/post.html?id=4</link>
      <guid>https://fulai.example.com/post.html?id=4</guid>
      <pubDate>Mon, 30 Sep 2024 08:00:00 GMT</pubDate>
      <description>高并发系统是后端开发的难点。本文从缓存、异步、限流、降级、熔断等多个维度讲解高并发架构设计。</description>
      <category>Java后端</category>
      <author>富来</author>
    </item>
    <item>
      <title>分布式事务解决方案深度对比</title>
      <link>https://fulai.example.com/post.html?id=5</link>
      <guid>https://fulai.example.com/post.html?id=5</guid>
      <pubDate>Thu, 12 Sep 2024 08:00:00 GMT</pubDate>
      <description>分布式事务是微服务架构中的难点。本文深度对比 2PC、TCC、Saga、本地消息表等方案。</description>
      <category>Java后端</category>
      <author>富来</author>
    </item>
    <item>
      <title>JVM 性能调优实战指南</title>
      <link>https://fulai.example.com/post.html?id=6</link>
      <guid>https://fulai.example.com/post.html?id=6</guid>
      <pubDate>Sun, 25 Aug 2024 08:00:00 GMT</pubDate>
      <description>JVM 调优是 Java 高级开发的必备技能。本文从内存模型、垃圾回收、性能监控到实际问题排查。</description>
      <category>Java后端</category>
      <author>富来</author>
    </item>
    <item>
      <title>Redis 缓存设计与实战</title>
      <link>https://fulai.example.com/post.html?id=7</link>
      <guid>https://fulai.example.com/post.html?id=7</guid>
      <pubDate>Thu, 08 Aug 2024 08:00:00 GMT</pubDate>
      <description>Redis 是高并发系统的基石。本文从数据结构、持久化、集群到高可用架构全面讲解。</description>
      <category>数据库</category>
      <author>富来</author>
    </item>
    <item>
      <title>Vue 3 组合式 API 实战指南</title>
      <link>https://fulai.example.com/post.html?id=8</link>
      <guid>https://fulai.example.com/post.html?id=8</guid>
      <pubDate>Sat, 20 Jul 2024 08:00:00 GMT</pubDate>
      <description>Vue 3 的组合式 API 带来了更灵活的代码组织方式。本文讲解 Composition API 的核心概念和最佳实践。</description>
      <category>前端开发</category>
      <author>富来</author>
    </item>
    <item>
      <title>JavaScript 异步编程：从回调地狱到 async/await</title>
      <link>https://zimo.example.com/post.html?id=1</link>
      <guid>https://zimo.example.com/post.html?id=1</guid>
      <pubDate>Fri, 15 Nov 2024 08:00:00 GMT</pubDate>
      <description>回顾 JavaScript 异步编程的演进历程，从最早的回调函数，到 Promise，再到生成器，最终到达现代 async/await 语法。</description>
      <category>前端开发</category>
      <author>子墨</author>
    </item>
    <item>
      <title>CSS Grid 实战：构建响应式布局的终极指南</title>
      <link>https://zimo.example.com/post.html?id=2</link>
      <guid>https://zimo.example.com/post.html?id=2</guid>
      <pubDate>Mon, 28 Oct 2024 08:00:00 GMT</pubDate>
      <description>CSS Grid 是现代 Web 布局的基石。本文通过实际案例，深入讲解 Grid 的核心概念、常用模式以及响应式布局的最佳实践。</description>
      <category>前端开发</category>
      <author>子墨</author>
    </item>
    <item>
      <title>深入理解浏览器渲染原理</title>
      <link>https://zimo.example.com/post.html?id=3</link>
      <guid>https://zimo.example.com/post.html?id=3</guid>
      <pubDate>Thu, 10 Oct 2024 08:00:00 GMT</pubDate>
      <description>从输入 URL 到页面呈现，浏览器经历了哪些步骤？深入理解 DOM 构建、样式计算、布局、绘制和合成的完整流程。</description>
      <category>前端开发</category>
      <author>子墨</author>
    </item>
    <item>
      <title>Git 工作流的艺术：从入门到团队协作</title>
      <link>https://zimo.example.com/post.html?id=4</link>
      <guid>https://zimo.example.com/post.html?id=4</guid>
      <pubDate>Sun, 22 Sep 2024 08:00:00 GMT</pubDate>
      <description>掌握 Git 不仅是学会几个命令，更重要的是理解其背后的数据模型和协作理念。</description>
      <category>工具技巧</category>
      <author>子墨</author>
    </item>
    <item>
      <title>如何写出可维护的代码</title>
      <link>https://zimo.example.com/post.html?id=5</link>
      <guid>https://zimo.example.com/post.html?id=5</guid>
      <pubDate>Thu, 05 Sep 2024 08:00:00 GMT</pubDate>
      <description>代码是写给人看的，只是顺便让机器执行。本文分享在多年实践中总结出的可维护代码的编写原则和技巧。</description>
      <category>编程思想</category>
      <author>子墨</author>
    </item>
    <item>
      <title>Web 性能优化的实战策略</title>
      <link>https://zimo.example.com/post.html?id=6</link>
      <guid>https://zimo.example.com/post.html?id=6</guid>
      <pubDate>Sun, 18 Aug 2024 08:00:00 GMT</pubDate>
      <description>从首屏加载到运行时性能，系统性地梳理 Web 性能优化的核心指标和实战技巧。</description>
      <category>前端开发</category>
      <author>子墨</author>
    </item>
    <item>
      <title>TypeScript 类型体操入门</title>
      <link>https://zimo.example.com/post.html?id=7</link>
      <guid>https://zimo.example.com/post.html?id=7</guid>
      <pubDate>Tue, 30 Jul 2024 08:00:00 GMT</pubDate>
      <description>TypeScript 的类型系统是图灵完备的。本文带你领略类型体操的魅力，从基础类型工具到高级类型编程。</description>
      <category>前端开发</category>
      <author>子墨</author>
    </item>
    <item>
      <title>程序员的时间管理法则</title>
      <link>https://zimo.example.com/post.html?id=8</link>
      <guid>https://zimo.example.com/post.html?id=8</guid>
      <pubDate>Fri, 12 Jul 2024 08:00:00 GMT</pubDate>
      <description>在信息爆炸和持续打断的时代，程序员如何有效管理注意力，在深度工作和及时响应之间找到平衡。</description>
      <category>职业成长</category>
      <author>子墨</author>
    </item>
  </channel>
</rss>
