Jamie's Blog

The curious developer's ODYSSEY, Exploring the Universe of TECH, CODE & AI.

The Complete Guide to Building Agentic AI Systems: From Basics to Production

Master the art of building production-ready agentic AI systems with reflection patterns, tool use, planning, and multi-agent collaboration. A comprehensive guide covering evaluation strategies, error analysis, and optimization techniques.

LangChain 1.x Architecture Guide for Tech Leads and Solution Architects

A Production-Ready Blueprint for Building Enterprise AI Agent Solutions.

Learning Notes: Fine-Tuning Transformer Models

A beginner-friendly guide to fine-tuning transformer models, including practical steps, tips, and common pitfalls.

Understanding Transformer Architecture: The Foundation of Modern AI

A Comprehensive Guide to Attention Mechanisms and How They Power LLMs Like GPT

Learn how Transformer architecture works with clear explanations and visual diagrams. Understand the core concepts behind modern AI models like GPT-4 and GPT-5.

Run LLM on Intel Iris Xe GPU Using IEPX-LLM + Ollama

For windows demostration only.

CKA & important operation commands

Passed CKA exam last Sat, would like to summarize the useful commands for future reference.

Complains about the CKA exam:
The CKA exam environment was changed from Terminal to Remote Desktop(VNC) from Last Jun, this is an absolutely shit
decision. The huge lagging causes that large amount of candidate’s time-wasting on always-waiting, and also Mouse is nearly useless - very difficult to locate what you want on Firefox browser, and eventually it highlights the good user experience on the k8s built-in documentation - Kubectl explain, how ridiculous it is !!!


Explore Kubernetes Local PV & PVC access mode

A local volume represents a mounted local storage device such as a disk, partition or directory. Local volumes can only be used as a statically created PersistentVolume. Dynamic provisioning is not supported.

Vault Agent with Kubernetes

Nearly all requests to Vault must be accompanied by an authentication token. This includes all API requests, as well as via the Vault CLI and other libraries, therefore application running in kubernetes is no exception. Luckily, Vault provides Kubernetes auth method to authenticate the clients using a Kubernetes Service Account Token, and Vault Agent which could be leveraged to automatically inject the secrets from vault into kubernetes pods through init container pattern.

Vault on Kubernetes

Install Vault on K8S with integrated storage via Helm

To setup a HA Vault Cluster in Kubernetes

Redis advance III

Redis basic knowledge - Redis cluster - Part I

Redis 集群