LINE 群組權限設計:從申請到審核的完整流程 實作三層權限模型與群組申請審核機制 Posted on December 23, 2025 前言 [Read More] Tags: Python LINE Bot 權限設計 狀態機
LINE Bot v3 SDK + FastAPI 非同步整合 整合兩個專案的 LINE Bot 處理邏輯到統一架構 Posted on December 23, 2025 [Read More] Tags: Python LINE Bot FastAPI SDK v3 非同步
AI 日誌系統:追蹤每一次對話 建立 AI 可觀測性,從對話記錄中發現問題與改進機會 Posted on December 22, 2025 前言 [Read More] Tags: Python AI 日誌 可觀測性 Claude
Prompt Injection 防護實作 當使用者輸入成為 AI 的指令,如何保護系統? Posted on December 22, 2025 前言 [Read More] Tags: Python AI 安全 Prompt Injection Claude
事件隊列設計:解決 Socket.IO 與 DB Commit 順序問題 用 ContextVar 實現 Request-Scoped 的事件隊列 Posted on December 21, 2025 前言 [Read More] Tags: Python FastAPI Socket.IO 事件驅動 架構設計
Repository Pattern 實作:讓資料層乾淨分離 用 Generic Repository 和依賴注入打造可維護的後端架構 Posted on December 21, 2025 [Read More] Tags: Python FastAPI SQLAlchemy Repository Pattern 架構設計
從 jaba + jaba-line-bot 到 jaba-ai:專案整合實戰 兩個獨立專案如何演變成統一的 AI 驅動後端 Posted on December 20, 2025 前言 [Read More] Tags: 專案 Python FastAPI 重構 架構設計 LINE Bot
Jaba AI 技術分享系列:完整目錄 從專案整合到 AI 安全、從架構設計到 LINE Bot 進階開發 Posted on December 19, 2025 [Read More] Tags: Jaba AI 目錄 系列文章 LINE Bot FastAPI Claude AI
pymupdf4llm - 把 PDF 轉成 AI 看得懂的 Markdown 專為 LLM 設計的 PDF 轉換工具,讓大型文件也能輕鬆處理 Posted on December 17, 2025 為什麼需要 PDF 轉 Markdown? [Read More] Tags: Python AI LLM PDF Markdown 工具推薦
C# WinForms 整合 Python OpenCV - Python.NET 完整教學 用 Python.NET 在 C# 中呼叫 Python 寫的 OpenCV 程式 Posted on December 16, 2025 [Read More] Tags: C# Python OpenCV Python.NET WinForms 影像處理