Codeminer42 Dev Weekly #55
HELLO EVERYONE!!! It’s April 4th 2025 and you are reading the 55th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
Codeminer42’s Engineering Blog
HELLO EVERYONE!!! It’s April 4th 2025 and you are reading the 55th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
Creating a cool but simple color palette can be very difficult, right? Designers often focus on UI and UX to get it right. But how …
Upgrading a Ruby on Rails application may sound like a daunting task, but fear not! This guide presents a strategic approach to handling a Rails …
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks …
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) …
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 …