How to print Jenkins credentials from the Script Console
Retrieve and print stored Jenkins credentials using a Groovy script in the Jenkins Script Console, useful for debugging and auditing credential configurations.
Retrieve and print stored Jenkins credentials using a Groovy script in the Jenkins Script Console, useful for debugging and auditing credential configurations.
How to convert a YAML variable file for Terraform to native HCL tfvars format using yq, jq, and json2hcl.

How to use Vim magic regex to transform key-value pairs by lowercasing the key and wrapping it in a variable substitution syntax.
How to use X-Hook-Signature for HMAC-SHA512 webhook verification when writing a Python web server.
How to conditionally include a Terraform module only when a specific variable is present, using the can() function and for_each.
Practical guide: how to make sure that pod will be scheduled only on Control Plane.
CKS exam topic: How to compare sha512sum binaries for CKS — concepts, configuration, and practice exercises.
CKS exam topic: RBAC example showing ClusterRole, ClusterRoleBinding, Role, and RoleBinding for certificate signing request approval.
How to get the PID of the main process in a container to be used for strace. Needed for the CKS Kubernetes certification.

Apple has recently introduced their own container solution. I have decided to test it and start n8n. This is what the official GitHub n8n instruction says.