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.
Building a Java EE app on IBM Bluemix Using Watson, Cloudant on Tue, Oct 14, 2014
In Sample Code, Tutorial, Video,
Tags bluemix cloudant javaee watson
Hey Y’all!
Jeff here again and something I am really excited about is Watson is now available for anyone to use in Bluemix!
Today we are going to be building an example app using Java, Cloudant, and Watson.
Ok let’s talk through what this app is going to do before we build it.
Meet Ivy (hello!)
She’s a talent manager at a growing tech startup.
She’s looking for a new hire that would be a good fit on her team but the company is so popular that she has a huge inventory of resumes to sort through.
Inbound Ssl in Bluemix on Mon, Aug 18, 2014
In Tutorial, Sample Code,
Tags bluemix cloudfoundry security ssl node.js
Did you know in Bluemix you get inbound SSL for free? It is automatically turned on and enabled for every app. All you have to do is just access your app over https instead of http.
Developers don’t need to implement SSL in their app, you just need to support HTTP and the Bluemix infrastructure will support HTTPS for you and do SSL offloading.
Additionally Bluemix supports the x-forwarded-proto header to allow developers to check with protocol requests are coming in over.
Kraken.Js and Bluemix on Thu, Apr 17, 2014
In Tutorial, Sample Code,
Tags node.js kraken.js express bluemix
Kraken.JS is a new wonderful framework wrapper around Express for Node.JS. It includes things such as pre-canned security settings, templating, and internationalization. While Express in Node allows you to customize these type of things its not the most fun thing or exciting thing to do. While security is very important in your app why should you have to write redundant code for this. The answer is you do not have to anymore.