Peering Inside a Criminal’s Mind using IBM Watson on Mon, Aug 24, 2015
In Sample Code, Tutorial,
Tags bluemix node.js watson
With the recent shooting in South Carolina in reminds us that criminal’s can and will continue to harm people. They seem like random acts to most of us but to a criminal the acts make sense to them? No one can answer this question except the criminal. To peer inside a criminal’s would be next to impossible but what if there existed another way to peer inside their mind’s? This could be used to try to identify patterns or personality traits that exist.
(Video) - Deploying your Meteor app to Cloud Foundry and Bluemix on Mon, Aug 24, 2015
In Video,
Tags bluemix meteor mongodb websockets
This is a follow up post to a previous post on Deploying your Meteor app to Cloud Foundry and Bluemix. In this post we went through how to deploy a Meteor app to Cloud Foundry and Bluemix. In this post we will be going through the same thing except in a video format. Check out the video below.
I would love to hear your feedback and any suggestions you have, please reach out to me on Twitter [@jsloyer](https://twitter.
Deploying your Meteor app to Cloud Foundry and Bluemix on Wed, Aug 5, 2015
In Tutorial, Sample Code,
Tags bluemix meteor mongodb websockets
Meteor is a pretty powerful and cool framework for developing modern webapps all in Javascript. It provides some really cool things as a modern UI, responsive code that works on a desktop and a mobile device, and some really slick features with websockets with client and server side rendering.
I heard about Meteor mid-2014 but it peaked my interest last week when I was at a customer and a developer at the customer was building a Meteor app and they were asking how to run it on Bluemix.
Common Deploy Errors with Community Buildpacks in Bluemix on Wed, Jul 29, 2015
In Other,
Tags bluemix php buildpack
Recently the company that owns development for Ubuntu (Canonical) just announced it is dropping support for lucid 64 which is Ubuntu 10.04 LTS. What does this mean for Cloud Foundry and the community buildpacks?
Well nothing really but there is a couple gotcha’s you should know about.
I have seen issues with the following buildpacks, this is not a comprehensive list but the ones I at least know about.
PHP - https://github.
Zero downtime deployments with Bluemix and Codeship on Mon, Jul 20, 2015
In Tutorial,
Tags bluemix devops
This is a part two post following up on my earlier post on Zero Downtime Deployment with the CF Autopilot Plugin. I highly encourage you to read the first part before reading this post but if you are lazy I will go over the high level concepts here.
Overview of Part 1 (Quick Refresher) In part 1 we went over what a zero downtime deployment is and why it is in important.
Zero Downtime Deployment with the CF Autopilot Plugin - Video on Wed, Jul 1, 2015
In Video,
Tags bluemix devops zero downtime cloudfoundry
I recently wrote a blog post on what a zero downtime deployment is, why it is important, and how to perform one. I am now posting a video on the same topic so you can learn about a zero downtime deployment by watching a video instead.
If you prefer the tutorial and text instructions please check out Zero Downtime Deployment with the CF Autopilot Plugin.
I would love to hear your feedback and any suggestions you have, please reach out to me on Twitter [@jsloyer](https://twitter.
Personality Box – You had me at upload on Mon, Jun 29, 2015
In Tutorial, Video,
Tags bluemix box node.js watson
As announced yesterday, IBM has formed a partnership with Box.com, a partnership that includes the integration of Box into the Bluemix catalog. With its REST-based Content and View APIs, embedding enterprise-grade file storage into your app and enabling file sharing among your users has never been simpler.
To help you on your way to becoming a file-sharing guru, Bluemix developer advocate Jake Peyser and I have built a sample app that you can leverage as you begin to explore the possibilities of the Box.
Zero Downtime Deployment with the CF Autopilot Plugin on Fri, Jun 19, 2015
In Sample Code, Video, Tutorial,
Tags bluemix devops zero downtime cloudfoundry
Zero down time deployments are a must for any Internet app running at scale. Without the use of zero down time deployments, you would have to take down your application even just for a fraction of a second but in that fraction of a second you could lose a transaction or a purchase from a customer. This is not acceptable anymore. Some people like to call these apps cloud based apps, which I think is fine, but I’d rather call them Internet scale or born on the cloud apps.
Get Pumped for the Cloud Foundry Summit on Thu, Apr 30, 2015
In Other,
Tags cloudfoundry
I’m pumped for the Cloud Foundry Summit! Are you??? Well if you aren’t yet hopefully you will be after reading this!
If you attended the conference last year there was an awesome presentation on the future of Diego. What is Diego you ask? It is the new DEA that is coming for Cloud Foundry. It is a complete re-write in Go and will add some new features such as the ability to swap out the underlaying linux containers for things like Docker.
IoT Python app with a Raspberry Pi and Bluemix on Thu, Apr 2, 2015
In Sample Code, Tutorial, Video,
Tags bluemix flask iot python raspberry pi
This is an extension/continuation from the blog post on how to create a basic Python webapp. In this tutorial we are going to go through how to integrate a Python Flask webapp in Bluemix with the Internet of Things Foundation in Bluemix with a Raspberry Pi and two sensors on the Raspberry Pi. The tutorial also uses Twilio to interact with the Raspberry Pi.
So what does this look like? Here is a simple architecture diagram.