Codeminer42's Engineering Blog
The Miners

Working Effectively with a Headless CMS in React – Part III
Previously we talked about decoupling the CMS from the UI and how to handle code-splitting. In the last post of this series about Headless CMS and React, we'll talk about…
Working Effectively with a Headless CMS in React – Part II
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we're going to talk about how to make our components reusable…
Working Effectively with a Headless CMS in React
Headless CMSes are amazing tools that empower teams in creating and managing content. Besides all the benefits of traditional CMSes, they also provide greater flexibility for designers, content creators and…
Introduction to Headless WordPress
Web technologies come and go very frequently, but some tend to stick longer than others. Wordpress is a big example of that. For its simplicity of use and easiness of…
From Bulls to Bytes: Excel Data Importation Made Easy with Ruby on Rails
Have you ever wondered about the complexity of importing data from Excel files (.xlsx) into a Ruby on Rails project? Considering that .xlsx files aren't plain-text like CSV, but rather…