-
Building a Real-Time Vibration DAQ Dashboard in Python 用 Python 打造即時振動資料採集儀表板
How I built a browser-based vibration data-acquisition system with a five-thread, queue-driven Python architecture — reading Modbus RTU at high rates while keeping the UI smooth. 如何以五執行緒、佇列驅動的 Python 架構打造瀏覽器端振動資料採集系統 ── 在高速讀取 Modbus RTU 的同時,維持介面流暢。
-
From if-else to Design Patterns: Architecting a Vehicle Management System 從 if-else 到設計模式:架構一套公司車輛管理系統
How our team built a Corporate Vehicle Management System on Spring Boot 3 and Vue 3 — leaning on the State, Strategy, Factory, Template Method, Adapter, and Observer patterns to keep the domain clean and testable. 我們如何以 Spring Boot 3 與 Vue 3 打造公司車輛管理系統 ── 運用 State、Strategy、Factory、Template Method、Adapter 與 Observer 等設計模式,讓領域邏輯保持乾淨、可測試。