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 …
Codeminer42’s Engineering Blog
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 …
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 …
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% …
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 …
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 …
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, …
Guido Mine — Zabrze — Poland I’ve been developing software — most back-end development — in the past eight years. Like many web developers, I …