Contributions

Article
Ruby language allows us to easily create beautiful DSL's and design complex libraries that anybody can easily use, despite programming experience. The code often looks perfect, but sometimes it is not clear how it was achieved under the hood. In this article, I explain a few solutions that are quite popular among many gems, and you can easily use it in your projects once you understand how you can build a similar code.
Article
Even though Ruby owes most of its popularity to the Ruby on Rails framework, many other great frameworks and libraries also exist in the community. Because they are not so popular as Rails, you can rarely read about them on blogs or see them being mentioned in the newsletters. This article is an overview of interesting but less hyped solutions that still worth learning and using to build awesomeness with Ruby.
Tutorial
Do you want to play with HTML and make your Rails app interactive but you are not interested in using React or Vue? Try out Stimulus.js from Basecamp!
Article
Procedure is a new Rails design pattern that will help you to keep code clean when you have to verify series of steps for a given process