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.
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.