Mar 3 · 6 min read · SSH for Developers: Config, Keys, Tunneling, and Security SSH is one of those tools that most developers use daily but few configure well. A properly set up SSH config saves you from typing long commands, makes multi-server workflows painless, and im...
Join discussionMar 3 · 6 min read · ngrok and Webhook Testing: Exposing Localhost for Development If you've ever built anything that receives webhooks — Stripe payments, GitHub events, Slack commands, Twilio SMS — you've hit the same problem: the service sending the webhook needs a pub...
Join discussionJan 4 · 2 min read · We got tired of ngrok just to test MCP tools, so we built this If you've been playing with MCP (Model Context Protocol) to give Claude or other AI agents access to tools, you've probably hit this wall: You write a cool tool that queries your local Po...
Join discussion
Nov 17, 2025 · 4 min read · Kubernetes is the powerhouse of modern container orchestration, but setting it up at home or on minimal infrastructure can feel daunting. In this blog, I will walk you through creating a lightweight, fully functional Kubernetes cluster using k0s, com...
Join discussion
Nov 12, 2025 · 5 min read · Managing virtual machines manually on Proxmox is straightforward for one or two servers, but as soon as you start spinning up multiple nodes, automation becomes essential. This is where Terraform shines. In this blog, I will share my journey of provi...
Join discussion
Nov 10, 2025 · 4 min read · Managing Docker images privately is crucial for projects that need security, control, and faster deployments. In this tutorial, we’ll go through setting up a private Docker registry behind a remote tunnel , using a TCP passthrough for secure communic...
Join discussion
Nov 8, 2025 · 4 min read · This guide focuses on exposing applications running inside a Kubernetes cluster to the public internet in a controlled and secure way. The components used are MetalLB, the NGINX Ingress Controller, and Pangolin. The cluster itself is already provisio...
Join discussion
Nov 3, 2025 · 3 min read · Recently, I decided to self-host Pangolin (a modern VPN + mesh networking + tunneling platform) on my own server. The goal was simple: Create my own WireGuard-based private network Have an easy dashboard to manage networks and clients Avoid the co...
Join discussion
Sep 13, 2025 · 6 min read · Getting started with ngrok is almost suspiciously easy. Which is why the question we hear most often isn’t "where do I start?" but rather “what else can I do with ngrok?” For over a decade, we’ve been serving millions of developers and, through them,...
Join discussion