The "cf push - experience" saying is related to simplify some of cloud native development tasks for developers. I haven't found an official definition for that "cf push - experience" saying, so I just define one by myself. Of course, I found videos and longer implicit descriptions and one awesome description you can find in the YouTube video Kube Your Enthusiasm —... Continue Reading →
CallForCode weather API in Node-RED
I notice there are some changes in the usage of the weather API. For that reason I created a very simple sample with Node-RED to access the weather forecast. The Node-RED flow implements the access to the weather API you can use during your CallForCode challenge. Here is what you need to do, to get... Continue Reading →
Hot topics on hot days @DevOpsCon in Berlin
Hot topics on hot days @DevOpsCon in Berlin These two days were really hot and that's why I created that motto 😉 Here are a few pictures and a brief impression of the DevOpsCon conference in Berlin. The DevOpsCon Expo in Berlin on 11 - 14 June 2019 had approximately 800 participants and provided a full program on... Continue Reading →
„Let’s get started with cloud native Java applications on Kubernetes“ Our hands-on workshop is ready to rumble!
Our hands-on workshop: „Let’s get started with cloud native Java applications on Kubernetes“ , is ready to rumble! After all the effort Niklas and Harald did to deliver that awesome and valuable content of the “Cloud Native Starter” open sourced GitHub project, I contribute to that (ongoing) project with this hands-on workshop based on all the given great materials... Continue Reading →
Watson Studio project restriction for collaborators
When we create a Watson Studio project, we should pay attention on the collaborator restriction! We cannot change it later. This is just a blog post about a common pitfall for new Watson Studio users , when they are creating a new Watson Studio project. The step five in the documentation of the project creation tells us about restrict who can... Continue Reading →
State management, modal dialog and simple spinner in VUE
This blog post is about how to use state management, spinner with conditions, and modal dialogs when saving data in VUE. How these works, we will explore along an implementation in the #BlueCloudMirror project. Maybe this can save you some time, if you plan to do the same.
How to create an interactive YouTube Video selection in VUE
In this blog post I want to share my observations during the my implementation of interactive YouTube Video selection in VUE. Maybe you can save time, if you plan to do the same.
Cors and Node-RED using a simple forwarding server
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 →
