Tag: IBM Cloud
-
Create a presigned URL to download an object in Python 3.x
Presigned URLs in Cloud Object Storage create a temporary link that can be used to share an object publicly for direct download. In one of my serverless(IBM Cloud Functions) proof of concepts, I had an idea of creating a presigned URL. As all my actions are written in Python 3.x, I decided to automate the…
-
Install Knative with Istio on IBM Cloud

This post provides you step-by-step instructions to install Knative with Istio on IBM Cloud Kubernetes Service(IKS), build and push your image to IBM Cloud Container Registry and deploy the app. Before jumping into the instructions, let’s quickly understand what Knative is and what are its key components. Knative extends Kubernetes to provide the missing building…
-
Deploy an app to Kubernetes using a Helm chart
This blog post walks you through how to scaffold a web application, run it locally in a container, and then deploy it to a Kubernetes cluster created with IBM Cloud Kubernetes Service using a Helm chart. Prerequisite: Getting started with Kubernetes on IBM Cloud : The CLI Way Containers are a standard way to package apps…
-
What’s in IBM Cloud for Developers
In this post, you will learn what’s in store for developers and how they can leverage 170+ unique services on IBM Cloud platform. Cloud computing, often referred to as simply “the cloud,” is the delivery of on-demand computing resources — everything from applications to data centers — over the internet on a pay-for-use basis. Elastic…
-
Build,deploy, and retrain a machine learning model using iris dataset
This post is an excerpt from our solution tutorial that walks you through the process of building a predictive machine learning model, deploying it as an API to be used in applications, testing the model and retraining the model with feedback data. All of this happening in an integrated and unified self-service experience on IBM…
-
For faster Swift Serverless actions…
While coding and drafting “Mobile app with a Serverless Backend”, We came up with an idea to use Swift on the server-side for the iOS app (it’s an interesting use case).So, that it will cater the full stack swift developers out there. The same is true for the Android version of the app as well.…
-
Enhance your chatbot conversation

Imagine, you are in a conversation with a chatbot and you feel that the human angle is completely missing because the bot starts it’s dialog with a usual “Hi” or “Hello”. You may want to personify the conversation by adding the name of the person (who’s logged in) to the boring “Hi” or “Hello”. Ever thought…
-
What can you Build using your Bluemix Cloud platform trial
This post helps you understand Bluemix Cloud platform and what you can develop using Bluemix trial account. If you are new to Bluemix and want to learn what it offers via a self-paced free course here’s the link. After my post on how to transform your idea to an application in minutes using IBM Bluemix.…
-
OpenWhisk: A Serverless platform to create and run event-driven apps that scale on demand

This blog post introduces you to Serverless computing, OpenWhisk (a serverless, open source cloud platform that executes functions in response to events at any scale) and guides you in getting started with Cloud Functions on IBM Cloud After writing a post on how to transform your idea into an app in minutes. I started thinking how about the compute part…
