This blog post contains an overview, where we get a summary of the used elements of JMeter for the Example Functional Performance Test.
CheatSheet: How to loop an endpoint of an application running on “IBM Cloud Code Engine” with a bash automation
This blog post is a CheatSheet about how to loop an endpoint of an application running on IBM Cloud Code Engine with a bash automation.
CheatSheet: How access a remote machine with a SSH key?
This is a simple cheat sheet: How access a remote machine with a SSH key?
How to save Elasticsearch query results using paging in a bash script automation
This blog post is a short cheat sheet about how to save Elasticsearch query results with paging in a bash script automation. The automation does download all the query results in JSON files as long the paging returns results in the hits of the return JSON. The files are numbered 01.json to XX.json.
How to get the Egress IPs for an IBM Cloud Code Engine Project
This blog post is just a short cheat sheet on how to get the Egress IPs for an IBM Cloud Code Engine Project.
How to set up a virtual environment for Python
This blog post is a small cheat sheet on setting up a virtual environment for Python venv.
Cheat Sheet: Get started with Data Science and Python
This blog post is a short cheat sheet when it comes to getting started with data science and Python and is not a full list.
Cheat sheet for some special characters on a Mac
Cheat Sheet: Most of the Mac users know the challenge: "Finding a special character on a Mac keyboard isn't easy on a Mac sometimes."
Simple Helm chart for an UBI container on OpenShift
That blog post is a short cheat sheet to deploy a pure UBI image as a container with Helm. With the values.yaml in the Helm chart we can configure replica count of the pods. The deployed containers are only a basic UBI operating system (Red Hat Universal Base Image).
Deploy a container with a Helm chart
This blog post is a small cheat sheet to deploy and delete the vend application example with a Helm chart in an OpenShift cluster. The related GitHub repository is vend-helm.
