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.
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.
#BlueCloudMirror Game – highscores
This is my first blog about this topic, and I will follow with future posts to detail the different parts of highscores (scores) and the technologies and components involved.