A comprehensive deep-dive into version control systems — from Git's internal model to advanced CLI tricks, branching workflows, GitHub power features, AI-assisted workflows, and running a self-hosted Git platform in your home lab with Gitea, Forgejo, and Woodpecker CI.
Tailscale
-
Version Control Mastery: Git, GitHub, AI Agents, and the Home Lab Stack -
Tailscale Funnel vs Cloudflare Tunnels: Two Ways to Expose a Service Through NAT Both Tailscale Funnel and Cloudflare Tunnels solve the same problem — getting public traffic to a service behind NAT without forwarding a port — but they make opposite architectural bets. A deep dive on the data planes, who terminates your TLS, the identity models, the real limits, and which one to actually reach for.
-
WireGuard vs OpenVPN vs Tailscale Three things people call "a VPN" that operate at different layers. The cryptographic protocol differences between WireGuard and OpenVPN, why Tailscale is a control plane rather than a competing protocol, the NAT-traversal story for each, and an honest decision framework for which to actually run.
-
Preserving a Voice: Fine-Tuning a Local LLM on a Loved One's Writing A careful, end-to-end guide to building a private, local language model that writes in a late parent's voice — from recovering and cleaning years of blog posts, to QLoRA fine-tuning on an RTX 5090, to grounding it with retrieval, packaging it as a GGUF, and sharing it with siblings over Tailscale. Includes the honest limits and the ethics that should shape every decision.
-
Tailscale for Homelab Networking How Tailscale's WireGuard-based mesh VPN works, subnet routers for LAN access, exit nodes, MagicDNS with split DNS for internal services, ACL policy files, and Headscale as a self-hosted control plane alternative.
-
Tailscale: The WireGuard Mesh VPN That Actually Works Everywhere A deep technical guide to Tailscale: how the mesh VPN works under the hood, complete setup for every platform, subnet routing and exit nodes for homelab access, ACL policy files, MagicDNS, Tailscale Funnel and Serve, self-hosting the control plane with Headscale, and an honest comparison with WireGuard, ZeroTier, and Netbird.
-
Zero Trust Architecture in Practice: Beyond the Buzzword A practical guide to implementing Zero Trust Architecture: moving beyond VPNs with identity-aware proxies, mTLS between services, and real-world patterns using Tailscale and Cloudflare Access.
-
Zero Trust Networking: Principles and Practical Tools A comprehensive guide to Zero Trust networking — the philosophy, core principles, and practical implementation using Tailscale and Cloudflare Access, including ACL configs, tunnel setup, and a homelab architecture that replaces legacy VPNs.
-
The Vibecoder's Home Lab: Running AI Agents Across Multiple Machines A comprehensive technical guide to building a home lab purpose-built for AI-assisted development — covering hardware selection, network architecture, DNS, Proxmox virtualization, shell configuration, running parallel Claude Code agents with git worktrees and tmux, agent sandboxing, and the workflows that make vibecoding genuinely efficient.