Codeminer42's Engineering Blog
The Miners

Next.js – The End of SPAs?
Hello everyone! This is my first tech article and I will give you a quick introduction to the Next.js React Framework. Responding to the (click bait) title, NO, Next.js is…
Vim Buffers, Windows and Tabs – An Overview
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as my main text editor. There…
The Monotonic Clock and Why You Should Care About It
Recently, while getting into the GitHub woods to make some contributions to the Open Source community, I noticed myself staring at the hanami/hanami repository with my eyes entirely focused on…
IoT: What Can You Do with Your Stack?
Before we start, we need to know what exactly IoT is. Let's use the definition from Oracle's website: The Internet of Things (IoT) describes the network of physical objects—“things”—that are…
Multiple Foreign Keys for the Same Relationship in Rails 6
As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases require personalizations to reproduce real world situations and the relationships between…