This is a short cheat sheet about, how to simply examine a JSON response from a Cloudant search in Java. I found different examples, but these examples were (more or less) older examples, where I missed some pieces and at the end for me the Java EE documentation was the best resource to realize it.
Create a Virtual Private Cloud (VPC), Virtual Server Instance (VSI) on IBM Cloud with Terraform
This is a "simple" cheat sheet, how to create a single virtual server instance (VSI) in the virtual private cloud (VPC) infrastructure on IBM Cloud using Terraform.
10 Hours of Live Recordings, which are built on Experience, about Application Security
It’s awesome we just created 10 hours of live recordings, which are built on experience, about application security. That learning journey was made by the IBM Developer Hybrid Cloud Build Team from IBM and I am a part of that team. We put together great content for you. By the way, I was responsible for the content ;-). I also has been the moderator for most of the sessions and I also gave sessions by myself. The learning journey is called #ApplicationSecurityLearningJourney.
How to create a single virtual server instance (VSI) in a virtual private cloud (VPC) infrastructure on IBM Cloud
This is a “simple” cheat sheet, how to create a single virtual server instance (VSI) in the virtual private cloud (VPC) infrastructure on IBM Cloud. The blog post has four major sections: - Example architecture - Setup of a VPC network - Setup and configure the virtual server instance inside the VPC network - Access the virtual server instance from a local machine
Tooltip: Manage Visual Studio Code terminal tabs
I just found an useful configuration for the Visual Studio Code terminal tabs.
Creating and Destroying an Instance using IBM Cloud Virtual Servers (Classic Infrastructure)
Here is a good 10 min video about “Creating and Destroying an Instance using IBM Cloud Virtual Servers” by using the IBM Cloud classic infrastructure. The video contains essential practical basics and is created by LearnToday. The screen resolution is not the best, but it's ok.
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.