Adding reference to IBM Bluemix
diff --git a/Home.md b/Home.md
index eb69e21..4d88a73 100644
--- a/Home.md
+++ b/Home.md
@@ -172,6 +172,7 @@
     - [Digital Ocean](https://github.com/digitalocean/godo)
     - [Google Cloud Platform for Go](https://cloud.google.com/go)
     - [Heroku](https://github.com/heroku/heroku-buildpack-go)
+    - [IBM Bluemix](https://developer.ibm.com/bluemix/2015/10/28/getting-started-with-golang-on-bluemix/)
     - See here for [information on additional providers](ProviderIntegration)
   - [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD frameworks
   - Monitoring/Logging
diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md
index 8aee245..f91c18b 100644
--- a/LearnServerProgramming.md
+++ b/LearnServerProgramming.md
@@ -115,3 +115,7 @@
 
 - Rackspace's [gophercloud](https://github.com/rackspace/gophercloud) is a Golang SDK for working with OpenStack clouds.
 - Search packages for [Openstack](http://godoc.org/?q=openstack) or [Rackspace](http://godoc.org/?q=rackspace)
+
+### IBM BlueMix
+
+- [Write your first Golang app on BlueMix](https://developer.ibm.com/bluemix/2015/10/28/getting-started-with-golang-on-bluemix/)