graph TD
%% 全域樣式定義 (針對 GitHub Dark Mode 優化)
classDef default fill:#0d1117,stroke:#30363d,color:#c9d1d9,stroke-width:2px;
classDef root fill:#00d4ff,stroke:#fff,color:#000,stroke-width:4px,font-weight:bold;
classDef core fill:#1b2735,stroke:#00f2ff,color:#00f2ff,stroke-width:2px;
classDef arch fill:#1b2735,stroke:#7000ff,color:#bd93f9,stroke-width:2px;
classDef infra fill:#1b2735,stroke:#00ff95,color:#50fa7b,stroke-width:2px;
classDef fintech fill:#2d2a2e,stroke:#ffb86c,color:#ffb86c,stroke-width:3px,font-weight:bold;
%% 核心結構
Root((GO BACKEND ROOT)):::root
subgraph Core ["⚡ 語言核心與效能"]
C1[Goroutine & Concurrency]
C2[Memory & GC Optimization]
C3[Profiling: pprof/trace]
C4[Testing: Benchmark/Fuzz]
end
subgraph Arch ["🏗️ 架構設計與模式"]
A1[Clean / Hexagonal Arch]
A2[Event-Driven: NATS/Kafka]
A3[Distributed: Saga/2PC]
A4[Domain-Driven Design]
end
subgraph Infra ["🌐 基礎設施與運維"]
I1[K8s Operator Dev]
I2[CI/CD: Actions/ArgoCD]
I3[Observability: OTel]
I4[IaC: Terraform]
end
subgraph Fintech ["🔥 未來路徑: FINTECH"]
F1[High Perf Matching Engine]
F2[Blockchain Data Pipeline]
F3[Smart Contract: Geth/ABI]
F4[Ledger & Double-Entry]
end
%% 連接線
Root ==> Core
Root ==> Arch
Root ==> Infra
Root -.-> Fintech
%% 節點樣式套用
class C1,C2,C3,C4 core;
class A1,A2,A3,A4 arch;
class I1,I2,I3,I4 infra;
class F1,F2,F3,F4 fintech;
🎯
Focusing
back-end engineer current work in blockchain industry. Self-learner with regularly join some new tech campaign, such as AWS/GCP meetup.
-
Backend Engineer
- 台北市三重區
- https://www.linkedin.com/in/json-liang-yu/
Highlights
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



