Codeminer42's Engineering Blog
The Miners

Your App Across the Globe
In 2017 world population is estimated in 7.5 billion. This number seems/looks enormous and if put in a graphic by continent one may note that more than half of the…
Refatorando para JavaScript Funcional: Composição de Funções (parte 1)
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate this article and share. “Que…
Refatorando para JavaScript Funcional: Composição de Funções (parte 2)
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate this article and share. No…
Refatorando para JavaScript Funcional: Composição de Funções (parte 3)
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate this article and share. Na…
Towards Minimal, Idiomatic, and Performant Ruby Code
I try to embrace a particular way of working with code: it should be minimal, idiomatic, and performant by default. Sometimes it is necessary to trade performance for readability, or…