Codeminer42's Engineering Blog
The Miners

Optimizing Rails API JSON generation
JSON has become a ubiquitous data transfer format for web APIs. Whether you're working on a third-party integration, or endpoints to serve data for rich clients (single page application, mobile…
A Beginner’s Guide on How to Improve Your Software Tests
This article is recommended for you if you're looking for ways to improve your software testing techniques. If you're more experienced, feel free to comment on your practices as well.…
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…