Codeminer42's Engineering Blog
The Miners

The History of Ruby on Rails: Code, Convention, and a Little Rebellion
When Ruby on Rails was first released in 2004, it didn't just offer a new way to build web applications—it sparked a revolution. Rails, often just called "RoR," brought fresh…
Debugging Rails Applications Made Easy
Dealing with bugs in Rails applications Bugs are common in the programming world. Every project, even with the development team's best practices, is susceptible to bugs. In this article, we'll…
What It Takes To Foster A Community Around Rails
Rails was launched in 2004 and it was a game changer for web development. It was very disruptive at the time, as it didn't require a lot of boilerplate code…
How to consume APIs in React using Fetch and Async/Await
Learning to consume APIs is an essential step for anyone looking to create dynamic and interactive React applications. In this practical guide, we will explore how to use the fetch…
Web Development with Ruby on Rails
Ruby on Rails is a framework that has revolutionized the way we build modern web applications with speed, structure, and elegance. Today, as part of our Miner's Guide to Code…