Tutorials

Containerizing Rails: Techniques, Pitfalls, and Best Practices (RailsConf 2018)
On April 18, 2018, I spoke on "Containerizing Rails: Techniques, Pitfalls, and Best Practices" at RailsConf in Pittsburgh, PA. The talk discussed best practices for designing Docker containers for Rails applications.Talk resourcesVideo on Confreak...


How to Implement Elasticsearch in a Rails Web App. Part 2
This article was originally published on Codica blog.Today, we are going to provide you with the second part of the article How to Implement Elasticsearch When Developing a Rails Web App. Here we will discuss the process of Elasticsearch implement...






Build Messaging Between Ruby/Rails Applications with ActiveMQ
One of the tools that are rarely covered in the Ruby/Rails world are the message brokers (probably because they mostly written in Java). Everyone are familiar mostly with background jobs processing, but message brokers offer a more flexible approa...