News
Better Know A Ruby Thing 4: Keyword Arguments – Noel Rappin Writes Here
Last time on Better Know A Ruby Thing, we covered positional arguments, and now we’re going to move on to keyword arguments. I really did think this was going to be shorter than the last one, and then I got to the conversion between keyword and po...
The Art of Forking: Unlocking Scalability in Ruby | Closer to Code
The journey towards efficient parallelization in library development has often been based on using threads. As Karafka celebrates its eighth anniversary, it's become clear that while threads have served us well for many tasks, there's room to expl...
The three types of methods in Ruby - DEV Community
In this short post I will look at some patterns in Ruby methods and their naming conventions.The most prominent pattern is delineation of methods that produce a value and no side-effects from methods with side-effects. I achieve this by only using...
Tuning Rails application structure - DEV Community
What do you think is an actual reason for Ruby-on-Rails to become one of the most successful frameworks out there?For a long period of time I was under impression that is is all about it's agility and freedom. Dynamically typed Ruby together with ...
Digging into View Transitions with Turbo 8 and Rails - YouTube
This is a super quick tutorial to show you the new ViewTransition API that ships with Turbo 8 and Rails, which was released recently.View Transitions are a neat way to add more fluidity between views in your app. With Rails and Turbo 8, adding thi...