Contributions

Article
This article doesn't aim to provide a step-by-step guide on how to integrate Rodauth into your Rails application, as there are already plenty of guides that cover that topic. Instead, I will explore the intricate nature of authentication and explain why Rodauth provides an effective solution. By delving deeper into the complexities of authentication processes, we can gain a better understanding of how Rodauth successfully tackles these challenges.
Article
You may have already encountered MRSK - the latest deployment tool developed by the Basecamp team. In this article, I'll delve into its functionality and highlight the reasons why it's gaining so much popularity.
Tutorial
Scaling Rails project still can be quite an interesting task.

We always want deployment to be as easy for developers as possible. On the other hand we want to pay less for the infrastructure, but be ready for unexpected significant increase of RPM.

In this article we show how to automate deploy of Rails application with Sidekiq and AnyCable to AWS Elastic Beanstalk using GitLab.
Library
OmniAuth strategy for Instagram Graph API.
Library
Rails gem to manage tags with PostgreSQL array columns.
Library
CoreLogic Ruby API wrapper
Article
Small ActiveRecord hack that you can use everyday.

http://jetrockets.pro/blog/rails-increment-counter-cache-and-return-value
Article
Thoughts about lambda in Ruby by Eugene Komissarov, Backend Developer at JetRockets.
Article
Research of rails standard library ActiveSupport. Realization review and some useful functions.
Library
PerfectAudit Ruby API wrapper
Article
An an opinionated guide on using Rails and Redux Form.
Article
Know your sandbox: shallow dive into OAuth2 protocol with Rails and Doorkeeper.
Article
A guide on how to get rid of string literals in Ruby with Rails 5 Attributes API
Article
A guide on how to use value objects in your Ruby on Rails applications with PostgreSQL JSONB.