Developer Oleg Ivanov shares lessons from switching from Ruby to Elixir, from concurrency to functional programming.| Erlang Solutions
Configuring Rails ApplicationsThis guide covers the configuration and initialization features available to Rails applications.After reading this guide, you will know: How to adjust the behavior of your Rails applications. How to add additional code to be run at application start time.| Ruby on Rails Guides
Dig into the basics of design patterns and anti-patterns.| pragmaticpineapple.com
Turbolinks, Stimulus, and Server Rendered HTML is a compelling alternative to modern JavaScript single page apps. Let’s build a hovercard to see how you can kick it old school with a more boring approach.| Boring Rails: Skip the bullshit and ship fast