Package management has not been part of core Golang before. Each year, there has been a different de facto standard. In recent years, it was "official [core team] experiment" dep. Finally, we have Go Modules.…
This is a quick "how to" for how Long found the information he needed to build the cf info plugin. Following a trail of breadcrumbs Determine the requirements: Print the currently targeted org…
I will mostly be following the instructions from here, but instead of Ubuntu I am going to try CentOS. Getting Started All you will need to start, aside from the obvious internet connection, is a…
Cloud Foundry UAA allows OAuth clients to be used to leverage the users of Cloud Foundry. This allows you to create apps without maintaining another user database. A free single-signon (SSO) for all your applications!…
Right now I'm working on learning Go by writing a small app that will, eventually, take a Markdown file and convert it to an HTML presentation. When I started working on my program today, my…
Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface, provides built-in health checks, and more. It also includes a key-value store similar to Etcd…