It is a fantastic program. (More info). Therefore, I’d like to share my great experience attending this program as a…
RedHat at@thedevconf in São Paulo at 2019
The RedHat stand was very busy and crowdy and the number of people who just stopped me at the event…
How to decode secrets in k8s?
Check how the data is stored by: $ kubectl describe secret <secret-name> -n <namespace> Now, use the value under Data…
How to output all ENV VARs and their values?
Following a shell to achieve this goal Please be cautious about where and when you run this, as it could…
Kubebuilder@KubeCon Europe 2023
🚀 Join us at #KubeCon + #CloudNativeCon Europe, where we’ll discuss #operators, #Kubebuilder and #ControllerTools on Wednesday, April 19 • 10:00 – 10:35 Europe/London More info: https://kccnceu2023.sched.com/event/1HyUw Couldn’t we…
How to covert HEVC codec to mp4?
If you made a video using the QuickTime Player on Mac, you would check that it is not possible to…
Are you looking for good practices and guidelines to know to build CLI tools?
If so, then I’d like to recommend checking out; https://clig.dev/ An open-source guide to help you write better command-line programs, taking traditional…
Error “can’t parse patch: parsing time… cannot parse as -0700” began to be faced within golangci-lint on mac. How to sort it out?
If you are facing an error such as the following example: Can’t run linter goanalysis_metalinter: goimports: can’t extract issues from…
Are you looking to run a base image and check things out inside with docker?
If you are just looking to run an image with docker and be able to interact with the shell then,…
Changes in bash_profile not getting reflected in Mac OS.
It seems like your login shell on the mac is not Bash, so if you just execute bash you need to…
Golang: How to check that a JSON is invalid and describe where is the issue?
Following is an example that I hope helps you out. See: