Browsing Category

Software

11503 posts

Software Engineering & Development Frameworks

This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.

You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.

This content is designed for engineers, technical leads, and teams working on production-scale applications.

Key Engineering Guides

[AI 協作筆記] gRPC 傳輸優化:基於 Flattening 與 Bitset 的高效方案

[AI 協作筆記] gRPC 傳輸優化:基於 Flattening 與 Bitset 的高效方案 本篇文章記錄了在開發高效能資料庫中間件 (hypool) 時,針對 gRPC 傳輸效率與型別限制所採用的優化方案。該方案由 AI 協助提出,借鑑了資料庫底層儲存原理,解決了傳統 gRPC 在傳輸大量資料庫結果集時面臨的兩個主要挑戰。 1.…
Read More