This is the second part of the series where we create a service to interact with MySQL server in Rails…
Rails has made our lives easier. If we are talking in terms of querying the database, the active record has…
Rubocop is the best way to enforce best practices in our rails project. While working on the project with rubocop…
GIT is great, it has made collaboration with other developers so easy, I can’t thank GIT enough. But GIT is…
User ratings are very valuable to a business as they play a crucial part in people’s purchasing decisions; be it…
When I was recently working in one of the client projects, I had to communicate with external MariaDB server to…
This is the second part of a two-series tutorial to setup action mailbox with postfix. In this part, we will…
This is the first part of a two-series tutorial to setup action mailbox with postfix. In this part, we will…
Ruby on Rails is a server-side web application development tool. Currently, it is one of the most popular frameworks and…