Why I Built My Own Caching Proxy Server in Go
I recently built a proxy server specifically for caching purposes, and I am going to use it for a side project that I will be hosting soon. The reason behind it is simple: not all internet requests ne
blogs.dorna.com.np2 min read
Richard Smith
Building your own caching proxy is one of those projects that teaches you so much about both the language and networking fundamentals. Smart move.