What you need to know about frontend design patterns
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways …
Codeminer42’s Engineering Blog
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways …
There are a lot of articles out there talking about how great it is to use OTA updates in production, but in this article, I’d …
When we talk about Artificial Intelligence, the conversation can go in a hundred different directions by consuming OpenAI’s API, actually building your own AI models, …
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. …
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 …
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 …
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 …
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 …
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 …
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 …