Codeminer42's Engineering Blog
The Miners

Aplicando Design Sprint no seu projeto
Assim que comecei a minha iniciação científica não sabia como criar um produto, polir uma ideia e principalmente por onde começar. Após pesquisas e uma ótima conversa com a Bianca…
Deploy de App Ruby on Rails em VPS
PaaS ou VPS? Ultimamente tenho preferido serviços PaaS como o Heroku, mas muitos clientes preferem uma VPS na maioria das vezes pelo preço fixo, mas já até mesmo vi um…
Git: Ours or Theirs? (Part 1)
In this article, I will assume that you already have a basic understanding of Git and consequently is familiar with the process of sharing code when you are working in…
Crazy Developer in Git commit – -amend
Are you new on git? And you know these commands: git add , git commit , git pull , git push , git status. But are you starting to feel…
How to install Docker and docker-compose
Docker is a tool to wrap a piece of software in a complete filesystem that contains everything needed to run an application, such as code, runtime, system tools, and system…