Codeminer42's Engineering Blog
Beginner

Accessibility & Responsiveness in action – Why they matter
Many believe that making a website accessible and responsive means simply adding alt attributes to images and replacing header navigation with burger menus, right? But the truth is, accessibility goes…
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…
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…
Full Steam Ahead: Getting Started with Ruby on Rails
Before we start If you're here, you probably already know Ruby. If not, check out this blog post, which goes over how to get started with the language. So, what…