The idea of this post is centralized and guide you through for all the first steps required for we getting…
[Golang] – How to generate swagger API doc from the source code
This post will explain how to do generated the documentation to be checked dynamically with the SwaggerUI and the package…
[Golang] – Design patterns and best practices
You are looking for design patterns examples in Golang. If yes, I’d like to share with you the following content.…
[Golang] – Book recommendation
If you are looking for to learn how to developing with go language and how to build web applications, then…
[Golang] – Code example to calc roots
To calc the root we will use here the Newton Raphson Method. In this case, Newton’s formula is to approximate Sqrt(x) by…
[Golang] Good Practices – Init Project
A teammate shared it and I really liked. So, following the post in order to help you too :-). Check…
[OpenShift] – How to install/deploy Operators Catalog in 3.11 version?
How to install? Following the changes/variables required in the inventory file in order to install it. # Deploy Operator Lifecycle…
[OpenShift] – SDN Configuration
Understanding The SDN configuration is performed in order to restrict the access/communication between the components. Following the configuration variables in…
[OpenShift] – Getting started with a cluster installation
Evaluate installation If your intention is just checking how it works and/or contribute with it then I’d like to recommend…
[Ansible] – How to debug and troubleshooting?
Log Files The path for the logs is configured by the param log_path ansible.cfg in the file. Also, it could be done…