GoLinks
What are GoLinks? GoLinks are short URL-like links that follow the form: go/some/path that you can enter in your browser address bar (or anything that resolves a hostname) to be redirected to a well-known web resource. They’re similar to a BitLy URL, except that they follow generally use a friendly, easy to remember and type path (ie. go/zurns-blog or go/2025-goals). They’re pretty popular in big tech companies (Google being a big user of them), and likely between that (we’ve all heard the ‘insert high tech company here does it, so we should too’ line of reasoning) and how great they actually are (I’m not saying that not all high tech trends aren’t worth adopting), SaaS providers are now offering a this functionality as a service. Having to share your potentially private URLs with a third-party (and pay to do it) might deter you though, as it did myself, especially when it’s breeze to host a local GoLinks provider on your own machine. This post aims to help you do exactly that, all in a few dozen lines of code and commands. ...