Category: Bluemix
In this post I am going to show you how easy it is for you to create a Bluemix tile for an API that you created using IBM API Connect. When you create APIs with IBM API Connect the credentials and urls for accessing your services are published in the developer portal that is tied…
In this video I show you how to build an API using IBM API Connect where Node Red is use to create the internal implementation of the API. The Node Red flow then connects to a Cloudant database map reduce view.
This post is to help you get started with calling your OpenWhisk actions from Node Red on IBM Bluemix. I will explain how you can quickly invoke your action using OpenWhisk’s RESTful API from a Node Red flow using the HTTP Request Node. To get started you need to define your action using the wsk…
In this blog post I am going to address a very common question about Bluemix services. Quite frequently I am asked if you can use Bluemix services from either an on-premise application hosting environment or from another cloud without actually hosting the application on Bluemix. The answer is yes and I will show you how…
Here is a short video that talks about the IBM Globalization Pipeline service on IBM Bluemix. In this video we show how to use the Globalization Pipeline service’s dashboard to quickly translate an application running in IBM Bluemix.
In this blog post I am going to show how to quickly translate a WebSphere Liberty application on Bluemix using the Globalization Pipeline service from within the IBM DevOps Services Delivery Pipeline. The best part about doing this is that the whole task of translating your Java property files will be completely automated for you….
In this post I will show you how to quickly globalize an API in Node Red that needs to return messages in more than one language. This is really easy to do when you use the Globalization Pipeline Service on IBM Bluemix. In our example we are going to create an API that returns a…
This blog post is to show you how quickly you can build a secure API on IBM Bluemix using Node Red and IBM API Management that lets you connect to a Cloudant database to access a view. The great part about this is that we are going to do this with almost no code. What we are…
Developers often struggle with how to quickly translate their cloud applications without having to hire professional translators and wait around for their translated resource bundles to be returned to them. Well IBM Bluemix has a great new service called Globalization Pipeline that lets you translate your applications in minutes without having to leave the Bluemix dashboard….
This post is to help you get started with using the new ECMA 402 Internationalization APIs in Node.js. In an earlier post I showed you how to query the Accept-Language header setting to determine the appropriate language to use in your Node.js APIs on IBM Bluemix. Now that we have the appropriate language and or locale…