APISIX init.lua Source Code Analysis 【2026-08-16】APISIX init.lua source code analysis - Nginx phase wiring, request lifecycle orchestration, mTLS verification, X-Forwarded-* anti-spoofing, security & performance highlights
Easegress Source Code Reading Guide 【2026-07-31】A systematic guide to reading Easegress source code - from project overview, core architecture, and object system to the traffic pipeline
APISIX CLI ops.lua Source Code Analysis 【2026-07-29】APISIX CLI ops.lua source code analysis - command routing, init config generation, start/stop/reload process management, security & design highlights
Apache APISIX Source Code Reading Guide 【2026-07-26】A systematic guide to reading Apache APISIX source code - from startup flow and core modules to request handling pipeline and plugin system
Nginx Source Code Reading Guide 【2026-07-23】A systematic guide to reading Nginx source code - from environment setup and core data structures to process model and HTTP request handling
Problem 177: Nth Highest Salary 【2021-02-23】LeetCode 177. Nth Highest Salary - MySQL custom function solution
Git Tutorial 【2021-02-21】Git command quick reference - including reset, diff, checkout, stash and more