xpos - expose your server to the internet

xpos — a tunneling service I’ve been working on a lightweight alternative to tools like Ngrok, with a focus on simplicity, speed, and real-time developer experience. Meet xpos – a tunneling service that exposes your local server to the internet in seconds: xpos http 8080 Instantly get a public HTTPS URL TLS termination handled automatically Works with HTTP, WebSocket, gRPC, and any tcp protocol. No config, no account needed 100% free Ideal for: ...

April 4, 2025 · 1 min · 149 words · Arslan Ametov

Rate limiting and Go

Understanding Rate Limiting: Guide with Golang Implementation

March 20, 2025 · 4 min · 702 words · Arslan Ametov

Golang slices

Slices in Go, internals of usage

March 10, 2025 · 4 min · 728 words · Arslan Ametov