2024
Matching System Part7: 整合撮合系統
Matching System Part6: Clearing 清算模組
Matching System Part5: Matching 撮合模組
Matching System Part4: Order 訂單模組
Matching System Part3: Asset 資產模組
Matching System Part2: Sequence 定序模組
Matching System Part1: 如何設計一個撮合系統
隨筆: Golang 錯誤處理
隨筆: Golang Slice 有無設定 cap 的差異
隨筆: Golang for 迴圈怎麼會都列出最後一個值
隨筆: Golang
隨筆: 測試框架或套件的選擇
隨筆: Testing
隨筆: rust trait(特徵)跟java interface(介面)的差異
隨筆: Rust
隨筆: algoexpert-minimum-waiting-time
隨筆: algoexpert-class-photos
隨筆: 0283-move zeros
隨筆: Algo
隨筆: 學習地圖
2021
Strategy Pattern,選定不同的策略來執行
Iterator Pattern,迭代各種不同的物件
Command Pattern,將動作已指令一個一個完成
Chain of Responsibility,將實作透過串串樂串起來
Proxy Pattern,讓代理人操作實際的物件
Flyweight Pattern,節省空間的好幫手
Composite Pattern,管理有層次的物件們
Facade Pattern,由統一的入口介面來做事
Decorator Pattern,巧妙的在方法上增加新功能
Bridge Pattern,橋接人間與魔界的次元門
Adapter Pattern,統一不同產品的介面
Prototype Pattern,創建物件不再從頭開始浪費時間
Singleton Pattern,致獨一無二的你
Builder Pattern,一步一步的建造產品
Abstract Factory Pattern,膜拜那個工廠之神吧!
Factory Method Pattern,把複雜的邏輯拆分至小工廠中
Simple Factory Pattern,把複雜細節隱藏的小工廠
UML Class diagrams,在抽象世界的具現化寶石
Concurrency Patterns 融會貫通+Graceful Shutdown,正確關閉各個宇宙的次元門
Thread-Specific Storage Pattern,高併發的多重宇宙空間
Two-phase Termination Pattern,我就跟你說不要亂拔電源!
Worker Pool Pattern,就。很。Pool。
Producer Consumer Pattern,點菜了,三份穿褲子的豬,一盤熱空氣,把牛變成鱒魚
Fan-Out Fan-In Pattern,看吧世界!這就是多人解決的力量!
Feature Pattern,我把未來託付給你了!
Thread-Per-Message Pattern,預備...發射!
Guarded Suspension Pattern,你不會死的,因為我會保護你
Read-Write-Lock Pattern,三人成虎,一人打虎!
Single Threaded Execution Pattern,門就只有一個大家好好排隊啊~
2020
使用 Istio 的 PrometheusJaeger 監控流量請求
使用 Istio 的 Jaeger 追蹤在各個 Service 穿梭的請求
使用 Istio 的 Grafana 可視化後端的流量
使用 Istio 的 Kiali 可視化後端的 Service Mesh
用 Istio DestinationRule元件來流量管理 - 實作篇
用 Istio DestinationRule元件來流量管理 - 概念篇
Istio Gateway、VirtualService元件 - 實作篇
Istio Gateway、VirtualService元件 - 概念篇
Istio 是什麼,原來是容器間通訊的妻管嚴嗎!? - 實作篇
Istio 是什麼,原來是容器間通訊的妻管嚴嗎!? - 概念篇
利用 Helm 把 K8s 元件都包裝起來吧!
了解 K8s 中的大門神!Ingress
了解 K8s 中的 Pod、Service、Deployment
Kompose!快速學習 Kubernetes 不是夢
Kubernetes!管理一切微服務的世界樹
以 gRPC-Web 實作前端與後端的溝通
以 gRPC 實作兩個微服務的溝通
Clean Architecture 的力量!無痛從 Restful API 轉換成 gRPC Server
gRPC-Web,讓你的前端也吃到 gRPC 的惡魔果實 - 實作篇
gRPC-Web,讓你的前端也吃到gRPC的惡魔果實 - 概念篇
神奇的 gRPC,讓你把 call service 當成一個 function call - 實作篇
神奇的 gRPC,讓你把 call service 當成一個 function call — 概念篇
讓你的 Backend 萬物皆虛,萬事皆可測 - Clean Architecture 測試篇
奔放的 Golang,卻隱藏著有紀律的架構! - Clean Architecture 實作篇
你的 Backend 可以更有彈性一點 - Clean Architecture 概念篇
什麼!你的程式碼由文件產生,這樣不就不用補文件了嗎!? - Docs tool 篇
今晚,我想來點 Golang Server 加 PostgreSQL - Docker-Compose 篇
Docker 在手,服務帶著走 - Docker 篇
微服務真的有那麼好?你的 Backend 有需要進化成他嗎?
在開始數碼微服務之旅前