Tutorials









Dry-Validation as a schema validation layer for Ruby on Rails API
There are days, when you don’t get to write your new shiny application using Grape and JSON-API. Life would be much easier, if we could always start from the beginning. Unfortunately we can’t and one of the things that make some developers more va...

How to Add a Slack Notifier with Slack-Notifier and Sidekiq
Time to add in a custom incoming webhook in Slack. Incoming Webhooks are a simple way to post messages from external sources into Slack. They make use of normal HTTP requests with a JSON payload that includes the message text and some options. Onc...