The RedHat stand was very busy and crowdy and the number of people who just stopped me at the event…
Key words for use in RFCs to Indicate Requirement Levels
If you are looking for a convection to indicate requirement Levels I’d recommend use the key words “MUST”, “MUST NOT”,…
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…
GO & linters (TDC Online SP 2020) – (Portuguese)
Nesta apresentação vamos falar sobre da importância e vantagens de utilizar um analisador sintático (linter) em testes de integração contínua…
Saiba como gerenciar suas aplicações estendendo a API do Kubernetes (TDC Online 2020 SP) – (Portuguese)
Prover e gerenciar soluções em cluster Kubernetes tais como; OpenShift, por exemplo, não é uma tarefa trivial. Nesta apresentação iremos…
Linting Golang projects
Why should I use a lint? Readability Maintainability Help the code review process Avoid (syntax) issues Ensure stiles and standards…
How to getting started to contribute to Open Source projects?
This post will try to provide a few information to help you get started to contribute to Open Source projects.…
How to Getting Started develop Go Operators from scratch with SDK 1.0?
The goal of this post is to help you to know how to develop Golang Operators using Operator Framework as…
How to run go tests without the Mac OS Firewall popup? How to solve it to run the tests in the Travis?
If you are running tests in Go which does requests to some application in a Mac Os X which has…
Learning Docker from Hello exercise
If you are looking for to learn Docker, following a hello exercise to help you with it. Let’s create a…
How to clean my local docker and prune all images?
Following the command. $ docker system prune -a