Posts

Recent Posts

Why Crystal?

3 minute read

Spoiler: This is an opinionated post about programming languages.

Using Cuba to Build Lightweight APIs

1 minute read

Nowadays building an API is a really common task. If you’re a Ruby developer chances are really high that you’re already using Rails for an API.

Using Stylus Mixins To Stay DRY!

1 minute read

I’ve been a long time Stylus user since i’ve started playing with Node.js . Until recently i started to understand the real power of Stylus with Mixins. Basi...

Rails 4 Heroku Deployment

1 minute read

Deploying Rails 4 to Heroku can be tricky and have some nuances that you have to take care of. I’ve struggled around to find solutions to little stuff and lo...

Rails 4 Cron Jobs With Whenever

1 minute read

Cron jobs are really useful for recurring background jobs ( mailing, indexing etc.) . In Ruby / Rails world there are plenty of options for background procce...

Rails vs Sails : A Quick And Dirty Benchmark

2 minute read

As a developer who’s mostly involved in Ruby and JS ( Node ) development i’m pretty interested in what’s new / hot in those. I love Ruby and i really like us...

Using Shoulda With Rails 4 And Test Unit

less than 1 minute read

If you are upgrading from a previous Rails version or want to use Shoulda with Rails 4 and Test Unit the possibility that your Shoulda matchers won’t work wi...

Managing Multiple Node.js Versions With NVM

1 minute read

If you are coming from a Ruby background or at least have some experience with it. The possibility that you are already familiar with multiple version manage...

Node.js Development With Vagrant And Nodemon

less than 1 minute read

Today i've encountered a strange behaviour which makes Node development on a Vagrant box a bit struggling. The reason is that if you are using Nodemon on you...