
Bruno Vezoli
Senior developer Bruno Vezoli-senior developer
ARTICLES by Bruno Vezoli
Phoenix for Rails Developers: A Practical Example
This is an introductory post to Phoenix, Elixir’s web framework. It is not intended to be a complete guide, but […]
November 19, 2020
5 min read
Link Tracking with StimulusReflex
This article is about StimulusReflex, a new tool to help you bring Rails to the era of the backend-side-managed frontends. […]
October 27, 2020
5 min read
A Take on Empowering ActiveRecord
I think we are quite underpowered when it comes to doing queries on Rails, having this in mind I proposed […]
July 16, 2020
5 min read
Rails N + 2 queries
We usually try to solve performance problems by using #includes to get rid of N + 1 queries but this doesn’t always […]
June 4, 2020
5 min read
Phoenix for Rails Developers - Part 2
Introduction In the first part of this blog post we talked about how Rails and Phoenix compare on the web […]
March 6, 2020
5 min read
Phoenix for Rails Developers: A Practical Example - Part 1
This is an introductory post to Phoenix, Elixir’s web framework. It is not intended to be a complete guide since […]
February 17, 2020
5 min read