<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://gejifeng.github.io/</id><title>Jifeng's Blog</title><subtitle>Personal blog by Jifeng Ge (葛继峰). Writing about software engineering, technology, and life reflections in both English and Chinese.</subtitle> <updated>2026-04-13T16:42:26+08:00</updated> <author> <name>Jifeng Ge (葛继峰)</name> <uri>https://gejifeng.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://gejifeng.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://gejifeng.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Jifeng Ge (葛继峰) </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>如何写好技术博客文章</title><link href="https://gejifeng.github.io/posts/how-to-write-tech-blog/" rel="alternate" type="text/html" title="如何写好技术博客文章" /><published>2025-02-10T10:00:00+08:00</published> <updated>2025-02-10T10:00:00+08:00</updated> <id>https://gejifeng.github.io/posts/how-to-write-tech-blog/</id> <content type="text/html" src="https://gejifeng.github.io/posts/how-to-write-tech-blog/" /> <author> <name>Jifeng Ge (葛继峰)</name> </author> <category term="教程" /> <category term="写作" /> <summary>写技术博客是一种极佳的学习和分享方式。本文分享一些实用的技巧，帮助你写出高质量的技术文章。 为什么写技术博客？ 加深理解：将知识用文字表达出来，才能发现自己真正理解了什么 建立个人品牌：博客是最好的技术名片之一 帮助他人：你的经历和踩坑记录对他人很有价值 留存记录：博客是个人的技术成长档案 选题技巧 从日常工作中挖掘 最好的博客题材往往来自日常工作中遇到的问题： 解决掉的 Bug：记录问题的原因和解决过程 学到的新技术：用自己的话解释清楚 踩过的坑：帮助读者避免同样的错误 从读者角度思考 如果一年前的自己看到这篇文章，会有收获吗？ 结构化写作 一篇好的技术文章应该有清晰的结构： 问题背景 — 为什么需要这个技术/解决方案？ 核心内容 — 详细讲解，配合代码示例 总结回顾 — 关键要点提炼 延伸阅读 —...</summary> </entry> <entry><title>Writing Your First Jekyll Post</title><link href="https://gejifeng.github.io/posts/writing-your-first-post/" rel="alternate" type="text/html" title="Writing Your First Jekyll Post" /><published>2025-02-01T09:00:00+08:00</published> <updated>2025-02-01T09:00:00+08:00</updated> <id>https://gejifeng.github.io/posts/writing-your-first-post/</id> <content type="text/html" src="https://gejifeng.github.io/posts/writing-your-first-post/" /> <author> <name>Jifeng Ge (葛继峰)</name> </author> <category term="Tutorial" /> <category term="Jekyll" /> <summary>Jekyll posts are written in Markdown and placed in the _posts/ directory. Every post filename must follow the format YYYY-MM-DD-title.md. Front Matter Every post starts with YAML front matter between --- delimiters: --- title: "Your Post Title" date: 2025-02-01 09:00:00 +0800 categories: [Category, Subcategory] tags: [tag1, tag2] lang: en --- Add lang: en for English posts or lang: zh-CN f...</summary> </entry> <entry><title>欢迎来到我的博客！</title><link href="https://gejifeng.github.io/posts/welcome-zh/" rel="alternate" type="text/html" title="欢迎来到我的博客！" /><published>2025-01-15T10:30:00+08:00</published> <updated>2025-01-15T10:30:00+08:00</updated> <id>https://gejifeng.github.io/posts/welcome-zh/</id> <content type="text/html" src="https://gejifeng.github.io/posts/welcome-zh/" /> <author> <name>Jifeng Ge (葛继峰)</name> </author> <category term="博客" /> <category term="介绍" /> <summary>欢迎来到葛继峰的博客！ 你好，欢迎来访！我是葛继峰 (Jifeng Ge)，这是我的个人博客，在这里我会分享关于软件工程、技术和生活的思考与见解。 博客内容 这个博客是双语博客，我会用中文和英文两种语言来写文章。在首页顶部有一个语言过滤器，可以切换显示不同语言的文章。 主要话题 软件工程 — 架构设计、设计模式、最佳实践 技术资讯 — 工具、框架与行业趋势 开源项目 — 项目分享、贡献经验与社区动态 生活随笔 — 个人成长、读书笔记与随想 如何使用语言过滤器 在首页文章列表顶部，你会看到一个 Language / 语言 过滤栏： All / 全部 — 显示所有语言的文章 English — 只显示英文文章 中文 — 只显示中文文章 你的语言偏好会自动保存在浏览器中。 联系方式 欢迎通过以下方式联系我： 查看我在 GitH...</summary> </entry> <entry><title>Welcome to My Blog</title><link href="https://gejifeng.github.io/posts/welcome/" rel="alternate" type="text/html" title="Welcome to My Blog" /><published>2025-01-15T10:00:00+08:00</published> <updated>2025-01-15T10:00:00+08:00</updated> <id>https://gejifeng.github.io/posts/welcome/</id> <content type="text/html" src="https://gejifeng.github.io/posts/welcome/" /> <author> <name>Jifeng Ge (葛继峰)</name> </author> <category term="Blog" /> <category term="Introduction" /> <summary>Welcome to Jifeng’s Blog! Hello and welcome! I’m Jifeng Ge (葛继峰), and this is my personal blog where I share my thoughts and knowledge about software engineering, technology, and life. What to Expect This blog is bilingual — I write posts in both English and Chinese (中文). You can use the language filter on the home page to browse posts in your preferred language. Topics I Write About So...</summary> </entry> </feed>
