Simple Hello World Python App using Flask on Mon, Mar 30, 2015
In Video, Tutorial, Sample Code,
Tags bluemix flask python
Hey Y’all! Jeff here again, today we are going to be going through some really simple steps to get started deploying a simple hello world python app using Flask on Bluemix.
Flask is an awesome and really lightweight framework in Python to create powerful webapps. We are going to use it make a really simple hello world app in Python though.
In this post we are going to go through the written instructions on how to do it but if you prefer watching a video check out the video below.
Tips for Migrating Ruby on Rails Applications to Bluemix on Thu, Mar 5, 2015
In Sample Code,
Tags bluemix postgresql redis ror ruby ruby on rails
Who doesn’t love some Ruby? Bluemix definitely loves Ruby on Rails! Sometimes running a Ruby on Rails app can be a little tricky, so I have included some tips and tricks for migrating your Ruby on Rails app to Bluemix. They will include:
Required gems Code tweaks Accessing external databases Deploying your app Required gems If you are using PostgreSQL you need to include pg. Sqlite3 is included to get local development working as well.
Control home devices with Bluemix Internet of Things (Part 2) on Tue, Feb 17, 2015
In Tutorial, Sample Code,
Tags bluemix cloudant node.js iot raspberry pi
Part 2: Configuring the Raspberry Pi This is a continuation of Part 1 of Controlling home devices with Bluemix Internet Of Things If you haven’t read Part 1, please do that first…
In Part 1 we got the electrical work out of the way. We wired up the relay’s and connected the circuit’s. In this part of the 3 part series we will configure the Raspberry Pi to control the relay’s that we wired up in part 1.
Control home devices with Bluemix Internet of Things on Fri, Feb 6, 2015
In Sample Code, Tutorial, Video,
Tags bluemix cloudant node.js iot raspberry pi
The number of Internet connected devices is growing dramatically, it is expected to increase from 15 billon devices in 2015 to 40 billion devices in 2020. These devices make up something called the Internet of Things. These devices can be controlled remotely and interconnected.
While a lot of these devices can be connected to the Internet, most of them are “dumb” devices right now. To turn these “dumb” devices into smart devices you can use the Internet of Things to connect them to the cloud.
How Watson and Bluemix see the State of the Union on Wed, Jan 21, 2015
In Sample Code, Tutorial,
Tags watson bluemix node.js
The State of the Union, a live broadcast that many Americans historically use as a tool to form opinions about the current political system, and gain insight from their Commander in Chief into the transparency of a system of checks and balances. What is more interesting is the thoughts and underlying feelings between the State of the Union. If we could figure out how the President is feeling or portraying himself, could we infer how the President will schedule and work with legislation and policy for the rest of the year?
Microservices in Bluemix on Mon, Jan 19, 2015
In Sample Code, Tutorial,
Tags amqp microservices bluemix mqtt node.js websockets
Monolith apps are no more. The age of the monolith is over. It wasn’t that long ago that companies and developers (myself included) were deploying one giant app that did everything. The app would serve all your static files, front-end HTML and CSS and Javascript, act as your REST API, serve as your data persistance tier, handles sessions, handle logins, and do security for your app. The list could keep going on and on.
Etherpad in Cloud Foundry – Quick Start Guide on Sat, Jan 3, 2015
In Sample Code, Tutorial, Video,
Tags bluemix cloudfoundry etherpad mysql
Etherpad Lite is an awesome online collaboration platform. Multiple open source projects use it for collaboration. One of the most notable ones is the Openstack Project Openstack Etherpad. To help you navigate the setup, this post provides step-by-step instructions to get things running. You may have read that Etherpad is complicated to install in a PaaS and there really isn’t a comprehensive quick start guide for running Etherpad-lite in Cloud Foundry.
Twitter Personality Comparisons Using Watson on Mon, Nov 24, 2014
In Tutorial, Sample Code,
Tags node.js watson cloudant devops twilio bluemix
Hey Yall!
We are back at it again with some demos!!!
Did you ever wonder if you and your favorite celebrity would be compatible if you met?? I sure do! Or did you ever wonder how you could become a better leader, I sure do. Today you would have to go Google the person and analyze posts and articles about them and be a personality expert to see if you have personality traits in common.
Deploying a Watson and Cloudant App with DevOps Services on Mon, Nov 24, 2014
In Tutorial,
Tags bluemix javaee cloudant watson liberty
Backed by popular demand this is a continuation of the post Building a Java EE app on IBM Bluemix Using Watson and Cloudant.
This post will detail how to build and deploy the app using IBM DevOps Services.
There is a bit of magic behind this, its called “The Deploy to Bluemix Button”…
Clicking the magic button below will setup the app using IBM DevOps services and deploy the whole application for you.
Onboarding Guide for Bluemix for Third Parties on Wed, Nov 19, 2014
In Tutorial,
Tags bluemix
While IBM is rapidly bringing new services and capabilities into Bluemix, one of the reasons our customers are so interested in Bluemix is because they can use our platform and services in conjunction with many other open source and third party APIs and services. The ability to easily access and integrate this combination of technology is one of the biggest values for any developer looking to build applications on Bluemix.