All Posts
Discover and explore all 132 blog posts
Title
| Date
| Categories
| Tags
| Author
|
|---|---|---|---|---|
FDE 面試準備指南(九):LLM 核心知識——Token、Prompt Engineering 與 Embedding 以 Google AI 工程師兼面試官的視角,整理 FDE 面試中最關鍵的 LLM 實用知識:Token 與 Context Window 的工程意涵、Prompt Engineering 五大技法, … | May 31, 2026
Sunday | |||
FDE 面試準備指南(八):ML 基礎必備——從傳統機器學習到 Deep Learning 以 Google AI 工程師兼面試官的視角,系統整理 FDE 面試不能缺的 ML 基礎:Supervised Learning、評估指標、Overfitting 處理,以及從 MLP … | May 31, 2026
Sunday | |||
FDE 面試準備指南(七):Agent 深度設計——ReAct vs Planner、Tool Routing、Multi-Agent 以 Google AI 工程師兼面試官的視角,深度拆解 Agent 系統設計的五大主題:ReAct vs Planner-Executor 架構選擇、Tool Routing 設 … | May 31, 2026
Sunday | |||
FDE 面試準備指南(六):RAG 進階——檢索失敗、Grounding、評估指標與成本控制 以 Google AI 工程師兼面試官的視角,深度拆解 RAG 系統的四大進階主題:檢索失敗的原因與修復、Grounding 策略、RAG 評估指標設計,以及生產環境中的成本控制 | May 31, 2026
Sunday | |||
FDE 面試準備指南(五):RAG 深度技術——Chunking、Embedding、向量資料庫與混合搜尋 以 Google AI 工程師兼面試官的視角,深度拆解 RAG 的技術細節:Chunking 策略選擇、Embedding 模型挑選、向量資料庫設計、混合搜尋與 Reranking, … | May 31, 2026
Sunday | |||
FDE 面試準備指南(四):System Design 實戰 以 Google AI 工程師兼面試官的視角,完整拆解兩道 FDE 高頻系統設計題:企業知識庫 Chatbot 與 Internal AI Copilot, … | May 30, 2026
Saturday | |||
FDE 面試準備指南(三):你不能忽略的 ML 基礎 以 Google AI 工程師兼面試官的視角,整理 FDE 面試中仍然高頻的傳統 ML / AI 基礎知識,包含 Transformer、Embedding、評估指標與 Fine-tuning | May 30, 2026
Saturday | |||
FDE 面試準備指南(二):Agent System Design 以 Google AI 工程師兼面試官的視角,解析 FDE 面試中 Agent 系統設計考題,包含 ReAct、Multi-Agent、LangGraph、ADK 與失控防範 | May 30, 2026
Saturday | |||
FDE 面試準備指南(一):RAG 完全解析 以 Google AI 工程師兼面試官的視角,解析 FDE 面試中 RAG 最高頻考題,包含核心架構、Chunk 策略、幻覺改善與實戰建議 | May 30, 2026
Saturday | |||
AI Forward Deployed Engineer 必備技能指南(五):客戶協作與問題解決實務 深入探討 AI FDE 客戶協作的核心技能,包含需求分析、技術溝通、專案管理與問題解決的最佳實務 | May 26, 2026
Tuesday | |||
AI Forward Deployed Engineer 必備技能指南(四):生產環境 AI 系統監控與最佳化 深入探討生產環境 AI 系統的全方位監控策略、效能最佳化技術、故障診斷流程與成本管理實務 | May 26, 2026
Tuesday | |||
AI Forward Deployed Engineer 必備技能指南(三):企業級 AI 整合與部署策略 深入探討企業級 AI 系統整合策略,包含雲端平台部署、安全性管理、RAG 架構設計與企業數據管道建構 | May 26, 2026
Tuesday | |||
AI Forward Deployed Engineer 必備技能指南(二):多智慧體系統與框架實戰 深入探討多智慧體系統架構設計,包含 LangGraph、CrewAI 框架實作,以及 Model Context Protocol (MCP) 的企業級應用 | May 26, 2026
Tuesday | |||
AI Forward Deployed Engineer 必備技能指南(一):基礎核心概念與技術棧 深入解析 AI FDE 角色所需的核心技術基礎,包含 Python 生態系統、深度學習框架、大語言模型基礎與提示工程技術 | May 26, 2026
Tuesday | |||
購物車系統的高並發改造(二):Redisson 分散式鎖、讀寫分離路由與 Docker HA 水平擴展 高並發購物車系列第二篇:深入剖析 Redisson 分散式鎖如何防止超賣與重複下單、AbstractRoutingDataSource + LazyConnectionDataSourceProxy … | May 25, 2026
Monday | |||
購物車系統的高並發改造(一):Virtual Threads、HikariCP 與 Redis 快取三管齊下 深入剖析一個真實 Spring Boot 購物車系統如何從「默認設定」升級到能承受 C10K 的生產級高並發架構:JDK 21 Virtual Threads、HikariCP 連線池調校、Redis … | May 24, 2026
Sunday | |||
CrewAI 完全指南(三):進階技巧——Flows 事件驅動、Memory 記憶體、與生產部署 CrewAI 進階篇:用 @start/@listen/@router 建立事件驅動的複雜工作流程、三種記憶體機制的實際應用、錯誤處理與成本控制,以及如何把 CrewAI Crew 包成 API 服務 … | May 23, 2026
Saturday | |||
CrewAI 完全指南(二):三個真實場景實戰——競情分析、程式碼審查、客服自動化 CrewAI 不只是玩具:用三個完整的生產級範例說明如何建立競爭對手情報分析系統、自動化程式碼審查流程、以及智慧客服分類與回覆系統,包含工具整合與 Hierarchical Process 實作。 | May 22, 2026
Friday | |||
CrewAI 完全指南(一):入門與核心概念——用多 Agent 協作解決複雜問題 從零開始學 CrewAI:什麼是多 Agent 協作框架、為什麼需要它、核心四大元件(Agent、Task、Crew、Tool)的詳細說明,以及你的第一個 CrewAI 應用程式。 | May 21, 2026
Thursday | |||
RAG 完全指南(五):生產級評估、GraphRAG 與 Agentic RAG RAG 系列終章:如何用 RAGAS 框架量化評估 RAG 品質、GraphRAG 如何用知識圖譜突破向量搜尋的限制,以及 Agentic RAG 如何讓 AI Agent 主動決策何時搜尋、搜尋什 … | May 20, 2026
Wednesday | |||
RAG 完全指南(四):查詢轉換、Self-RAG 與 Context 壓縮 當問題本身就是問題:深入三大 RAG 優化技術——Step-Back Prompting、Self-RAG 自我反思、以及 Context Compression。了解它們的核心原理、實作方式、優缺點 … | May 19, 2026
Tuesday | |||
如何衡量 AI 的準確度(三):RAG 系統的可靠性評估框架 RAG 系統的評估遠不只是看回答品質,還要驗證檢索忠誠度與事實接地性。本文介紹 Faithfulness、Relevance、Context Precision 等 RAG 專屬指標, … | May 18, 2026
Monday | |||
如何衡量 AI 的準確度(二):大型語言模型(LLM)的評估方法 LLM 的輸出沒有唯一標準答案,該怎麼客觀評估?本文介紹 BLEU、ROUGE、Perplexity、BERTScore 及 LLM-as-a-Judge 等方法,幫助你從多個維度評估語言模型的真實能 … | May 18, 2026
Monday | |||
如何衡量 AI 的準確度(一):分類與回歸任務的基礎評估指標 AI 準確度不是一個數字就能說清楚的。本文從分類與回歸任務出發,介紹 Precision、Recall、F1-Score、RMSE 等核心指標,幫助你建立客觀評估 AI 模型的基礎框架。 | May 18, 2026
Monday | |||
RAG 完全指南(三):進階檢索技術——混合搜尋、HyDE、Multi-Query、Reranker Naive RAG 的搜尋精準度不夠?本篇深入四大進階檢索技術:BM25 混合搜尋、假設性文件嵌入(HyDE)、多查詢檢索(Multi-Query)、以及 Cross-Encoder … | May 18, 2026
Monday | |||
RAG 完全指南(二):Chunking 策略與向量資料庫選型 深入探討 RAG 系統的兩個核心基礎:如何切塊才能保留語意完整性,以及如何選擇適合的向量資料庫。包含五種 Chunking 策略比較與主流向量 DB 的實測比較。 | May 17, 2026
Sunday | |||
RAG 完全指南(一):基礎概念與你的第一個 RAG 系統 從零開始理解 RAG(Retrieval-Augmented Generation):為什麼 LLM 需要外部知識、RAG 的核心架構是什麼,以及如何用 Python 實作一個最基本的 RAG … | May 16, 2026
Saturday | |||
用 AI Bot 打造顧問團隊(五):數位行銷公司實戰案例 實戰案例:一家 8 人數位行銷公司如何用 AI Agent 團隊自動化內容策略、廣告文案、成效報告與客戶簡報,包含完整 Prompt、LangGraph 實作與執行步驟。 | Apr 30, 2026
Thursday | |||
用 AI Bot 打造顧問團隊(四):小型外包公司實戰案例 實戰案例:一家 10 人軟體外包公司如何用 AI Agent 團隊自動化需求評估、報價、專案追蹤與客戶溝通,包含完整 Prompt、Skill 設計與執行步驟。 | Apr 30, 2026
Thursday | |||
用 AI Bot 打造顧問團隊(三):評估、維運與優化計畫 AI 顧問 Agent 團隊上線後怎麼辦?本文從 DevOps/SRE 角度,涵蓋系統效能評估、品質驗證、監控告警、部署策略、以及持續改善的 Roadmap。 | Apr 30, 2026
Thursday | |||
用 AI Bot 打造顧問團隊(二):三條路線的實作步驟與範例程式碼 深入實作:分別用 Claude Code + AGENTS.md、Gemini CLI 與 LangGraph 建立 AI 顧問 Agent 團隊。包含完整設定步驟、System Prompt 設計、 … | Apr 30, 2026
Thursday | |||
用 AI Bot 打造顧問團隊(一):策略與技術路線選擇 想用純 AI Bot 建立一支 AI 顧問團隊?本文從商業角度出發,分析三條技術路線(Claude Code + agent.md、Gemini CLI、LangGraph + LLM),比較優缺點與 … | Apr 30, 2026
Thursday | |||
Apr 13, 2026
Monday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 11, 2026
Saturday | ||||
Apr 10, 2026
Friday | ||||
Mar 19, 2026
Thursday | ||||
Mar 13, 2026
Friday | ||||
Mar 12, 2026
Thursday | ||||
Mar 12, 2026
Thursday | ||||
Mar 12, 2026
Thursday | ||||
Mar 12, 2026
Thursday | ||||
Mar 12, 2026
Thursday | ||||
Mar 12, 2026
Thursday | ||||
SpotifyMCP2: Control Spotify with Claude via the Model Context Protocol A deep dive into SpotifyMCP2, an open-source Model Context Protocol server that integrates Claude … | Feb 24, 2026
Tuesday | |||
finance_data: A Python Toolkit for Downloading SEC Financial Filings from EDGAR A complete guide to the finance_data open-source project: a Python-based toolkit for downloading SEC … | Feb 24, 2026
Tuesday | |||
InvestSkill: Professional Investment Analysis Plugin for Claude Code Complete guide to InvestSkill, a Claude Code plugin that provides six powerful analytical tools for … | Feb 17, 2026
Tuesday | |||
Crypto Quantitative Trading Part 3: Optimization, Validation, and Production Deployment Complete guide to deploying quantitative crypto trading strategies to production. Learn validation … | Jan 24, 2026
Saturday | |||
Crypto Quantitative Trading Part 2: Advanced Strategies and Backtesting Framework Advanced guide to cryptocurrency trading strategy development and backtesting. Implement multiple … | Jan 24, 2026
Saturday | |||
Crypto Quantitative Trading Part 1: Fundamentals and Essential Concepts Comprehensive guide to crypto quantitative trading fundamentals. Explore market microstructure, data … | Jan 24, 2026
Saturday | |||
心靈 Lesson 2:如何建立「賣股票」的固定流程?投資心法完整指南 完整指南教你如何建立股票賣出的固定流程。從核心持股的機會成本分析、成長股的移動停利設定,到事件型標的的分批獲利策略,打造讓你長期走得下去、不後悔的賣出邏輯。 | Jan 24, 2026
Saturday | |||
Everything Claude Code: The Ultimate Production-Ready Plugin Collection Guide Deep dive into the everything-claude-code repository by an Anthropic hackathon winner. Discover how … | Jan 24, 2026
Saturday | |||
Building a Sentiment-Driven US Stock Trading System with X.com Real-Time Analysis Learn how to architect a production-ready sentiment-driven stock trading platform that streams X.com … | Jan 24, 2026
Saturday | |||
Building an Intelligent Bitcoin Trading System with AWS CDK and ML Models Learn how to architect and deploy an intelligent cryptocurrency trading system on AWS using CDK, … | Jan 24, 2026
Saturday | |||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Jan 18, 2026
Sunday | ||||
Synthwave 讀書會串流(四):開發者社群與變現策略 Synthwave 讀書會串流系列最終章:如何建立開發者社群、製作病毒式 Shorts、科技品牌合作,以及完整的變現路徑規劃($0 到 $10K/月) | Jan 18, 2026
Sunday | |||
Jan 17, 2026
Saturday | ||||
Jan 17, 2026
Saturday | ||||
Jan 17, 2026
Saturday | ||||
Jan 17, 2026
Saturday | ||||
Jan 17, 2026
Saturday | ||||
Jan 17, 2026
Saturday | ||||
Jan 10, 2026
Saturday | ||||
Dec 21, 2025
Sunday | ||||
Dec 21, 2025
Sunday | ||||
Building a Centralized Monitoring System with AWS CloudWatch and Grafana using CDK Design and implement a production-ready centralized monitoring and observability platform using AWS … | Nov 30, 2025
Sunday | |||
Building a Centralized User Access Control System with AWS Cognito and CDK Design and implement a production-ready centralized authentication and authorization system using … | Nov 30, 2025
Sunday | |||
Deploying Hugging Face Models to AWS: A Complete Guide with CDK, SageMaker, and Lambda Learn how to deploy production-ready Hugging Face AI models to AWS using CDK (TypeScript), … | Nov 30, 2025
Sunday | |||
Express.js Best Practices: Building Production-Ready Node.js Backend Applications Master Express.js development with comprehensive best practices covering configuration, middleware, … | Nov 30, 2025
Sunday | |||
TypeScript Best Practices: A Comprehensive Guide to Type-Safe Development Master TypeScript development with comprehensive best practices covering configuration, type system, … | Nov 30, 2025
Sunday | |||
Nov 10, 2025
Monday | ||||
Nov 10, 2025
Monday | ||||
Nov 9, 2025
Sunday | ||||
Nov 9, 2025
Sunday | ||||
Nov 9, 2025
Sunday | ||||
Nov 9, 2025
Sunday | ||||
Nov 9, 2025
Sunday | ||||
Nov 9, 2025
Sunday | ||||
Oct 15, 2025
Wednesday | ||||
Kubernetes 完整指南(三):進階功能與生產環境實踐 深入探討 Kubernetes 進階主題,包含自動擴展、RBAC 權限管理、Network Policy、Helm 套件管理、監控告警、日誌收集、CI/CD 整合與生產環境最佳實踐,打造企業級 K8S … | Oct 11, 2025
Saturday | |||
Kubernetes 完整指南(二):核心資源與 kubectl 實戰操作 深入探討 Kubernetes 核心資源對象,包含 Pod、Deployment、Service、Ingress、Volume 等完整操作指南,搭配大量 kubectl 指令範例與 YAML 配置,從 … | Oct 11, 2025
Saturday | |||
Kubernetes 完整指南(一):基礎概念與架構詳解 深入淺出介紹 Kubernetes 容器編排平台,涵蓋核心概念、架構設計、元件功能、與 Docker 的關係,以及完整的安裝配置教學。從零開始掌握 K8S 基礎知識。 | Oct 11, 2025
Saturday | |||
Docker 完整指南(三):進階應用與生產實踐 深入探討 Docker 進階主題,包含 Dockerfile 最佳實踐、多階段建立、Docker Compose 編排、網路進階配置、安全性強化、效能優化與生產環境部署策略。 | Oct 11, 2025
Saturday | |||
Docker 完整指南(二):指令大全與實務操作 完整的 Docker 指令參考手冊,涵蓋容器管理、映像操作、網路配置、資料卷管理等實務操作,配合大量範例與表格說明,從基礎到進階全面掌握 Docker CLI。 | Oct 11, 2025
Saturday | |||
Docker 完整指南(一):基礎概念與入門教學 全面介紹 Docker 容器技術的基礎概念,包含虛擬化原理、Docker 架構、核心元件,以及實用的安裝與配置教學。從零開始學習 Docker 容器化技術。 | Oct 11, 2025
Saturday | |||
Docker Mount Complete Guide: Volumes, Bind Mounts, and tmpfs Comparison Comprehensive guide to Docker mount types including volumes, bind mounts, and tmpfs. Learn the … | Oct 11, 2025
Saturday | |||
AWS DynamoDB Complete Guide: Architecture, Indexing & Performance Optimization Comprehensive guide to AWS DynamoDB covering data structures, architecture, indexing strategies, … | Sep 29, 2025
Monday | |||
Spring Boot 程式碼載入深度解析:從編譯到物件實例化完整流程 深入探討 Spring Boot 應用程式的程式碼載入機制,從 Java 原始碼編譯、類別載入、到 Spring Bean 物件實例化的完整流程分析。 | Sep 29, 2025
Monday | |||
JVM 記憶體深度解析:堆疊與堆積記憶體完整指南 深入探討 JVM 記憶體結構,包含堆疊記憶體、堆積記憶體的運作原理、配置策略及效能最佳化技巧,搭配實際程式碼範例與圖解說明。 | Sep 29, 2025
Monday | |||
AWS VPC Complete Guide: Enterprise Networking Patterns & VPC Peering Comprehensive guide to AWS VPC types, enterprise network design patterns, VPC peering, and Java … | Sep 29, 2025
Monday | |||
AWS Load Balancers: Complete Guide - Application, Network, Gateway, and Classic Load Balancers Comparison with Implementation Master AWS Load Balancers with comprehensive comparisons of ALB, NLB, GWLB, and CLB. Learn when to … | Sep 29, 2025
Monday | |||
AWS API Gateway: Complete Guide with Load Balancer Comparison, Microservices Architecture, and Java Implementation Master AWS API Gateway with comprehensive comparisons to load balancers, microservices integration … | Sep 29, 2025
Monday | |||
Webhooks: Complete Guide with Java Implementation - Event-Driven Architecture, Real-Time Integrations, and Best Practices Master webhooks with comprehensive comparisons to HTTP calls and polling, real-world Java … | Sep 29, 2025
Monday | |||
Redis Sentinel: Complete High Availability Setup Guide with Java Integration and Monitoring Master Redis Sentinel for high availability with comprehensive setup guides, mode comparisons, … | Sep 29, 2025
Monday | |||
MySQL Sharding Strategies: A Comprehensive Guide to Horizontal Scaling, Partitioning Methods, and Implementation Patterns Master MySQL sharding strategies with detailed comparisons of horizontal partitioning, range-based … | Sep 29, 2025
Monday | |||
Essential Design Patterns in Java: A Comprehensive Guide to Creational, Structural, and Behavioral Patterns Master essential design patterns in Java with practical implementations. Learn Singleton, Factory, … | Sep 29, 2025
Monday | |||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
Sep 27, 2025
Saturday | ||||
SpringDataPlatform: Apache Flink Management System 深度介紹 SpringDataPlatform 專案:一個基於 Spring Boot + Vue.js 的企業級 Apache Flink 任務管理平台,支援多種任務提交方式、即時監控和互動式數據處 … | Sep 6, 2025
Saturday | |||
Sep 6, 2025
Saturday | ||||
Aug 30, 2025
Saturday | ||||
Aug 10, 2025
Sunday | ||||
Aug 10, 2025
Sunday | ||||
Aug 10, 2025
Sunday | ||||
Aug 10, 2025
Sunday | ||||
Aug 10, 2025
Sunday | ||||
Java Concurrency Part 3: Design Patterns with Thread Interfaces - Producer-Consumer, Observer, and Enterprise Patterns Master concurrent design patterns using Java thread interfaces: Producer-Consumer, Observer, … | Jan 28, 2025
Tuesday | |||
Java Concurrency Deep Dive Part 2: Mastering Runnable, Callable Patterns and Internal Mechanisms Deep dive into Java concurrency fundamentals: Runnable and Callable internals, thread … | Jan 28, 2025
Tuesday | |||
Java Concurrency and Threading: Complete Guide to Runnable, Callable, and Modern Thread Patterns Comprehensive guide to Java concurrency and threading mechanisms. Learn Runnable vs Callable, … | Jan 28, 2025
Tuesday | |||
SAGA Pattern: Managing Distributed Transactions in Spring Boot Microservices Complete guide to implementing SAGA pattern for distributed transactions in Java Spring Boot … | Jan 28, 2025
Tuesday | |||
Data Consistency Patterns in Java Enterprise Applications Comprehensive guide to implementing data consistency patterns in Java applications, including … | Jan 28, 2025
Tuesday | |||
Building Centralized Logging with OpenSearch and AWS CDK Learn how to build a scalable centralized logging platform using OpenSearch, Kinesis Data Firehose, … | Dec 15, 2024
Sunday |