
Run Services in the Background
Some time ago [Marcin wrote about basic design patterns in Ruby on Rails](https://naturaily.com/blog/ruby-on-rails-design-patterns). I’d like to go back to Service pattern in this post. I really like it, it's a good idea to place application’s business logic there. At Naturaily we use it quite often.
read more

API authentication using Devise and Doorkeeper (minimal setup)
Have you ever tried to setup Devise and Doorkeeper in the simplest possible way, without oauth applications etc? Here it is! In this article, I'll show you in a few easy steps that setup you searched for!
read more

How to handle translations in Meteor AutoForm-based forms
In one of the projects I've been recently working on I needed i18n support for forms generated with AutoForm. For those who don’t know: Autoform is [schema-based](https://github.com/aldeed/meteor-simple-schema) form generator.
read more