The Checklist for software i18n design. This checklist is intended to provide a checklist for planning reference during the software design phase. Of course, this is just an outline.
PROJECT-PRACTICE
Drafts for I18n & L10n Mind Framework.
11 May, 2025
PROJECT-PRACTICE
工程写作:Markdown 插入示意图
在 Markdown 工程写作中,经常会有插入 UML,流程图,架构图等示意图的需求。本文推荐两种工具以及对应的 Markdown 处理库、Visual Studio Code Markdown 扩展插件。
3 Mar, 2025
PROJECT-PRACTICE
Some Tips for Designing Tokenizer for Search Engine
Take Chinese, English and Japanese for Example
I'm planning to do some optimizations for full-text search engine for my blog site recently and enhance it with better Chinese and English language support, and there are some ideas flips through my mind.
18 Jan, 2025
PROJECT-PRACTICENLP
Let's Implement a Video Server with node.js and Ffmpeg
Node.js's non-blocking I/O and ffmpeg's video processing allow for building an efficient video streaming server. Let's implement a video server.
23 Mar, 2024
NODEPROJECT-PRACTICE
How to Organize Modules in Software Architecture
In software engineering, the reference relationship of software modules should ideally be a tree, but in practical applications, in order to reuse certain module structures, a directed acyclic graph is often formed.
21 Feb, 2023
PROJECT-PRACTICESE