Codeminer42's Engineering Blog
Software Development

Mastering Git workflow – Part 1/2
Hi guys. In today's post, will talk about git. At this point, you probably already know that all the usual commands (e.g git-add, git-checkout, git-commit) are enough for you. With…
Adding a new technology or concept in your team (the correct way)
Sometimes when we are developing some chunks of code, we start to question why I am doing it this way? Should I do it in another way? Is there a…
On Writing a Great Pull Request
Nowadays, pull requests are essential tools to enable seamless collaboration within software teams. They’ve changed our workflows for the better and became a standard development practice. Although there are many…
Crystal by Numbers
TL;DR Kemal delivers 8.3x more requests than Rails and 1.5x than Sinatra, using only 15MiB (against 110MiB in Rails and 47MiB in Sinatra) and 56% of CPU (against 109% in…
NodeJS and Good Practices
Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a code is precisely how easy it is to be altered. But…