Have you ever encountered a model in a Rails app that initially seemed to have an understandable...
In software development, following object-oriented programming (OOP) principles is key to building...
Upgrading a Rails app to the latest version can feel overwhelming. I had no idea where to start...
Have you seen this line in your config/application.rb file?config.load_defaults 7.2 Or maybe you've...
If you’ve ever fired up your rails server (rails s) or console (rails c) and been greeted with a loud...
I recently had the opportunity to set up SSO in a Ruby on Rails app for a very unique situation, so I...
Updating Ruby gems seem like a simple task, but it could be a bit more complicated especially when...
In the previous article, we have discussed the fundamental goal of Object-Oriented Design (OOD),...
“Hmm… Have you ever heard of OOD?” That’s what one of the senior developers at my company once asked...
When you code, do you already know what goes into your commit messages when creating pull requests?...
“The fact that you have technical debt is a good thing.” I know this sounds counterintuitive. A...