Short talk for the Full Stack Meetup while I was in town. Tricky venue but great crowd :)
SQL, NoSQL and Beyond
A talk about Postgres/Redis/CouchDB for my local user group
Let the Build Server cf Push
Article on the work blog: https://medium.com/ibm-watson-data-lab/let-the-build-server-cf-push-1cb68341b6c4#.u9q8eo8bs. Please don’t run `cf push` from your machine (yes I know my tutorials tell you to) because it pushes your local filesystem. By using the build server, you only push what’s been committed to source control and presumably reviewed – and others can replicate your deploy.
Handling Failure Successfully in RabbitMQ
On the work blog: https://medium.com/ibm-watson-data-lab/handling-failure-successfully-in-rabbitmq I wrote this post about finding failure in your queueing setup and working out what to do about it
Deploy your PHP App to Bluemix
Short tutorial walking through how to take a “runs on my machine” PHP application to making it deploy to cloud – the example is specifically IBM’s Bluemix platform (because I work there!) but should pretty much work for most Cloud Foundry setups.