Codeminer42's Engineering Blog
The Miners

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…
Functional Programming with Lodash/FP
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 the ones are used to…
Introduction to Functional Programming with Javascript
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, reduce and filter in order…
Cracking the Box Open with Module Factories
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 any language, similar to the…