Codeminer42's Engineering Blog
Functional Programming

Functional Object Composition and MVC
I just read a great blog post on the internet about MVC not being object-oriented, and I could not agree more — after all, we don’t peel an apple the…
How to Test Shared Behavior in Elixir
Create a new mix project if you want to follow along: $ mix new calculator $ cd calculator Suppose you have a Calculator module and a sum_list function: defmodule Calculator…
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…