BLOG POSTS

Ruby on Rails: The N+1 query problem
2019-11-25 ByYan Carlos Marin
The N+1 Query is usually the biggest cause of most performance issues, but very few people know about it. Today we are going to unmask it.

Automatic browser reload after Ruby-on-Rails deployment
2019-06-10 ByYan Carlos Marin
Ruby-on-Rails has integrated WebSockets in a very efficient way with Action Cable into Rails version 5. We can take advantage of this feature to transmit data from our server to the client side and so we can identify when there is a change in our app...