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 …
Codeminer42’s Engineering Blog
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 …
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 …
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 …
Are you new on git? And you know these commands: git add , git commit , git pull , git push , git status. But …
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, …
We have been hearing a lot about functional programming since the past couple of years and even how to use the paradigm in Javascript. For …
In this article I would like to show you how you can use functional programming with JavaScript. Write your code avoiding iteration, start using map, …
Metaprogramming is one of Ruby’s most powerful, intriguing and hard-to-grasp features. Ruby has a deep kind of truth that I could not yet find in …
Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working on the backend, exploring requirements and …
Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form the big picture of a clean, …