When you use Node-RED on IBM Cloud during hackathons you will notice REST calls in flows cannot be directly invoked from a web application. The reason for this is mostly that cors (cross-origin resource sharing) is not enabled for the Node-RED server. This blog post is a simple workaround for this problem. By the way, you can use... Continue Reading →
Being @Hacknext a Hackathon and Conference to create impact in InsurTech
I was one of the coaches at the sold out Hacknext in Munich, hosted at Kohlebunker, from 7. March – 9. March 2019 and in this blog post I want to share my personal impressions. From my point of view it was great to see: young people build relevant solutions for the future with the latest technologies on... Continue Reading →
How to deploy a container to the IBM Cloud Kubernetes service
I want to describe another way to run the Highscores-Service of the #BlueCloudMirror game . In the game I use IBM Cloud Foundry apps, now I want to explore IBM Cloud Kubernetes. Note: The #BlueCloudMirror game we @Niklas, @Harald and I made, is available as an Pattern on IBM Developer. The first step was creating a container for the Highscores-Service, ... Continue Reading →