This blog post is about using the domain mapping functionality in IBM Cloud Code Engine to use custom domains and TLS certificates for your applications. The source code related to an example setup is in the GitHub project example WebApp build on Vue.js. But now we are going to use a wild card certificate for our domain *.example.com. With a TLS certificate for that domain.
Simple Node.js server example using the Watson Assistant API v2
This blog post is about a simple example to use the Watson Assistant API v2 with the Node.js SDK to get a Watson Assistant sessionID and send a message to Watson Assistant using this sessionID. Here is the GitHub project watson-assistant-simple-node-js-server-example.
New Open-Source Multi-Cloud Asset to build SaaS
When software is provided as a managed service (SaaS), using a multi-tenant approach helps minimise costs for the deployments and operations of each tenant. In order to leverage these advantages, applications need to be designed so that they can be deployed to support multiple tenants, while maintaining isolation for security reasons. At the same time, common deployment and operation models are required so that new SaaS versions can be deployed to existing tenants, or to onboard new tenants, in a reliable and efficient way.
Use environment variables to make a containerized Vue.js frontend application more flexible and deploy it to Code Engine
This blog post addresses the topic, how to use environment variables to make a containerized Vue.js frontend application more flexible. We will touch following technologies Vue.js, NGINX, JavaScript, Dockerfile and Code Engine.
Simply logout from Keycloak
This blog post is about the logout from Keycloak in a Vue.js application using the keycloak-js SDK/javascript-adapter.
How to debug the Javascript code of a Vue.js application using Visual Studio Code
This blog post is a short cheat sheet, how to setup Vue.js debugging in Visual Studio Code, when you run the application in a Chrome Browser. I used the example source code of the Cloud Native Starter project. If you debug a Vue.js application, you usually need two kinds of debugging. First debug and inspect the frontend page itself: such as Html, Css and so on. First debug and inspect the frontend page itself: such as Html, Css and so on. Second debug the logic of the Javascript code for the application.
How to get a technical fast start with white box security testing using SonarQube?
This short blog post is about my perspective related to, how to get technical started with white box security testing, when you use SonarQube.
Cheat sheet to get started with the implementation of unit tests for REST endpoints in Node.js
This blog post is a cheat sheet to get started with the initial technical implementation of unit tests for REST endpoints implemented in Node.js.
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.