Codeminer42's Engineering Blog
The Miners

Creating REST APIs with Ruby on Rails
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo shows, it…
Database Relationships Explained: From Theory to Rails Implementation
Before we dive into the topic of relationships between tables in a relational database, it’s worth revisiting the key concepts we explored in our previous post: Introduction to Relational Databases…
React Server Components in Expo: A Practical Guide
I've seen a lot of traction towards the development and adoption of React Server Components (RSCs) with new frameworks like React Router and Expo having first-class support. As intriguing as…
A Journey Through the Greatest Ruby on Rails Milestones
The History and Evolution of Ruby on Rails In 2004, David Heinemeier Hansson extracted a web framework from his Basecamp application and gifted it to the world as open source.…
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…