Codeminer42's Engineering Blog
The Miners

Exploring RSpec – Improving Your Testing Skills
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having that much coverage gives us…
Multi-tenancy – Dealing With Multiple Contexts on a Single Platform
Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve multiple customers? Thats allows them to be customized and personalized but…
A Short Guide to Web Accessibility
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when building our applications, but when…
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…