After answering a bunch of questions about the Bluemix CLI tool for IBM Cloud, I thought I’d share my personal cheatsheet in case it helps anyone looking for examples! Continue reading →
Now I’m working at IBM I am making extensive use of their Bluemix Platform, which is based on Cloud Foundry. The way that Cloud Foundry is set up is actually very neat, with everything you need contained in JSON structures within environment variables. Parsing out those values can be a pain however, so I thought I’d share the library that’s helping me the most with this: cfenv. Continue reading →