This talk is mostly about RabbitMQ.
Becoming Polyglot
My talk covering the 10 levels of mastering a new tech stack
Messaging Between Microservices
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