This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new b340888f docs: add blog for new committer (#908)
b340888f is described below
commit b340888f18365a80f255dd1e86e71258fb5e4995
Author: Bengbengbalabalabeng
<[email protected]>
AuthorDate: Fri May 1 09:01:54 2026 +0800
docs: add blog for new committer (#908)
* docs(blog): add blog for new committer
* refactor(blog): revise the origin story in committer blog post
* fix(blog): correct all Apache Fesod to Apache Fesod (Incubating)
---
website/blog/2026-04-29-from-user-to-committer.md | 44 ++++++++++++++++++++++
website/blog/authors.json | 8 ++++
.../2026-04-29-from-user-to-committer.md | 44 ++++++++++++++++++++++
website/src/pages/team/data/github-avatar.json | 4 ++
website/src/pages/team/data/team.json | 6 +++
5 files changed, 106 insertions(+)
diff --git a/website/blog/2026-04-29-from-user-to-committer.md
b/website/blog/2026-04-29-from-user-to-committer.md
new file mode 100644
index 00000000..1901c535
--- /dev/null
+++ b/website/blog/2026-04-29-from-user-to-committer.md
@@ -0,0 +1,44 @@
+---
+title: "From User to Committer"
+description: From User to Committer
+authors: [bengbengbalabalabeng]
+tags: [opensource, apache, committer, fesod]
+---
+
+
+
+Hello everyone, `bengbengbalabalabeng` here. I am incredibly honored and
thrilled to share some great news with you all: I recently received an official
invitation to become a Committer for the **Apache Fesod (Incubating)** project.
+
+From starting out as an everyday user to submitting my first bug fix, and
eventually diving deep into code contributions, documentation improvements, and
community support—this journey has been incredibly rewarding. I'd like to take
this opportunity to document my open-source adventure so far.
+
+<!--truncate-->
+
+## My First Encounter with Apache Fesod (Incubating)
+
+In my work as a Java developer, I frequently encountered the need to process
complex Excel files. It was while searching for an efficient solution to this
challenge that I first discovered FastExcel. It quickly became an essential
tool, significantly simplifying the complexity of handling Excel data in our
daily development.
+
+Later on, some exciting news broke: FastExcel was being donated to the Apache
Software Foundation, officially entering the incubator and rebranding as
**Apache Fesod (Incubating)**. At that moment, I felt the project's vitality
had been elevated to a whole new level. It combined the **massive influence and
solid user base** established during the FastExcel days with the **huge,
untapped potential** of the Apache open-source ecosystem. Seeing such a
powerful tool gain a "new lease on life [...]
+
+From there, I started following the community closely. I went from quietly
lurking, to participating in Issue discussions, and finally submitting my very
first PR ([#668](https://github.com/apache/fesod/pull/668)).
+
+## My Contributions
+
+After the thrill of having my first PR merged, I stopped limiting myself to
isolated bug fixes and started looking at the project from a more holistic
perspective. My main areas of contribution have included:
+
+- **Building out the Documentation System**
+- **Bug Fixes**
+- **Improving the Testing Framework**
+- **Feature Enhancements**
+- **Community Engagement**
+
+## My Takeaways
+
+Throughout my involvement with Apache Fesod (Incubating), I've come to deeply
realize that:
+
+- **Open source is about collaboration, not just writing code.** Every single
step—Issues, PRs, Code Reviews, and discussions—requires clear communication
and patience.
+- **Small contributions can make a massive impact.** Fixing a simple typo or
adding a code snippet can potentially help thousands of users.
+- **The power of the community far exceeds that of any individual.** Every
discussion and every consensus reached makes the project that much better.
+
+## Looking Ahead
+
+Becoming a Committer is by no means the finish line; rather, it is a brand-new
starting point. It comes with greater responsibilities and higher expectations.
I am incredibly excited to continue working alongside the community to make
Apache Fesod (Incubating) even better.
diff --git a/website/blog/authors.json b/website/blog/authors.json
index 0a4940fe..150d7e36 100644
--- a/website/blog/authors.json
+++ b/website/blog/authors.json
@@ -86,5 +86,13 @@
"socials": {
"github": "GOODBOY008"
}
+ },
+ "bengbengbalabalabeng": {
+ "name": "Jing Yang",
+ "url": "https://github.com/bengbengbalabalabeng",
+ "image_url":
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAGM0lEQVR4nOyZS4wcRxnH692P6d3ZMbO7nvXuxl7bsRXAgSByCEKKLAwCKVdfIuXCAXFASFE4GAVEjnAICAkJBYnHBSQQihSOICEhkDgERWaDs9oEr/c5s7sz+5hHd1dXdRWqqZ6JFdkzcWK7sdT/U3V3ddf3+15Vs0s+dekp8CgL5W3Ax1UBkLcKgLxVAOStAiBvFQB5qwDIWwVA3ioA8lYBkLceeQAydgaeJu6lkthOxAbXoXooVt2DxgM4T/iVr5+0Y7kv4uVe/FY3fqsH/j9YxgOQefb+eJoGl6eCy1PJRtx6dSfdE9n9OaalHl4+TI0HoAuuHRz/fh9NEvfJEq0xtuie+FZt/3sb9tHk1ar/9ISKlNjkcpuLrURscbHOVTt9wPZ/GIBFBwCgheq8
[...]
+ "socials": {
+ "github": "bengbengbalabalabeng"
+ }
}
}
\ No newline at end of file
diff --git
a/website/i18n/zh-cn/docusaurus-plugin-content-blog/2026-04-29-from-user-to-committer.md
b/website/i18n/zh-cn/docusaurus-plugin-content-blog/2026-04-29-from-user-to-committer.md
new file mode 100644
index 00000000..73606c0b
--- /dev/null
+++
b/website/i18n/zh-cn/docusaurus-plugin-content-blog/2026-04-29-from-user-to-committer.md
@@ -0,0 +1,44 @@
+---
+title: "从使用者到 Committer"
+description: 从使用者到 Committer
+authors: [bengbengbalabalabeng]
+tags: [opensource, apache, committer, fesod]
+---
+
+
+
+大家好,我是 `bengbengbalabalabeng`。非常荣幸能在这里与大家分享我的喜悦:近期我正式受邀成为了 **Apache Fesod
(Incubating)** 项目的 Committer。
+
+从最初的普通用户,到提交第一个 `Bugfix`,再到深入参与代码贡献、文档完善与社区答疑,这一路走来收获颇丰。借此机会,我想记录一下这段开源之旅。
+
+<!--truncate-->
+
+## 初识 Apache Fesod (Incubating)
+
+作为一名 Java 开发者,我在工作中经常面临处理复杂 Excel 文件的需求。在寻找高效解决方案的过程中,我接触到了
FastExcel。它极大地简化了我在日常开发中处理 Excel 数据的复杂度。
+后来,一个令人振奋的消息传来:FastExcel 宣布将其捐赠给 Apache 软件基金会,正式进入孵化器并更名为 Apache Fesod
(Incubating)。那一刻,我感觉这个项目的活力被提升到了一个全新的高度。
+它既拥有 FastExcel 时代积累的庞大用户基础与影响力,又展现出了在 Apache
开源土壤中未被完全开发的巨大潜力。这种优秀的工具在更大的平台上焕发“新生机”的奇妙结合深深吸引了我。
+
+然后,我便开始关注社区的动态,从默默潜水到在 Issues 里参与大家的讨论,再到提交第一个
PR([#668](https://github.com/apache/fesod/pull/668))。
+
+## 我的贡献
+
+有了第一次合并 PR 的经历后,我不再局限于单一的报错修复,而是尝试从整体去审视项目。主要是贡献方向如下:
+
+- **文档体系建设**
+- **Bug 修复**
+- **测试体系完善**
+- **功能增强**
+- **社区互动**
+
+## 我的收获
+
+在参与 Apache Fesod (Incubating) 的过程中,我深刻体会到:
+
+- **开源不只是写代码还有协作。** Issue、PR、Review、讨论,每一步都需要清晰沟通与耐心。
+- **小贡献也能产生巨大影响。** 一个 typo 修复、一个示例补充,都可能帮助成千上万的用户。
+- **社区的力量远大于个人。** 每一次讨论、每一次共识,都让项目变得更好。
+
+## 结语
+
+成为 Committer 绝不是终点,而是一个全新的起点。它意味着更多的责任和更高的要求。我很期待与社区一起把 Apache Fesod
(Incubating) 建设得更好。
diff --git a/website/src/pages/team/data/github-avatar.json
b/website/src/pages/team/data/github-avatar.json
index c36732e4..5a1cff38 100644
--- a/website/src/pages/team/data/github-avatar.json
+++ b/website/src/pages/team/data/github-avatar.json
@@ -42,5 +42,9 @@
{
"id": "13617900",
"avatar_base64":
"/9j/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDIBCQkJDAsMGA0NGDIhHCEyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMv/AABEIAGQAZAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5e
[...]
+ },
+ {
+ "id": "70380092",
+ "avatar_base64":
"iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAGM0lEQVR4nOyZS4wcRxnH692P6d3ZMbO7nvXuxl7bsRXAgSByCEKKLAwCKVdfIuXCAXFASFE4GAVEjnAICAkJBYnHBSQQihSOICEhkDgERWaDs9oEr/c5s7sz+5hHd1dXdRWqqZ6JFdkzcWK7sdT/U3V3ddf3+15Vs0s+dekp8CgL5W3Ax1UBkLcKgLxVAOStAiBvFQB5qwDIWwVA3ioA8lYBkLceeQAydgaeJu6lkthOxAbXoXooVt2DxgM4T/iVr5+0Y7kv4uVe/FY3fqsH/j9YxgOQefb+eJoGl6eCy1PJRtx6dSfdE9n9OaalHl4+TI0HoAuuHRz/fh9NEvfJEq0xtuie+FZt/3sb9tHk1ar/9ISKlNjkcpuLrURscbHOVTt9wPZ/GIBFBwCgheq8cQAUaHuo9tMlVMLOWQ
[...]
}
]
\ No newline at end of file
diff --git a/website/src/pages/team/data/team.json
b/website/src/pages/team/data/team.json
index 60062ef8..b0d46f67 100644
--- a/website/src/pages/team/data/team.json
+++ b/website/src/pages/team/data/team.json
@@ -67,6 +67,12 @@
"gitUrl": "https://github.com/GOODBOY008",
"name": "Zhongqiang Gong",
"isMentor": false
+ },
+ {
+ "githubId": "70380092",
+ "gitUrl": "https://github.com/bengbengbalabalabeng",
+ "name": "Jing Yang",
+ "isMentor": false
}
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]