News
2022 Fukuoka Ruby Award Competition - Entries to be judged by Matz
Dear Ruby Enthusiasts,The Government of Fukuoka, Japan together with “Matz” Matsumoto would like to invite you to enter the following Ruby competition. If you have developed an interesting Ruby program, please be encouraged to apply.2022 Fukuoka R...
I've made a dependency graph for DRY-RB Ruby gems family
When I've been starting to learn DRY-RB gems ecosystem, I've been wondering, what the hell should I start learning first. Which gems are the best to learn at the beginning, and which one I should skip?I hope in this article I'll be able to put som...
Ruby Ractor Experiments: Safe async communication
Ractors (api documentation, design documentation) are a new concurrency abstraction for Ruby 3.0 inspired on the actor model.From the point of view of a Ractor that wants to send some information to another, communication can either be:asynchrous ...
Webpack ALL the Assets!! - The Lean Software Boutique
With the release of Rails 6, Webpack was introduced as the default JavaScript bundler by using the Webpacker gem. We tend to think about Webpack only as a tool to handle JavaScript files, but it can be used to handle all kinds of asset files. This...