A cup of coffee and a good talk about tech, productivity, travel and programming. A bit of my day-to-day, Ruby on Rails, Javascript, React, frameworks and other hyped technologies
Subscribe to my newsletter and never miss my upcoming articles
We know how it's a pain to test e-mails in our dev environment. Thinking of it, on Rails 4.1, the ActionMailer::Preview was released, making it possible to view e-mails without actually sending them. Let's learn how to use this tool. First of all, w...
Yarn is a package manager similar to NPM, which runs over NodeJS, created and managed by Facebook, to replace NPM, making the package manager faster, once it parallelizes the packages installation. The advantage of using it with Rails is that you fac...