If you are looking for a convection to indicate requirement Levels I’d recommend use the key words “MUST”, “MUST NOT”, … More
Category: tips
Como contribuir para projetos Open Source podem impulsionar a sua carreira (TDC Online 2020)
Nesta apresentação iremos falar um pouco sobre OpenSource e como contribuir para estes projetos podem impulsionar a sua carreira. Também … More
Linting Golang projects
Why should I use a lint? Readability Maintainability Help the code review process Avoid (syntax) issues Ensure stiles and standards … More
Getting UI for Kubernetes with Helm
Kubernetes Dashboard is a project which allows you to manage your cluster via a UI. Just for have fun with … More
[Tips] – How to setup Golang env in MacOSX using homebrew?
Following the steps. If you are checking issues regards some error with your GOROOT may it will solve your problem. … More
[Tips] – How to troubleshooting/debugging a Kubernetes installation?
Following some commands and checks for you troubleshoot a Kubernetes installation. Checking the installation Check if you are able to … More
[MacOsX] – How to install Prometheus, Grafana, and AlertManager in Minikube?
Pre-requirements: Have the Minikube installed and working already. See the post How to install Minikube with UI in the MacOsX? … More
How to install Minikube with UI in the MacOsX?
You may face issues when you try to follow up the official documentation because by default it will try o use VirtualBox then … More
[Golang] – How to clean my local mod dev env?
Sometimes can be required clean the go cache and/or binaries for example in order to solve local issues and/or reproduce … More
Using Operator-Framework to automate applications in Kubernetes/OpenShift@thedevconf in São Paulo at 2019
Following the link for the slides of my talk “Using Operator-Framework to automate applications in Kubernetes/OpenShift” in #thedevconf in Sao Paulo at … More