Articles
Industry news, technical articles, and product introductions
📚 Claude Tutorials Hub
40+ step-by-step Claude guides — prompt engineering, Claude Code, API, agents. Browse by topic →
Loading...
Industry news, technical articles, and product introductions
📚 Claude Tutorials Hub
40+ step-by-step Claude guides — prompt engineering, Claude Code, API, agents. Browse by topic →
Loading...
A Mac mini at home runs Claude Code around the clock — but how do you take over a session from a browser when you're away? This is a real setup that has been live for a week and in daily use: claudecodeui as the web UI (chosen over the official web version, ttyd, and code-server), an SSH reverse tunnel pushing it to a VPS, and nginx adding TLS plus login rate limiting to turn it into an ordinary URL. Includes full configs, real operating numbers (five days of tunnel uptime with zero drops, 170MB RSS), a <synthetic> placeholder bug hit and fixed within the first week, and an honest for-and-against on why not Tailscale.
Deep dive into Claude Code's Hooks system. Learn to auto-run custom scripts before and after tool calls to build automation workflows that match your team's standards. Includes a hands-on lab: 38 `claude -p` sessions across the full 8-event matrix show only exit 2 blocks a tool (exit 1 and 3 both let it through), a UserPromptSubmit exit 2 aborts the whole turn in 0.195s with 0 turns and $0, and nine empty hooks cost less than the measurement noise.