Home
Eduardo de Carvalho
Cancel

Strategies for Editing Commit Messages

Git is, by far, the most used tool in the versioning of code nowadays. Developers use git daily and is almost impossible to think in our lives without this marvel of technology created by Linus Tor...

Pointers with Golang

I was not used to working with pointers before, as I started my life as a developer working with Java I never had to think about it, but now I’m entering the world of Golang, and is a subject I hav...

Fundamentos sobre Observabilidade

O que é Observabilidade? “Na teoria de controle, a observabilidade é definida como uma medida de quão bem os estados internos de um sistema podem ser inferidos a partir do conhecimento das saíd...

Why should we use DTO?

Data Transfer Objects (DTOs), in Java, are objects with the purpose to aggregate data and reducing the number of calls needed between the applications. furthermore, DTOs can help your application t...

O que são Containers

O que são Containers Um container é um padrão de unidade de software que empacota código e todas as dependências de uma aplicação fazendo que a mesma seja executada rapidamente de forma confiáv...

GRPC with Go

One of the subjects that I like to study the most is the #microservices environment. Recently at WE ARE META, I’m having the opportunity to migrate a project to this architecture and face all the ...