Blogs


A prettier plugin for the Ruby programming language
prettier-ruby is a prettier plugin for the Ruby programming language. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors. The idea is to eliminate discussions of style in code review and all...

How to Protect Individual Resources with Passwords
User authentication in Rails is a solved problem but how can we protect individual resources with a password? It turns out that all we need is vanilla Rails.Let’s say we’re building a file sharing website where users can upload files and share lin...







Building a Service-oriented Architecture with Rails and Kafka
Suppose you want to know more information about how your users are engaged on your platform: the pages they visit, the buttons they click, and so on. A sufficiently popular app could produce billions of events, and sending such a high volume of da...