Beginner Guide: Auto-build and Deploy a Hugo Site with GitHub Actions 2026年6月8日 | Technology Use GitHub Actions to build a Hugo site automatically and publish the public directory to GitHub Pages.…… 阅读全文
Codex Project Rules: Use AGENTS.md to Keep AI Coding Consistent 2026年6月4日 | Technology Use AGENTS.md to turn project rules, test commands, and review expectations into instructions Codex loads every time.…… 阅读全文
Python Log Triage: Use rg and uv to Find Nginx 5xx Errors Fast 2026年6月3日 | Technology Use rg to filter suspicious lines from large logs, then run a uv-powered Python script to summarize 5xx errors.…… 阅读全文
Connect Codex to LiteLLM with Nginx as One Model Gateway 2026年6月2日 | Technology Use LiteLLM, Nginx, and Codex together so Codex can call multiple model aliases through one HTTPS endpoint.…… 阅读全文
Write Self-Contained Python Scripts with uv and PEP 723 2026年6月2日 | Technology Use uv and PEP 723 to put Python dependencies inside a script so it can run after being copied to another machine.…… 阅读全文
Build a Sky Flap Browser Game with Phaser: Source Download to Local Run 2026年6月1日 | Technology Build a Sky Flap browser game with Phaser and Vite, then download the live page source, inspect the entry file, run locally, and publish.…… 阅读全文
Secure Python MCP Server: Add Boundaries to AI Tool Calls 2026年6月1日 | Technology Build a Python MCP Server with path limits, file size limits, allowlists, and audit logs.…… 阅读全文
2026 Practical Python Workflow: Replace pip, venv, and pipx with uv 2026年5月30日 | Technology Use one copyable uv workflow to manage Python versions, project dependencies, scripts, CLI tools, and legacy migrations.…… 阅读全文
2026 Practical Guide: Build Your First MCP Server with Python 2026年5月29日 | Technology Build a working MCP Server with Python and FastMCP so AI agents can call your own local tools.…… 阅读全文
rg Tutorial: Why Many Developers Use ripgrep Instead of grep 2026年5月28日 | Technology This guide introduces rg with practical commands and compares it with grep across speed, ignore rules, recursive search, and day-to-day code searching workflows.…… 阅读全文
2026 Webmaster Playbook: Automate llms.txt for AI Search with Python 2026年5月24日 | Technology Build and maintain llms.txt with a practical Hugo + Python workflow so AI search and answer systems can find your high-value pages faster.…… 阅读全文
Build Your Own Solana Wallet Toolkit (Batch Address Generation / SOL and USDT Transfer) 2026年5月6日 | Technology Use 2 Python scripts to cover the common Solana wallet workflow: batch address generation, balance checks, ATA handling, and SOL or USDT transfers.…… 阅读全文